samesch Tue Jan 7 15:21:39 2003 EDT
Modified files:
/phpdoc/en/reference/regex configure.xml
Log:
marked specification of TYPE as optional
Index: phpdoc/en/reference/regex/configure.xml
diff -u phpdoc/en/reference/regex/configure.xml:1.1
phpdoc/en/reference/regex/configure.xml:1.2
--- phpdoc/en/reference/regex/configure.xml:1.1 Mon Dec 2 07:55:39 2002
+++ phpdoc/en/reference/regex/configure.xml Tue Jan 7 15:21:38 2003
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="regex.installation">
&reftitle.install;
<para>
To enable regexp support configure PHP
- <option role="configure">--with-regex=TYPE</option>. TYPE can be one of
+ <option role="configure">--with-regex[=TYPE]</option>. TYPE can be one of
system, apache, php. The default is to use php.
</para>
<note>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php