nlopess         Tue Feb  7 17:31:23 2006 UTC

  Modified files:              
    /phpdoc/en/reference/pcre   reference.xml 
  Log:
  fix #35258: document the compiled regex cache
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pcre/reference.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/pcre/reference.xml
diff -u phpdoc/en/reference/pcre/reference.xml:1.14 
phpdoc/en/reference/pcre/reference.xml:1.15
--- phpdoc/en/reference/pcre/reference.xml:1.14 Tue Feb  7 17:19:31 2006
+++ phpdoc/en/reference/pcre/reference.xml      Tue Feb  7 17:31:23 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 <!-- Purpose: basic.text -->
 <!-- Membership: bundled -->
 
@@ -31,6 +31,12 @@
      PHP also supports regular expressions using a POSIX-extended syntax
      using the <link linkend="ref.regex">POSIX-extended regex functions</link>.
     </para>
+    <note>
+     <para>
+      This extension maintains a global per-thread cache of compiled regexes
+      (up to 4096).
+     </para>
+    </note>
     <warning>
      <para>
       You should be aware of some limitations of PCRE. Read <ulink

Reply via email to