summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-08-01 13:27:02 +0000
committerFelipe Pena <felipe@php.net>2010-08-01 13:27:02 +0000
commitc0e6f37cb9a343a9074506a0f0a9af98546fc327 (patch)
tree546b16d1c11035547df771cefdd489316f3ebba6 /NEWS
parentcb1d315b7df224ab833390e19b1588d9f3a6d055 (diff)
downloadphp-git-c0e6f37cb9a343a9074506a0f0a9af98546fc327.tar.gz
- Fixed bug #52484 (__set() ignores setting properties with empty names)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 352a57928c..bd38de0f02 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2010, PHP 5.3.4
- Fixed bug #52487 (PDO::FETCH_INTO leaks memory). (Felipe)
+- Fixed bug #52484 (__set() ignores setting properties with empty names).
+ (Felipe)
- Fixed bug #52436 (Compile error if systems do not have stdint.h)
(Sriram Natarajan)