History log of /PHP-7.4/ext/standard/tests/general_functions/parse_ini_string_error.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 3978d3a9 14-May-2020 Nikita Popov

Canonicalize bison error during ini parsing

Bison 3.6 seems to use "end of file" rather than "$end" for this.
Force the same on older bison versions to be consistent.


# 0f078f6e 19-Dec-2019 Nikita Popov

Add destructor annotations in ini parser

It would be better to switch this to use %union and %type annotations,
but not going to do that change for 7.3.