RE: [PHP-DEV] [HEADS UP] PHP not Parsing From: James Moore (jmoore <email protected>)
Date: 12/28/00

OK after 2.4 million further request having restarted apache with no changes
to the setup this has stopped happening. It seems to me that somehow
apache/PHP became unstable and was spuing out the code rather than the
output. I wish I could recreate this again but cant. The problem is there
though and we could really do with tracking it down. Perhaps we should
contact the apache guys and see if they have ever come accross this with any
other modules or if they have found it with PHP at all. This is very very
strange..

Output from log..
[root <email protected> logs] cat access_log | grep test.php | awk '{print $10}' |
uniq -c
2488136 4

{Test case outputs 4 bytes)

James

--
James Moore
PHP Quality Assurance Team
jmoore <email protected>

> -----Original Message----- > From: Zeev Suraski [mailto:zeev <email protected>] > Sent: 27 December 2000 22:24 > To: James Moore > Cc: PHP Developers Mailing List > Subject: RE: [PHP-DEV] [HEADS UP] PHP not Parsing > > > So we're not talking about a thread, but a process, right? > > At 00:29 28/12/2000, James Moore wrote: > >This is Mandrake 7.1 (helium) Kernel 2.2.15-4mdkfb > >The output of PHPinfo is mirrored on the web at > >http://phpuk.org/phptest/phpinfo.htm (different server). > >Ill pop httpd.conf and php.ini up in 5 mins. > > > >I first noticed this when I set error reporting to syslog but > this might be > >unconnected just about to test to see if this is the case. > > > >James > >-- > >James Moore > >PHP Quality Assurance Team > >jmoore <email protected> > > > > > > > -----Original Message----- > > > From: Zeev Suraski [mailto:zeev <email protected>] > > > Sent: 27 December 2000 22:15 > > > To: James Moore > > > Cc: PHP Developers Mailing List > > > Subject: Re: [PHP-DEV] [HEADS UP] PHP not Parsing > > > > > > > > > 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> > > -- > 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>

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