mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Sort by name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283132 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e3a3f0d6ab
commit
056f6aa707
1 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.87 $ -->
|
||||
<!-- $Revision: 1.88 $ -->
|
||||
|
||||
<appendix xml:id="ini" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -2423,6 +2423,12 @@
|
|||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Available since PHP 5.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.request-order">request_order</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
|
||||
<entry>Added in PHP 5.3.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>runkit.internal_override</entry>
|
||||
<entry>"0"</entry>
|
||||
|
@ -3089,12 +3095,6 @@
|
|||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry>PHP_INI_ALL in PHP <= 5.0.5.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.request-order">request_order</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
|
||||
<entry>Added in PHP 5.3.0</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>velocis.max_links</entry>
|
||||
<entry>"-1"</entry>
|
||||
|
|
Loading…
Reference in a new issue