Include no longer points here as of 5.1.0 (bug #35176)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200589 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-11-16 10:44:45 +00:00
parent af0b029ef1
commit f61ed9a7f3

View file

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