diff options
author | Xinchen Hui <laruence@php.net> | 2012-03-02 03:12:15 (GMT) |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2012-03-02 03:12:15 (GMT) |
commit | 89b07b3a201c124c10f2806778f1f0b5bb67dc89 (patch) | |
tree | 9fc3cb1b5899fa786aa25263e97a95a47ddb52bf /NEWS | |
parent | 4f0bbee3ef4ccf2db27175fe6b9d4659286ed913 (diff) | |
download | php-89b07b3a201c124c10f2806778f1f0b5bb67dc89.tar.gz |
MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,8 +6,6 @@ PHP NEWS . World domination - Core: - . Fixed bug #61011 (Crash when an exception is thrown by __autoload - accessing a static property). (Laruence) . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars). (Laruence) . Fixed bug #60978 (exit code incorrect). (Laruence) |