Fixed in 4.3.2 and not 4.3.1

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126863 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-05-13 21:59:38 +00:00
parent 18c3711184
commit f03a1ebe71

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.main">
<refnamediv>
<refname>main</refname>
@ -29,25 +29,25 @@
<thead>
<row>
<entry>Function name</entry>
<entry>When no longer points here</entry>
<entry>No longer points here as of</entry>
</row>
</thead>
<tbody>
<row>
<entry><function>include</function></entry>
<entry>4.3.1</entry>
<entry>4.3.2</entry>
</row>
<row>
<entry><function>include_once</function></entry>
<entry>4.3.1</entry>
<entry>4.3.2</entry>
</row>
<row>
<entry><function>require</function></entry>
<entry>4.3.1</entry>
<entry>4.3.2</entry>
</row>
<row>
<entry><function>require_once</function></entry>
<entry>4.3.1</entry>
<entry>4.3.2</entry>
</row>
</tbody>
</tgroup>