PHP 8.2 xmlrpc unable to initialize module

271 Views Asked by At

I'm currently upgrading my PHP version from 8.0 to 8.2.13. The website is up and running but I keep getting the PHP warning of Warning: PHP Startup: xmlrpc: Unable to initialize module.

I've checked the logs and it's due tot he module being complied like:

  • Module compiled with module API=20210902
  • PHP compiled with module API=20220829

On the PECL download page I could only find versions for php 8.1 and less. Link to PECL download page

How could I possibly recompile this module for 8.2 on Windows?

0

There are 0 best solutions below