]> granicus.if.org Git - php/commit
Fixed bug #77589 (Core dump using parse_ini_string with numeric sections)
authorXinchen Hui <laruence@gmail.com>
Mon, 11 Feb 2019 07:27:29 +0000 (15:27 +0800)
committerXinchen Hui <laruence@gmail.com>
Mon, 11 Feb 2019 07:27:29 +0000 (15:27 +0800)
commit92055ca79b821d0712ed67b8173d2312e7e9fdbd
tree97a37f7c47cd95b1532742a5ac88cc34fd7df6e5
parent1f86dcdd1304aa06b0d429538d0b85da7959f24b
Fixed bug #77589 (Core dump using parse_ini_string with numeric sections)

Section name should not be typed(NULL, FALSE, TRUE etc)
NEWS
Zend/tests/bug77589.phpt [new file with mode: 0644]
Zend/zend_ini_scanner.c
Zend/zend_ini_scanner.l