vrana Wed Nov 16 05:44:48 2005 EDT
Modified files:
/phpdoc/en/reference/info/functions main.xml
Log:
Include no longer points here as of 5.1.0 (bug #35176)
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/main.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/info/functions/main.xml
diff -u phpdoc/en/reference/info/functions/main.xml:1.4
phpdoc/en/reference/info/functions/main.xml:1.5
--- phpdoc/en/reference/info/functions/main.xml:1.4 Thu Nov 10 04:17:11 2005
+++ phpdoc/en/reference/info/functions/main.xml Wed Nov 16 05:44:45 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.main">
<refnamediv>
<refname>main</refname>
@@ -26,29 +26,29 @@
<para>
<table>
<title>Known errors that point to <function>main</function></title>
- <!-- <tgroup cols="2"> --><tgroup cols="1">
+ <tgroup cols="2">
<thead>
<row>
<entry>Function name</entry>
- <!-- <entry>No longer points here as of</entry> -->
+ <entry>No longer points here as of</entry>
</row>
</thead>
<tbody>
<row>
<entry><function>include</function></entry>
- <!-- <entry>4.3.2</entry> -->
+ <entry>5.1.0</entry>
</row>
<row>
<entry><function>include_once</function></entry>
- <!-- <entry>4.3.2</entry> -->
+ <entry>5.1.0</entry>
</row>
<row>
<entry><function>require</function></entry>
- <!-- <entry>4.3.2</entry> -->
+ <entry>5.1.0</entry>
</row>
<row>
<entry><function>require_once</function></entry>
- <!-- <entry>4.3.2</entry> -->
+ <entry>5.1.0</entry>
</row>
</tbody>
</tgroup>