vrana           Wed Dec 29 10:41:31 2004 EDT

  Modified files:              
    /phpdoc/en/language types.xml 
  Log:
  array brackets with strings in PHP 5 (bug #31303)
  
http://cvs.php.net/diff.php/phpdoc/en/language/types.xml?r1=1.144&r2=1.145&ty=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.144 phpdoc/en/language/types.xml:1.145
--- phpdoc/en/language/types.xml:1.144  Fri Oct 29 06:02:33 2004
+++ phpdoc/en/language/types.xml        Wed Dec 29 10:41:30 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.144 $ -->
+<!-- $Revision: 1.145 $ -->
  <chapter id="language.types">
   <title>Types</title>
 
@@ -1057,7 +1057,7 @@
       <simpara>
        For backwards compatibility, you can still use array-brackets
        for the same purpose. However, this syntax is deprecated as
-       of PHP 4.
+       of PHP 4 and produces fatal error in PHP 5.
       </simpara>
      </note>
      <para>

Reply via email to