summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-05-15 12:46:23 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-05-15 12:46:23 +0200
commit35353dc49a73a58c17c7896c4c4c3997ef2c007d (patch)
tree338ff392a88fb42aa3528067f493b9e861621ebc /NEWS
parent4fa32d67bf3fbea0241f0e786dbcb5517d25e1a2 (diff)
downloadphp-git-35353dc49a73a58c17c7896c4c4c3997ef2c007d.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 46b7a999a3..eb52e5261d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2019, PHP 7.2.20
+- Core:
+ . Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).
+ (Nikita)
30 May 2019, PHP 7.2.19