Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-27 Thread Michael Powell
Jerry wrote: > On Sun, 27 Sep 2009 10:03:37 -0400 > Michael Powell wrote: > >> Found the problem. The mailheader patch for 5.2.10 clashes with the >> Suhosin patch for 5.2.11. I rebuilt PHP with Suhosin and without >> mailheader patch and now it's all happy again. Now my php -v reads >> like Jer

Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-27 Thread Michael Powell
Jerry wrote: > On Sun, 27 Sep 2009 10:03:37 -0400 > Michael Powell wrote: > >> Found the problem. The mailheader patch for 5.2.10 clashes with the >> Suhosin patch for 5.2.11. I rebuilt PHP with Suhosin and without >> mailheader patch and now it's all happy again. Now my php -v reads >> like Jer

Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-27 Thread Jerry
On Sun, 27 Sep 2009 10:03:37 -0400 Michael Powell wrote: > Found the problem. The mailheader patch for 5.2.10 clashes with the > Suhosin patch for 5.2.11. I rebuilt PHP with Suhosin and without > mailheader patch and now it's all happy again. Now my php -v reads > like Jerry's. Did you file a PR

Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-27 Thread Michael Powell
Michael Powell wrote: > Jerry wrote: [snip] >> >> No problems on my machines. >> >> PHP 5.2.11 with Suhosin-Patch 0.9.7 (cli) (built: Sep 24 2009 19:08:59) >> Copyright (c) 1997-2009 The PHP Group >> Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies >> [snip] > > Will look into it

Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-27 Thread Michael Powell
Matthias Fechner wrote: > Hi Michael, > > Michael Powell schrieb: >> patch I got. I use cvsup11 because it closest to me (in the Verizon >> datacenter in Ashland, Va.) but I have had that server go stale before. >> Might try csupping ports again from something a little higher up in the >> hierarc

Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-26 Thread Matthias Fechner
Hi Michael, Michael Powell schrieb: > patch I got. I use cvsup11 because it closest to me (in the Verizon > datacenter in Ashland, Va.) but I have had that server go stale before. > Might try csupping ports again from something a little higher up in the > hierarchy. why not using portsnap? By

Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-26 Thread Michael Powell
Jerry wrote: > On Sat, 26 Sep 2009 13:34:25 -0400 > Michael Powell wrote: > [snip] >> If you are using FastCGI the workaround is to do make config in >> lang/php5 and deselect the Suhosin option. There is something very >> broken in the Suhosin patch as far as CLI and FastCGI is concerned. >>

Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-26 Thread Jerry
On Sat, 26 Sep 2009 13:34:25 -0400 Michael Powell wrote: > Today I did a portupgrade of PHP from 5.2.10 to 5.2.11. > > This broke both lighttpd and Apache web servers, on which I run PHP > as FastCGI. I do not know if this affects those who use mod_php as I > do not use it. I use mod_fcgid inst

Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-26 Thread Michael Powell
Today I did a portupgrade of PHP from 5.2.10 to 5.2.11. This broke both lighttpd and Apache web servers, on which I run PHP as FastCGI. I do not know if this affects those who use mod_php as I do not use it. I use mod_fcgid instead. Execute php -v at a prompt and it will spew the following and