nlopess Sun Feb 22 15:26:48 2004 EDT
Modified files:
/phpdoc/en/reference/pcre reference.xml
/phpdoc/entities global.ent
Log:
fix #25754
note about PCRE limitations
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/reference.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/pcre/reference.xml
diff -u phpdoc/en/reference/pcre/reference.xml:1.7
phpdoc/en/reference/pcre/reference.xml:1.8
--- phpdoc/en/reference/pcre/reference.xml:1.7 Wed Oct 22 15:52:45 2003
+++ phpdoc/en/reference/pcre/reference.xml Sun Feb 22 15:26:48 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<reference id="ref.pcre">
<title>Regular Expression Functions (Perl-Compatible)</title>
<titleabbrev>PCRE</titleabbrev>
@@ -23,8 +23,14 @@
</para>
<para>
PHP also supports regular expressions using a POSIX-extended syntax
- using the <link linkend="ref.regex">POSIX-extended regex functions.</link>.
+ using the <link linkend="ref.regex">POSIX-extended regex functions</link>.
</para>
+ <warning>
+ <para>
+ You should be aware of some limitations of PCRE. Read <ulink
+ url="&url.pcre.man;">&url.pcre.man;</ulink> for more info.
+ </para>
+ </warning>
</section>
<section id="pcre.requirements">
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.167&r2=1.168&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.167 phpdoc/entities/global.ent:1.168
--- phpdoc/entities/global.ent:1.167 Sun Feb 22 07:23:25 2004
+++ phpdoc/entities/global.ent Sun Feb 22 15:26:48 2004
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.167 2004/02/22 12:23:25 nlopess Exp $
+ $Id: global.ent,v 1.168 2004/02/22 20:26:48 nlopess Exp $
Contains global "macros" for all the XML documents.
@@ -178,6 +178,7 @@
<!ENTITY url.palm.doc "http://www.aportis.com/">
<!ENTITY url.psgml "ftp://ftp.lysator.liu.se/pub/sgml/psgml-1.0.1.tar.gz">
<!ENTITY url.pcre "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/">
+<!ENTITY url.pcre.man "http://www.pcre.org/pcre.txt">
<!ENTITY url.pdf "http://www.pdflib.com/products/pdflib/index.html">
<!ENTITY url.pdf.fpdf "http://www.fpdf.org/">
<!ENTITY url.pdf.panda "http://www.stillhq.com/cgi-bin/getpage?area=panda">