Giter Club home page Giter Club logo

Comments (2)

llaville avatar llaville commented on July 20, 2024

Finally after reinstall libxml2-dev, I was able to install pecl xmlrpc extension version 1.0.0RC2

apt-get install libxml2-dev

I'm surprised to have to do that because, it's on Dockerfile : https://github.com/devilbox/docker-php-fpm-8.0/blob/master/Dockerfile#L130

from docker-php-fpm-8.0.

llaville avatar llaville commented on July 20, 2024

Finally I've found origin of issue.

FYI, we should have

diff --git a/build/ansible/group_vars/all/mods.yml b/build/ansible/group_vars/all/mods.yml
index 6052bb2..0b56a7b 100644
--- a/build/ansible/group_vars/all/mods.yml
+++ b/build/ansible/group_vars/all/mods.yml
@@ -1186,10 +1189,13 @@ extensions_available:
   xmlreader:
     already_avail: "{{ php_all_versions }}"
   xmlrpc:
-    disabled: [8.0, 8.1]
+    disabled: [8.1]
     7.4:
       type: builtin
       configure: --with-iconv-dir=/usr
+    8.0:
+      type: pecl
+      version: 1.0.0RC2
     all:
       type: builtin
       configure: --with-libxml-dir=/usr --with-iconv-dir=/usr

from docker-php-fpm-8.0.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.