Date: 12/27/00
- Next message: James Moore: "RE: [PHP-DEV] [HEADS UP] PHP not Parsing"
- Previous message: James Moore: "[PHP-DEV] [HEADS UP] PHP not Parsing"
- In reply to: James Moore: "[PHP-DEV] [HEADS UP] PHP not Parsing"
- Next in thread: James Moore: "RE: [PHP-DEV] [HEADS UP] PHP not Parsing"
- Reply: James Moore: "RE: [PHP-DEV] [HEADS UP] PHP not Parsing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Apache thread?
WHat platform is this?
At 23:51 27/12/2000, James Moore wrote:
>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>
-- Zeev Suraski <zeev <email protected>> CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/-- 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: James Moore: "RE: [PHP-DEV] [HEADS UP] PHP not Parsing"
- Previous message: James Moore: "[PHP-DEV] [HEADS UP] PHP not Parsing"
- In reply to: James Moore: "[PHP-DEV] [HEADS UP] PHP not Parsing"
- Next in thread: James Moore: "RE: [PHP-DEV] [HEADS UP] PHP not Parsing"
- Reply: James Moore: "RE: [PHP-DEV] [HEADS UP] PHP not Parsing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

