Php_extension Xmlrpc

Posted By admin On 21.12.19
  1. Openssl Php Extension
  2. Php_extension Xmlrpc

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Sage pdf printer installation failed. By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Remove the links to xmlrpc.php and wlwmanifest.xml. Alternately, if you aren’t needing any remote-access or pingback functionality, you may prefer to simply remove the associated header links rather than deleting any core files from your server. Good Afternoon! I have Joomla and a component called MyBlog (azrul.com) installed. To enable pinging of Technorati I must enable xml-rpc. By default this is disabled on my Shared Hosting account.

Already on GitHub? Sign in to your account

Comments

commented Jan 8, 2018

Openssl Php Extension

Hello,

When I use extension XML-RPC extension in dockerfile, I have the following message :

PHP Warning: PHP Startup: Unable to load dynamic library 'xmlrpc' (tried: /usr/lib/php7/modules/xmlrpc (Error loading shared library /usr/lib/php7/modules/xmlrpc: No such file or directory), /usr/lib/php7/modules/xmlrpc.so (Error relocating /usr/lib/php7/modules/xmlrpc.so: ecalloc: symbol not found)) in Unknown on line 0

Dockerfile :

Have I forgotten something ?

best regards

commented Jan 13, 2018

Let me check and get back to you.

I don't actually use this extension so you can imagine I haven't tested it.

commented Jan 18, 2018

@vfalies confirmed bug, probably linked with Musl vs Glibc.

Unfortunately. I don't have a time frame to provide a fix, since it may be complicated to get working.

Do you actively use XML-RPC?

commented Jan 18, 2018

@hernandev thanks for your investigation.

For me it's not mandatory to use PHP 7.2 version with this extension, I can use 7.1 version whom worked correctly. Therefore, in my case, it's not a priority.

I have writed this issue to inform you.

commented Jan 29, 2018

@vfalies Sorry for the delay in the response.

I indeed found the issue on the very same day, but the solution implies breaking compatibility.

The issue.

There's a bug or incompatibility with PHP 7.2 and xmlrpc extension that only allows xmlrpc extension to work if the xml extension gets compiled within PHP instead of shared.

Solution

Bundle XML extension within the php7-common package.

Problems with that

People who have scripts for installing the xml extension will break if the package stops from being published.
Also, removing the package now, in favor of a release would mean resign the whole repository to invalidate old versions.

Possible Solution 1

Bundle xml extension and provide a placeholder, empty php7-xml package that installs nothing. Hp laserjet 1010 printer software.

Possible Solution 2

Wait a little bit to get a new version that fixes the bug, but it may take quite some time.

Still haven't decided yet on an approach to this. I'll let you know within the next couple days.

Open

commented Mar 13, 2018

@vfalies I'm going to bundle xml into the common/core package to solve this, sorry for taking long to act on this.

commented Mar 15, 2018

@hernandev Thank you very much, it's ok for me.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments

commented Mar 27, 2015

I can not install your package. I got a message:
The requested PHP extension xmlrpc is missing from your system.

Please help me!! Thank you very much.

commented Mar 29, 2015

You need enable PHP xmlrpc extension to use this library.

For example, in Ubuntu, run these command to enable the extension.: sudo apt-get install php5-xmlrpc and sudo php5enmod xmlrpc

commented Mar 29, 2015

Thank you very much :D. But how can I upload a featured image?

Php_extension Xmlrpc

commented Mar 30, 2015

  • First, use uploadFile method to upload your image to Wordpress. Get its ID from the returning array.
  • Next, set the $content['post_thumbnail'] to that ID and using newPost or editPost to attach the uploaded image as the post feature image.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment