Fixed bug#41494 (unicode.semantics is PHP_INI_SYSTEM)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236254 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2007-05-24 18:45:04 +00:00
parent 4d8a669ce9
commit f10636e367
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.54 $ -->
<!-- $Revision: 1.55 $ -->
<appendix id="ini">
<title>&php.ini; directives</title>
@ -2406,9 +2406,9 @@
<entry>Available since PHP 6.0.0.</entry>
</row>
<row>
<entry>unicode_semantics</entry>
<entry>unicode.semantics</entry>
<entry>"off"</entry>
<entry>PHP_INI_PERDIR</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 6.0.0.</entry>
</row>
<row>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<section id="unicode.configuration">
&reftitle.runtime;
&extension.runtime;
@ -61,7 +61,7 @@
<row>
<entry>unicode.semantics</entry>
<entry>off</entry>
<entry>PHP_INI_PERDIR</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 6.0.0.</entry>
</row>
</tbody>