]> granicus.if.org Git - php/commit
Fixed bug #76980
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 15 May 2019 10:46:23 +0000 (12:46 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 15 May 2019 10:46:23 +0000 (12:46 +0200)
commit35353dc49a73a58c17c7896c4c4c3997ef2c007d
tree338ff392a88fb42aa3528067f493b9e861621ebc
parent4fa32d67bf3fbea0241f0e786dbcb5517d25e1a2
Fixed bug #76980

If we perform a class fetch that is not marked as exception safe,
convert exceptions thrown by autoloaders into a fatal error.

Ideally fetching the interfaces would be exception safe, but as it
isn't right now, we must abort at this point.
NEWS
Zend/tests/bug49908.phpt
Zend/zend_execute_API.c