mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix #35122: missing extension in the ini.core table
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201744 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cfaa89c146
commit
279cf0ac5f
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
|
||||
<appendix id="ini">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -3297,6 +3297,12 @@
|
|||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>extension</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>&php.ini; only</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>cgi.fix_pathinfo</entry>
|
||||
<entry>"1"</entry>
|
||||
|
|
Loading…
Reference in a new issue