diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-05-29 15:43:45 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-05-29 16:47:44 +0200 |
commit | 4fa3687e56050a111e8eaffe330258003628225e (patch) | |
tree | 997e4e944d98b5d0350a633e9352af0f58508431 /php.ini-production | |
parent | 444aa2636e81053e439623f2dbf981eaa48e6161 (diff) | |
download | php-git-4fa3687e56050a111e8eaffe330258003628225e.tar.gz |
Unbundle ext/xmlrpc
According to <https://wiki.php.net/rfc/unbundle_xmlprc> we unbundle
ext/xmlrpc.
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index 761b0c2107..2fdcdc0e5d 100644 --- a/php.ini-production +++ b/php.ini-production @@ -933,7 +933,6 @@ default_socket_timeout = 60 ;extension=sodium ;extension=sqlite3 ;extension=tidy -;extension=xmlrpc ;extension=xsl ;zend_extension=opcache |