mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed a bug in ini-set documentation, see http://php.net/bugs.php?id=12557
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53619 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7e7fad73c2
commit
edc48c7899
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.60 $ -->
|
||||
<!-- $Revision: 1.61 $ -->
|
||||
<reference id="ref.info">
|
||||
<title>PHP options & information</title>
|
||||
<titleabbrev>PHP options/info</titleabbrev>
|
||||
|
@ -787,7 +787,7 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds)
|
|||
<row>
|
||||
<entry>register_globals</entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>safe_mode</entry>
|
||||
|
|
Loading…
Reference in a new issue