ID: 20698 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Verified Bug Type: PCRE related -Operating System: Win32 +Operating System: * -PHP Version: 4.2.3 +PHP Version: 4.3.0-dev New Comment:
It crashes also here (on Linux) so it's not specific to windows. Backtrace is way too long to put here.. Previous Comments: ------------------------------------------------------------------------ [2002-11-28 06:34:47] [EMAIL PROTECTED] Nothing new. Bug is repeated. ------------------------------------------------------------------------ [2002-11-28 06:29:17] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-11-28 06:26:10] [EMAIL PROTECTED] If the text for preg_match_all is bigger than some value, many regexp constructions causes php to terminate. This code crashes php (on win32 only): <? $thi = str_repeat("aaaaaaa a aa aa aa\n", 1000); preg_match_all("/(.|\n)*/",$thi,$vars); ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20698&edit=1
