They used to point here, then not, and now they do again?!
So is this a PHP bug? This reintroduced feature just feels
wrong.

Regards,
Philip


On Thu, 10 Nov 2005, Jakub Vrana wrote:

> vrana         Thu Nov 10 04:17:14 2005 EDT
> 
>   Modified files:              
>     /phpdoc/en/reference/info/functions       main.xml 
>   Log:
>   Include functions still point here
>   
> http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/main.xml?r1=1.3&r2=1.4&ty=u
> Index: phpdoc/en/reference/info/functions/main.xml
> diff -u phpdoc/en/reference/info/functions/main.xml:1.3 
> phpdoc/en/reference/info/functions/main.xml:1.4
> --- phpdoc/en/reference/info/functions/main.xml:1.3   Sun Jun  1 09:49:35 2003
> +++ phpdoc/en/reference/info/functions/main.xml       Thu Nov 10 04:17:11 2005
> @@ -1,5 +1,5 @@
>  <?xml version="1.0" encoding="iso-8859-1"?>
> -<!-- $Revision: 1.3 $ -->
> +<!-- $Revision: 1.4 $ -->
>    <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="2"> --><tgroup cols="1">
>         <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>4.3.2</entry> -->
>          </row>
>          <row>
>           <entry><function>include_once</function></entry>
> -         <entry>4.3.2</entry>
> +         <!-- <entry>4.3.2</entry> -->
>          </row>
>          <row>
>           <entry><function>require</function></entry>
> -         <entry>4.3.2</entry>
> +         <!-- <entry>4.3.2</entry> -->
>          </row>
>          <row>
>           <entry><function>require_once</function></entry>
> -         <entry>4.3.2</entry>
> +         <!-- <entry>4.3.2</entry> -->
>          </row>
>         </tbody>
>        </tgroup>
> 

Reply via email to