'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:
Hartmut Holzgraefe 2000-11-10 21:57:49 +00:00
parent bd7fbc9690
commit 775c542081

View file

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