PHP Conference Kansai 2025

安装

PHP 默认不启用 XML-RPC 支持。编译 PHP 时需要使用 --with-xmlrpc[=DIR] 配置项才能启用 XML-RPC 支持。

添加备注

用户贡献的备注 1 note

up
0
php-note at nospam dot allenjb dot me dot uk
49 minutes ago
xml-rpc is no longer bundled with the PHP source code as of PHP 8.0.

You'll need to get it from PECL. Many distro and third party repos may still ship it (tho the package name may have changed to reflect the move to PECL)
To Top