From:             bibifoc23 at yahoo dot fr
Operating system: Linux 2.4
PHP version:      4.3.2RC1
PHP Bug Type:     Apache2 related
Bug description:  performance problem with apache2 handler

When i test the performance of the new apache2handler sapi, there is a huge
difference with apache2filter sapi.

<?php

phpinfo();

?>

or

<?php

for ($i=0; $<100;$i++)
  echo $i;

?>

On Redhat 7.3 and apache 2.0.44, the apache2filter give a better result
than the apache2handler.

i compil php with the same module in both case.

Thanks

-- 
Edit bug report at http://bugs.php.net/?id=22758&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22758&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22758&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22758&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22758&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22758&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22758&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22758&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22758&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22758&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22758&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22758&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22758&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22758&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22758&r=gnused

Reply via email to