From 963e872712e16a0f2c7b660f15acc5bccf482dd0 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 3 Feb 2009 22:46:43 +0000 Subject: [PATCH] Document zend_extension and link extension git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275153 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 84 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) 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