mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove superfluous column
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182839 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a3c326fcf8
commit
070db82620
1 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
|
||||
<appendix id="ini">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -2079,25 +2079,21 @@
|
|||
<entry>1</entry>
|
||||
<entry>Entry can be set in user scripts or in <link
|
||||
linkend="configuration.changes.windows">Windows registry</link></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry>2</entry>
|
||||
<entry>Entry can be set in &php.ini;, &htaccess; or &httpd.conf;</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>4</entry>
|
||||
<entry>Entry can be set in &php.ini; or &httpd.conf;</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>7</entry>
|
||||
<entry>Entry can be set anywhere</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in a new issue