mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
4d8a669ce9
commit
f10636e367
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue