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