mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
magic_quotes_gpc and _sybase are: PHP_INI_PERDIR|PHP_INI_SYSTEM
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61454 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
706d339560
commit
463f54f8a4
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.67 $ -->
|
||||
<!-- $Revision: 1.68 $ -->
|
||||
<reference id="ref.info">
|
||||
<title>PHP options & information</title>
|
||||
<titleabbrev>PHP options/info</titleabbrev>
|
||||
|
@ -682,7 +682,7 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds)
|
|||
PHP options (as of PHP 4.0.5-dev), indicating which ones can be
|
||||
changed/set and at what level.
|
||||
<table>
|
||||
<title>Configuration options</title>
|
||||
<title><link linkend="configuration">Configuration</link> options</title>
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
|
@ -790,7 +790,7 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds)
|
|||
<row>
|
||||
<entry>magic_quotes_gpc</entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>magic_quotes_runtime</entry>
|
||||
|
@ -800,7 +800,7 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds)
|
|||
<row>
|
||||
<entry>magic_quotes_sybase</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>output_buffering</entry>
|
||||
|
|
Loading…
Reference in a new issue