Date: 12/27/00
- Next message: Zeev Suraski: "Re: [PHP-DEV] [HEADS UP] PHP not Parsing"
- Previous message: sonix <email protected>: "[PHP-DEV] PHP 4.0 Bug #8444: Gettext Isn`t Working Anymore"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] [HEADS UP] PHP not Parsing"
- Reply: Zeev Suraski: "Re: [PHP-DEV] [HEADS UP] PHP not Parsing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
While trying to reproduce another bug I have managed to reproduce the php
not parsing bug.
CVS from 1-2 days ago.. Running ab to test the output varies from time to
time.. I do it in my browser and I get phpsource file.
Its happening 1-2 times in 20-30 requests. Seems mainly as apache thread is
dieing.. Ill try to create a test script to do repeat tests but atm im just
running the following:
--- test.php ---
<?php
$fp = fopen("http://10.0.0.2/","r");
$h = fread($fp, 1);
echo "test";
?>
-----------------
and then
ab -n 30 http://10.0.0.2/test.php
Ill make sure its not me being stupid and if this isnt the case then Ill
make all info about the system I can avalible and hopefully the devs can
help my track down where the bug is happening and then maybe we can get it
fixed.
James
-- James Moore PHP Quality Assurance Team jmoore <email protected>-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] [HEADS UP] PHP not Parsing"
- Previous message: sonix <email protected>: "[PHP-DEV] PHP 4.0 Bug #8444: Gettext Isn`t Working Anymore"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] [HEADS UP] PHP not Parsing"
- Reply: Zeev Suraski: "Re: [PHP-DEV] [HEADS UP] PHP not Parsing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

