mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Commented out more PHP 6 documentation. Grep 'FIXME PHP_6' to fix. Helps close PHP Bug #51468
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297626 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
669f2979e3
commit
0b4c5897dd
7 changed files with 16 additions and 3 deletions
|
@ -81,10 +81,12 @@
|
|||
<entry>5.3.0</entry>
|
||||
<entry><constant>E_DEPRECATED</constant> and <constant>E_USER_DEPRECATED</constant> introduced.</entry>
|
||||
</row>
|
||||
<!-- FIXME PHP_6
|
||||
<row>
|
||||
<entry>6.0.0</entry>
|
||||
<entry><constant>E_STRICT</constant> became part of <constant>E_ALL</constant>.</entry>
|
||||
</row>
|
||||
-->
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
|
@ -167,6 +167,7 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- FIXME PHP_6
|
||||
<row>
|
||||
<entry>6.0.0</entry>
|
||||
<entry>
|
||||
|
@ -175,6 +176,7 @@
|
|||
<parameter>other_options</parameter> parameter.
|
||||
</entry>
|
||||
</row>
|
||||
-->
|
||||
<row>
|
||||
<entry>5.2.1</entry>
|
||||
<entry>
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<!-- FIXME PHP_6
|
||||
<varlistentry>
|
||||
<term>
|
||||
<constant>FILE_TEXT</constant>
|
||||
|
@ -99,6 +100,7 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
-->
|
||||
</variablelist>
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -149,6 +151,7 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- FIXME PHP_6
|
||||
<row>
|
||||
<entry>6.0.0</entry>
|
||||
<entry>
|
||||
|
@ -162,6 +165,7 @@
|
|||
</note>
|
||||
</entry>
|
||||
</row>
|
||||
-->
|
||||
<row>
|
||||
<entry>5.0.0</entry>
|
||||
<entry>
|
||||
|
|
|
@ -269,12 +269,14 @@ openlog('', $LOG_ODELAY, $LOG_MAIL | $LOG_USER);
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- FIXME PHP_6
|
||||
<row>
|
||||
<entry>6.0.0</entry>
|
||||
<entry>
|
||||
This function was removed from PHP.
|
||||
</entry>
|
||||
</row>
|
||||
-->
|
||||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
|
|
|
@ -150,12 +150,14 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- FIXME PHP_6
|
||||
<row>
|
||||
<entry>6.0.0</entry>
|
||||
<entry>
|
||||
Value 1 is no more special.
|
||||
</entry>
|
||||
</row>
|
||||
-->
|
||||
<row>
|
||||
<entry>4.3.2</entry>
|
||||
<entry>
|
||||
|
|
|
@ -76,6 +76,7 @@ unicode(10) "/var/www/html/test.php"
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<!-- FIXME PHP_6
|
||||
<refsect1 role="changelog">
|
||||
&reftitle.changelog;
|
||||
<para>
|
||||
|
@ -99,7 +100,7 @@ unicode(10) "/var/www/html/test.php"
|
|||
</informaltable>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
-->
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
Returns the specified character.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<!-- FIXME PHP_6
|
||||
<refsect1 role="changelog">
|
||||
&reftitle.changelog;
|
||||
<para>
|
||||
|
@ -67,7 +67,7 @@
|
|||
</informaltable>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
-->
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue