mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
'make bench' is (not yet) available for php 4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35573 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bd7fbc9690
commit
775c542081
1 changed files with 6 additions and 1 deletions
|
@ -295,7 +295,7 @@
|
|||
<sect2 id="install.benchmarking">
|
||||
<title>Benchmarking</title>
|
||||
<simpara>
|
||||
If you have built PHP as a CGI program, you may benchmark your
|
||||
If you have built PHP 3 as a CGI program, you may benchmark your
|
||||
build by typing <command>make bench</command>. Note that if safe
|
||||
mode is on by default, the benchmark may not be able to finish if
|
||||
it takes longer then the 30 seconds allowed. This is because the
|
||||
|
@ -306,6 +306,11 @@
|
|||
scripts. <command>make bench</command> ignores the <link
|
||||
linkend="configuration.file">configuration file</link>.
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
<command>make bench</command> is only available for PHP 3.
|
||||
</simpara>
|
||||
</note>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue