ID:               22002
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: winXP
 PHP Version:      4.3.0
 New Comment:

Could you please try STABLE and Latest CVS from 
http://snaps.php.net and report ? 
 
I could not reproduce this on Linux with HEAD. 


Previous Comments:
------------------------------------------------------------------------

[2003-02-01 16:32:27] [EMAIL PROTECTED]

Can't reproduce it with FreeBSD/Linux and PHP4.3.0/PHP5.0.0

------------------------------------------------------------------------

[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

Reply via email to