From: Zeev Suraski Date: Sun, 6 Feb 2005 23:51:59 +0000 (+0000) Subject: Correct fix for #28804 X-Git-Tag: RELEASE_0_2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17537ac5009511ad174cd2380f5777f99364355d;p=php Correct fix for #28804 --- diff --git a/Zend/zend_ini_scanner.l b/Zend/zend_ini_scanner.l index 060e215d0c..9fbf5ea443 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 */