summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2005-06-17 10:50:45 +0000
committerDmitry Stogov <dmitry@php.net>2005-06-17 10:50:45 +0000
commitd1ee85c2ddfc4449df3065f20b57f541c07cbf14 (patch)
tree0ad38b44908d445a7bdc415349e91e42f2dcc485 /NEWS
parenta32c1f9eeee932e6d1ab95e34b93580dfff0b237 (diff)
downloadphp-git-d1ee85c2ddfc4449df3065f20b57f541c07cbf14.tar.gz
Fixed bug #33277 (private method accessed by child class)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5243f9f2f6..2b867a02d6 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ PHP NEWS
- Fixed bug #33318 (throw 1; results in Invalid opcode 108/1/8). (Dmitry)
- Fixed bug #33312 (ReflectionParameter methods do not work correctly).
(Dmitry)
+- Fixed bug #33277 (private method accessed by child class). (Dmitry)
- Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol
'zend_error'). (Dmitry)
- Fixed bug #31256 (PHP_EVAL_LIBLINE configure macro does not handle -pthread).