Skip to content

Commit 616578d

Browse files
author
Ilia Alshanetsky
committed
Added feature #19645 (ini parser can now handle quoted multi-line values).
1 parent 3a94aea commit 616578d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_ini_scanner.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ NEWLINE ("\r"|"\n"|"\r\n")
151151
}
152152

153153

154-
<INITIAL>["][^\n\r"]*["] {
154+
<INITIAL>["][^"]*["] {
155155
/* ENCAPSULATED TC_STRING */
156156

157157
/* eat trailing " */

0 commit comments

Comments
 (0)