From 775c542081f6e14fbe02e066243e3886902cd262 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 10 Nov 2000 21:57:49 +0000 Subject: [PATCH] '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 --- chapters/install.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chapters/install.xml b/chapters/install.xml index a8de0b7441..4e578d0fb7 100644 --- a/chapters/install.xml +++ b/chapters/install.xml @@ -295,7 +295,7 @@ Benchmarking - 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 make bench. 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. make bench ignores the configuration file. + + + make bench is only available for PHP 3. + +