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:
Jakub Vrana 2005-03-25 16:16:11 +00:00
parent a3c326fcf8
commit 070db82620

View file

@ -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>