mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
388e27dc33
commit
fcd5a2969b
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue