ID: 22002
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Reproducible crash
Operating System: winXP
PHP Version: 4.3.0
New Comment:
Can't reproduce it with FreeBSD/Linux and PHP4.3.0/PHP5.0.0
Previous Comments:
------------------------------------------------------------------------
[2003-02-01 16:29:28] [EMAIL PROTECTED]
if you repeat at least 20-30 time the ereg function with an empty mask
php.exe bug and stay in the task manager.
Some time the web page doesn't appear or just a part. Example of an
'reproductible bug' code
for($i=0;$i<100;$i++)
{
ereg("","aa");
}
BUT if you put @ in front of ereg the bug doesn't appear.
hope this bug report will be usefull.
Thanks
------------------------------------------------------------------------
[2003-02-01 16:22:42] [EMAIL PROTECTED]
if you repeat at least 20-30 time the ereg function with an empty mask
php.exe doesn't bug and stay in the task manager.
Some time the web page doesn't appear or just a part. Example of an
'reproductible bug' code
for($i=0;$i<100;$i++)
{
ereg("","aa");
}
BUT if you put @ in front of ereg the bug doesn't appear.
hope this bug report will be usefull.
Thanks
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=22002&edit=1