]> granicus.if.org Git - php/commit
Fix assertion in Exception::getMessage() if $message is a ref
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 25 Feb 2019 12:00:16 +0000 (13:00 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 25 Feb 2019 12:00:16 +0000 (13:00 +0100)
commitaf37d58cf7b77814b93ea97a8dcd2afb46c4424e
tree809a59ad86fc4b90355dbe8d3c0c52b62d637dc5
parent1c22ace0582fb0a2ec581237fcf1c5b9c41edd04
Fix assertion in Exception::getMessage() if $message is a ref

And same for other properties. Encountered in Symfony.
Zend/tests/exception_getters_with_ref_props.phpt [new file with mode: 0644]
Zend/zend_exceptions.c