]> granicus.if.org Git - php/commit
Drop convert_to usage in zend_exceptions
authorNikita Popov <nikic@php.net>
Mon, 6 Oct 2014 18:14:30 +0000 (20:14 +0200)
committerNikita Popov <nikic@php.net>
Mon, 6 Oct 2014 18:14:30 +0000 (20:14 +0200)
commit2a0c4edfdaca8339eed8caa1cc1947c68225dbc3
tree89d7df39b63f655c011f0d21c05e487f0548dfe2
parent390900cbcb5c81080f4b58d15209c276075e078c
Drop convert_to usage in zend_exceptions

To make everything work correctly with refs.

I'm unsure whether the GET_PROPERTY_SILENT distinction is really
necessary, because the choice seemed pretty random, but kept it
around.
Zend/tests/exception_with_by_ref_message.phpt [new file with mode: 0644]
Zend/zend_exceptions.c