Re: [PHP-DEV] PHP 5.2.1 crashing Apache/IIS...

2007-03-02 Thread Thomas Hruska
William A. Rowe, Jr. wrote: Thomas Hruska wrote: Heads up! Installed the latest Win32 binaries of thread-safe PHP 5.2.1 on Win32 Apache and IIS. PHP started crashing (definitely PHP - php5ts.dll) when I went to access the MyProBB web forum. (Win32 Apache flat out crashes, IIS bails with HTTP

Re: [PHP-DEV] PHP 5.2.1 crashing Apache/IIS...

2007-03-01 Thread William A. Rowe, Jr.
Thomas Hruska wrote: > Heads up! Installed the latest Win32 binaries of thread-safe PHP 5.2.1 > on Win32 Apache and IIS. PHP started crashing (definitely PHP - > php5ts.dll) when I went to access the MyProBB web forum. (Win32 Apache > flat out crashes, IIS bails with HTTP 500 errors). Consideri

Re: [PHP-DEV] PHP 5.2.1 crashing Apache/IIS...

2007-02-09 Thread Antony Dovgal
On 02/10/2007 03:55 AM, Stanislav Malyshev wrote: Fixed in CVS, thanks for the reproduce case. I think there should be also no check for case_sensitivity earlier. And we probably need to add testcase for this - our test suite seems to have missed this bug). I will add a test case, but not n

Re: [PHP-DEV] PHP 5.2.1 crashing Apache/IIS...

2007-02-09 Thread Stanislav Malyshev
Fixed in CVS, thanks for the reproduce case. I think there should be also no check for case_sensitivity earlier. And we probably need to add testcase for this - our test suite seems to have missed this bug). -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/

Re: [PHP-DEV] PHP 5.2.1 crashing Apache/IIS...

2007-02-09 Thread Antony Dovgal
On 02/09/2007 09:40 PM, Thomas Hruska wrote: $Data = "Change tracking and management software designed to watch for abnormal system behavior.\nSuggest features, report bugs, or ask questions here."; $Data = str_ireplace("\r\n", "", $Data); $Data = str_ireplace("\n", "", $Data); $Da

Re: [PHP-DEV] PHP 5.2.1 crashing Apache/IIS...

2007-02-09 Thread Stanislav Malyshev
This script crashes PHP 5.2.1 everywhere. Command-line and web server (module and CGI modes). IMO, there's a bug somewhere in str_ireplace(). But it could be also more fundamental with how Zend treats variables. All that showing data around assigning a variable to itself. I can reproduce i

[PHP-DEV] PHP 5.2.1 crashing Apache/IIS...

2007-02-09 Thread Thomas Hruska
Heads up! Installed the latest Win32 binaries of thread-safe PHP 5.2.1 on Win32 Apache and IIS. PHP started crashing (definitely PHP - php5ts.dll) when I went to access the MyProBB web forum. (Win32 Apache flat out crashes, IIS bails with HTTP 500 errors). Forum crashes PHP 5.2.1: http://ww