1
0
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:
foobar
2005-02-03 03:01:56 +00:00
parent 91962aafad
commit 77ee4950dd
+1 -1
View File
@@ -116,7 +116,7 @@ NEWLINE ("\r"|"\n"|"\r\n")
return CFG_FALSE;
}
<INITIAL>[[][^[]+[\]][ ]*{NEWLINE}? {
<INITIAL>\[[^\]\[]+\][ ]*{NEWLINE}? {
/* SECTION */
/* eat trailing ] and spaces */