diff --git a/appendices/ini.xml b/appendices/ini.xml index 84aa3a38c2..57ce1229d4 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -3414,13 +3414,13 @@ Available since Xdebug 2.0.0. - xmlrpc_errors + xmlrpc_errors "0" PHP_INI_SYSTEM Available since PHP 4.1.0. - xmlrpc_error_number + xmlrpc_error_number "0" PHP_INI_ALL Available since PHP 4.1.0. diff --git a/reference/errorfunc/functions/error-get-last.xml b/reference/errorfunc/functions/error-get-last.xml index ad12bd479f..a0a62f48cf 100644 --- a/reference/errorfunc/functions/error-get-last.xml +++ b/reference/errorfunc/functions/error-get-last.xml @@ -1,5 +1,5 @@ - + error_get_last @@ -61,6 +61,8 @@ Array Error constants Variable $php_errormsg Directive display_errors + Directive html_errors + Directive xmlrpc_errors diff --git a/reference/errorfunc/functions/error-reporting.xml b/reference/errorfunc/functions/error-reporting.xml index 2acc67289a..ca29fdc88a 100644 --- a/reference/errorfunc/functions/error-reporting.xml +++ b/reference/errorfunc/functions/error-reporting.xml @@ -1,5 +1,5 @@ - + error_reporting @@ -250,6 +250,8 @@ ini_set('error_reporting', E_ALL); The display_errors directive + The html_errors directive + The xmlrpc_errors directive ini_set diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index cbc22e439c..df4cccf803 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -76,6 +76,18 @@ PHP_INI_ALL PHP_INI_SYSTEM in PHP <= 4.2.3. + + xmlrpc_errors + "0" + PHP_INI_SYSTEM + Available since PHP 4.1.0. + + + xmlrpc_error_number + "0" + PHP_INI_ALL + Available since PHP 4.1.0. + docref_root "" @@ -332,6 +344,30 @@ + + + xmlrpc_errors + boolean + + + + Turns off normal error reporting and formats errors as XML-RPC error message. + + + + + + + xmlrpc_error_number + integer + + + + User as the value of the XML-RPC faultCode element. + + + + docref_root diff --git a/reference/xmlrpc/ini.xml b/reference/xmlrpc/ini.xml deleted file mode 100644 index fadc8ccba4..0000000000 --- a/reference/xmlrpc/ini.xml +++ /dev/null @@ -1,58 +0,0 @@ - - -
- &reftitle.runtime; - &extension.runtime; - - - XML-RPC configuration options - - - - Name - Default - Changeable - Changelog - - - - - xmlrpc_errors - "0" - PHP_INI_SYSTEM - Available since PHP 4.1.0. - - - xmlrpc_error_number - "0" - PHP_INI_ALL - Available since PHP 4.1.0. - - - -
- &ini.php.constants; -
-
- - - diff --git a/reference/xmlrpc/setup.xml b/reference/xmlrpc/setup.xml index 612e20a781..770ac1d27b 100644 --- a/reference/xmlrpc/setup.xml +++ b/reference/xmlrpc/setup.xml @@ -1,5 +1,5 @@ - + &reftitle.setup; @@ -16,7 +16,10 @@ - &reference.xmlrpc.ini; +
+ &reftitle.runtime; + &no.config; +