You have find a nice error in my script.. ;)
I'm amazed why both 'make test' and 'make test_xml' didn't caught this problem..
It seems I need to tweak the regex expression.. ([EMAIL PROTECTED])
Nuno
vrana Fri Mar 25 11:16:11 2005 EDT
Modified files: /phpdoc/en/appendices ini.xml Log: Remove superfluous column
http://cvs.php.net/diff.php/phpdoc/en/appendices/ini.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.14 phpdoc/en/appendices/ini.xml:1.15
--- phpdoc/en/appendices/ini.xml:1.14 Mon Mar 21 06:28:07 2005
+++ phpdoc/en/appendices/ini.xml Fri Mar 25 11:16:11 2005
@@ -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>