From: Zeev Suraski Date: Sun, 6 Feb 2005 23:52:29 +0000 (+0000) Subject: Correct fix for #28803 X-Git-Tag: php-5.0.4RC1~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b25e990ffdd60720c6fea3062c15619b44784d71;p=php Correct fix for #28803 --- diff --git a/Zend/zend_ini_scanner.l b/Zend/zend_ini_scanner.l index 7f23746e7a..7eadf74a08 100644 --- a/Zend/zend_ini_scanner.l +++ b/Zend/zend_ini_scanner.l @@ -116,7 +116,7 @@ NEWLINE ("\r"|"\n"|"\r\n") return CFG_FALSE; } -\[[^\]\[]+\][ ]*{NEWLINE}? { +[[][^\]\n]+[\]][ ]*{NEWLINE}? { /* SECTION */ /* eat trailing ] and spaces */