]> granicus.if.org Git - php/commit
Add destructor annotations in ini parser
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 19 Dec 2019 09:42:10 +0000 (10:42 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 19 Dec 2019 09:43:05 +0000 (10:43 +0100)
commit0f078f6e78c70ec544adea4b06c4aebfba356a8e
treeed81f61b486f97575714908672a7670b4bf6b474
parentbacfae8baf71ad935585dbf1a046682f7f925a40
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.
Zend/zend_ini_parser.y
ext/standard/tests/general_functions/parse_ini_string_error.phpt [new file with mode: 0644]