nlopess         Tue Jun  6 12:24:45 2006 UTC

  Modified files:              
    /phpdoc/en/reference/pcre   constants.xml 
  Log:
  oops, I forgot to add the availability of the new constants
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pcre/constants.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/pcre/constants.xml
diff -u phpdoc/en/reference/pcre/constants.xml:1.10 
phpdoc/en/reference/pcre/constants.xml:1.11
--- phpdoc/en/reference/pcre/constants.xml:1.10 Tue Jun  6 12:20:47 2006
+++ phpdoc/en/reference/pcre/constants.xml      Tue Jun  6 12:24:45 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <section id="pcre.constants">
  &reftitle.constants;
  &extension.constants;
@@ -67,14 +67,15 @@
     <row>
      <entry>PREG_NO_ERROR</entry>
      <entry>
-      Returned by <function>preg_last_error</function> if there were no errors.
+      Returned by <function>preg_last_error</function> if there were no
+      errors. Available since PHP 5.2.0.
      </entry>
     </row>
     <row>
      <entry>PREG_INTERNAL_ERROR</entry>
      <entry>
       Returned by <function>preg_last_error</function> if there was an
-      internal PCRE error.
+      internal PCRE error. Available since PHP 5.2.0.
      </entry>
     </row>
     <row>
@@ -82,6 +83,7 @@
      <entry>
       Returned by <function>preg_last_error</function> if <link
       linkend="ini.pcre.backtrack-limit">backtrack limit</link> was exhausted.
+      Available since PHP 5.2.0.
      </entry>
     </row>
     <row>
@@ -89,6 +91,7 @@
      <entry>
       Returned by <function>preg_last_error</function> if <link
       linkend="ini.pcre.recursion-limit">recursion limit</link> was exhausted.
+      Available since PHP 5.2.0.
      </entry>
     </row>
     <row>
@@ -96,7 +99,8 @@
      <entry>
       Returned by <function>preg_last_error</function> if the last error was
       caused by malformed UTF-8 data (only when running a regex in <link
-      linkend="reference.pcre.pattern.modifiers">UTF-8 mode</link>).
+      linkend="reference.pcre.pattern.modifiers">UTF-8 mode</link>). Available
+      since PHP 5.2.0.
      </entry>
     </row>
    </tbody>

Reply via email to