mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
- Fixed bug #28804 (ini-file section parsing pattern is buggy).
This commit is contained in:
@@ -116,7 +116,7 @@ NEWLINE ("\r"|"\n"|"\r\n")
|
||||
return CFG_FALSE;
|
||||
}
|
||||
|
||||
<INITIAL>[[][^[]+[\]][ ]*{NEWLINE}? {
|
||||
<INITIAL>\[[^\]\[]+\][ ]*{NEWLINE}? {
|
||||
/* SECTION */
|
||||
|
||||
/* eat trailing ] and spaces */
|
||||
|
||||
Reference in New Issue
Block a user