diff --git a/appendices/ini.xml b/appendices/ini.xml index 40aaff6e8e..c85d6c54bb 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -767,6 +767,12 @@ &php.ini; only + + extension + NULL + &php.ini; only + + extension_dir "/path/to/php" @@ -3479,6 +3485,30 @@ PHP_INI_ALL Available since PHP 5.0.0. Removed in PHP 5.3.0. + + zend_extension + NULL + &php.ini; only + + + + zend_extension_debug + NULL + &php.ini; only + + + + zend_extension_debug_ts + NULL + &php.ini; only + + + + zend_extension_ts + NULL + &php.ini; only + + zlib.output_compression "0" @@ -4687,6 +4717,58 @@ include_path=".;c:\php\includes" + + + zend_extension + string + + + + Absolute path to dynamically loadable Zend extension (for example + APD) to load when PHP starts up. + + + + + + + zend_extension_debug + string + + + + Variant of zend_extension + for extensions compilled with debug info. + + + + + + + zend_extension_debug_ts + string + + + + Variant of zend_extension + for extensions compilled with debug info and thread safety. + + + + + + + zend_extension_ts + string + + + + Variant of zend_extension + for extensions compilled with thread safety. + + + + cgi.check_shebang_line