summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-11-19 18:20:48 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-11-19 18:20:48 +0000
commit0d338f463cc7f7980a1ac58809c14c005dd3e9ac (patch)
treeceed0ccf975a7ee0ebdc11198d0e7e1073bd78de /NEWS
parentc06f9e1efe5375abcbb507876e04e893885e4ade (diff)
downloadphp-git-0d338f463cc7f7980a1ac58809c14c005dd3e9ac.tar.gz
Fixed bug #38770 (unpack() broken with longs on 64 bit machines).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9ba2a4faac..19b88baf97 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,8 @@ PHP NEWS
(Dmitry)
- Fixed bug #39090 (DirectoryFilterDots doxygen docs and example is wrong).
(Marcus)
+- Fixed bug #38770 (unpack() broken with longs on 64 bit machines). (Ilia,
+ David Soria Parra).
- Fixed bug #38698 (for some keys cdbmake creates corrupted db and cdb can't
read valid db). (Marcus)
- Fixed bug #38680 (Added missing handling of basic types in json_decode).