mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removed a few bogus entries.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80476 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1338995a49
commit
e59f8562b7
1 changed files with 2 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/info.xml, last change in rev 1.23 -->
|
||||
<refentry id="function.ini-set">
|
||||
<refnamediv>
|
||||
|
@ -22,7 +22,7 @@
|
|||
<para>
|
||||
Not all the available options can be changed using
|
||||
<function>ini_set</function>. Below is a table with a list of all
|
||||
PHP options (as of PHP 4.0.5), indicating which ones can be
|
||||
PHP options (as of PHP 4.2.0), indicating which ones can be
|
||||
changed/set and at what level.
|
||||
</para>
|
||||
<para>
|
||||
|
@ -37,26 +37,6 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>foo</entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>bar</entry>
|
||||
<entry>"bah"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>Always declare those message handlers using PHP_INI_MH()</entry>
|
||||
<entry>astheymight</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>message handler - that's the fifth argument to PHP_INI_ENTRY(). It is</entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>com.allow_dcom</entry>
|
||||
<entry>"0"</entry>
|
||||
|
|
Loading…
Reference in a new issue