[PHP-DEV] CVS update: php3/doc From: andrey (php-dev <email protected>)
Date: 05/27/99

Date: Thursday May 27, 1999 @ 16:20
Author: andrey

Update of /repository/php3/doc
In directory php:/tmp/cvs-serv10548/doc

Modified Files:
        Makefile.in chapters.ent manual.sgml
Log Message:
Initial check-in of PCRE docs.

Index: php3/doc/Makefile.in
diff -u php3/doc/Makefile.in:1.95 php3/doc/Makefile.in:1.96
--- php3/doc/Makefile.in:1.95 Wed May 26 15:57:33 1999
+++ php3/doc/Makefile.in Thu May 27 16:20:16 1999
@@ -26,7 +26,7 @@
 # +----------------------------------------------------------------------+
 
 #
-# $Id: Makefile.in,v 1.95 1999/05/26 19:57:33 eschmid Exp $
+# $Id: Makefile.in,v 1.96 1999/05/27 20:20:16 andrey Exp $
 #
 
 VPATH= <email protected>@
@@ -89,6 +89,7 @@
         functions/network.sgml \
         functions/oci8.sgml \
         functions/oracle.sgml \
+ functions/pcre.sgml \
         functions/pgsql.sgml \
         functions/info.sgml \
         functions/regex.sgml \
Index: php3/doc/chapters.ent
diff -u php3/doc/chapters.ent:1.41 php3/doc/chapters.ent:1.42
--- php3/doc/chapters.ent:1.41 Mon May 24 21:13:04 1999
+++ php3/doc/chapters.ent Thu May 27 16:20:16 1999
@@ -44,6 +44,7 @@
 <!ENTITY reference.network SYSTEM "functions/network.sgml">
 <!ENTITY reference.oci8 SYSTEM "functions/oci8.sgml">
 <!ENTITY reference.oracle SYSTEM "functions/oracle.sgml">
+<!ENTITY reference.pcre SYSTEM "functions/pcre.sgml">
 <!ENTITY reference.pdf SYSTEM "functions/pdf.sgml">
 <!ENTITY reference.info SYSTEM "functions/info.sgml">
 <!ENTITY reference.pgsql SYSTEM "functions/pgsql.sgml">
Index: php3/doc/manual.sgml
diff -u php3/doc/manual.sgml:1.78 php3/doc/manual.sgml:1.79
--- php3/doc/manual.sgml:1.78 Tue May 25 01:13:01 1999
+++ php3/doc/manual.sgml Thu May 27 16:20:16 1999
@@ -70,6 +70,7 @@
   &reference.uodbc;
   &reference.oci8;
   &reference.oracle;
+ &reference.pcre;
   &reference.pdf;
   &reference.pgsql;
   &reference.regex;

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>