Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-21 Thread Odhiambo Washington
On Mon, Aug 20, 2012 at 11:42 PM, John R. Levine jo...@iecc.com wrote: Good thought, I just did that. Results: php5.3: works fine as far as I can tell php5.4: fails in random ways This suggests there is a bug in 5.4 which only is apparent on FreeBSD 8.x. I note that the packages for

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-21 Thread bsd
Le 21 août 2012 à 04:10, John Levine a écrit : Are you running pecl-APC? If so, what version? There's a major issue with the latest. Hmmn, that might have been it. I backed down to 5.3, but when I have a chance I'll try 5.4 again without APC. Tried it without APC, didn't help.

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-21 Thread Michael Powell
bsd wrote: Le 21 août 2012 à 04:10, John Levine a écrit : Are you running pecl-APC? If so, what version? There's a major issue with the latest. Hmmn, that might have been it. I backed down to 5.3, but when I have a chance I'll try 5.4 again without APC. Tried it without APC,

Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-20 Thread John Levine
I have a fully patche amd64 freebsd 8.3 server with apache 2.2 and PHP 5.4.5. In the past day, php scripts have started failing with a variety of random errors, they hang, errors claiming that builtins like require_once() are not found, and other stuff. I don't see any pattern. I also can't

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-20 Thread Odhiambo Washington
On Mon, Aug 20, 2012 at 7:46 PM, John Levine jo...@iecc.com wrote: I have a fully patche amd64 freebsd 8.3 server with apache 2.2 and PHP 5.4.5. In the past day, php scripts have started failing with a variety of random errors, they hang, errors claiming that builtins like require_once()

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-20 Thread John R. Levine
I've done all the usual voodoo repair: I have rebuilt apache, php, and all the php modules from source, and rebooted, and it didn't help. Did you also rebuilt lang/php5-extensions for the modules you need? Uh, yes, I said that I did. Regards, John Levine, jo...@iecc.com, Primary Perpetrator

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-20 Thread Odhiambo Washington
On Mon, Aug 20, 2012 at 10:18 PM, John R. Levine jo...@iecc.com wrote: I've done all the usual voodoo repair: I have rebuilt apache, php, and all the php modules from source, and rebooted, and it didn't help. Did you also rebuilt lang/php5-extensions for the modules you need? Uh, yes, I

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-20 Thread John R. Levine
Then perhaps you should downgrade to lang/php53 and lang/php53-extensions and compare the results! Good thought, I just did that. Results: php5.3: works fine as far as I can tell php5.4: fails in random ways This suggests there is a bug in 5.4 which only is apparent on FreeBSD 8.x. I note

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-20 Thread Jerry
On 20 Aug 2012 16:46:13 - John Levine articulated: I have a fully patche amd64 freebsd 8.3 server with apache 2.2 and PHP 5.4.5. In the past day, php scripts have started failing with a variety of random errors, they hang, errors claiming that builtins like require_once() are not

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-20 Thread Odhiambo Washington
On Mon, Aug 20, 2012 at 11:02 PM, John R. Levine jo...@iecc.com wrote: Then perhaps you should downgrade to lang/php53 and lang/php53-extensions and compare the results! Good thought, I just did that. Results: php5.3: works fine as far as I can tell php5.4: fails in random ways This

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-20 Thread Mark Felder
Are you running pecl-APC? If so, what version? There's a major issue with the latest. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-20 Thread John R. Levine
Good thought, I just did that. Results: php5.3: works fine as far as I can tell php5.4: fails in random ways This suggests there is a bug in 5.4 which only is apparent on FreeBSD 8.x. I note that the packages for 8.x have gone away on the distribution server, so I expect they're not

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-20 Thread Michael Powell
John R. Levine wrote: Then perhaps you should downgrade to lang/php53 and lang/php53-extensions and compare the results! Good thought, I just did that. Results: php5.3: works fine as far as I can tell php5.4: fails in random ways This suggests there is a bug in 5.4 which only is

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-20 Thread John R. Levine
Are you running pecl-APC? If so, what version? There's a major issue with the latest. Hmmn, that might have been it. I backed down to 5.3, but when I have a chance I'll try 5.4 again without APC. R's, John

Re: Apache 2.2 and php 5.4.5 failing on freebsd 8.3

2012-08-20 Thread John Levine
Are you running pecl-APC? If so, what version? There's a major issue with the latest. Hmmn, that might have been it. I backed down to 5.3, but when I have a chance I'll try 5.4 again without APC. Tried it without APC, didn't help. We're back to the theory that there's something in PHP