ID: 28875 User updated by: amoljak at cox dot net Reported By: amoljak at cox dot net -Status: Feedback +Status: Closed Bug Type: Reproducible crash Operating System: Windows 2000 Server PHP Version: 4.3.6 New Comment:
I tried PHP 4.3.8-dev and it is not crashing. So I am closing the bug. I will reopen if it occures on the machine I initially tried. Thanks Previous Comments: ------------------------------------------------------------------------ [2004-06-22 00:45:31] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip ------------------------------------------------------------------------ [2004-06-21 22:58:29] amoljak at cox dot net Description: ------------ Note the extra ] in the regex. Try to load this page three times and it will crash the third time. Reproduce code: --------------- <?php $filecontent = "my name is amol"; $regex = "/(^|[^a-zA-Z0-9-])([Nn]on[-s? []]]degrees? [Ss]tudents?)([^a-zA-Z0-9-]|$)/es"; //preg_match_all($regex, $filecontent , $matches, PREG_OFFSET_CAPTURE); preg_match($regex, $filecontent , $matches, PREG_OFFSET_CAPTURE); print "matches = $matches<br>"; ?> Expected result: ---------------- This is from end user's code and I don't know what he expected. But he was able to crash the server... thats bad. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28875&edit=1
