marked specification of TYPE as optional

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110945 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Samesch 2003-01-07 20:21:38 +00:00
parent 388e27dc33
commit fcd5a2969b

View file

@ -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>