]> granicus.if.org Git - php/commit
Fix bug #72162 (again)
authorNikita Popov <nikic@php.net>
Thu, 5 May 2016 15:28:52 +0000 (17:28 +0200)
committerNikita Popov <nikic@php.net>
Thu, 5 May 2016 15:28:52 +0000 (17:28 +0200)
commit8e5b38100411d3b8fa4486c7c41dec7dedb4b474
treefb55a1a1b3b64319851466a5202c3c38a51b8109
parent395863b1d1798100b51c4c8be6e88d574e1a1bf1
Fix bug #72162 (again)

Not sure what the previous fix was supposed to do. The issue was
that error_reporting() simply assumes that the value must either
be an integer or a string.

Fixed by using zpp properly.
Zend/zend_builtin_functions.c