Merge branch 'PHP-5.6'

* PHP-5.6:
  regenerated the ini scanner
This commit is contained in:
Anatol Belski 2015-06-10 13:17:10 +02:00
commit 9ec3bb8a98

View File

@ -1937,7 +1937,7 @@ end_raw_value_chars:
}
/* Eat leading and trailing double quotes */
if (yytext[0] == '"' && yytext[yyleng - 1] == '"') {
if (yyleng > 1 && yytext[0] == '"' && yytext[yyleng - 1] == '"') {
SCNG(yy_text)++;
yyleng = yyleng - 2;
} else if (sc) {