summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2006-02-07 00:27:04 +0000
committerPierre Joye <pajoye@php.net>2006-02-07 00:27:04 +0000
commit0473a11ca23e976f8c41e0b654f143c767036f1f (patch)
tree6ec3bfb443728cccfdf6c7a80a7a74ac0a152969 /NEWS
parentf3e11a705cbebb52049c60bf73c45d951ea01cc8 (diff)
downloadphp-git-0473a11ca23e976f8c41e0b654f143c767036f1f.tar.gz
- entry for #36306
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 19dc2d88e1..f01762f3e5 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ PHP NEWS
- Added imap_savebody() that allows message body to be written to a file. (Mike)
- Fixed imagecolorallocate() and imagecolorallocatelapha() to return FALSE
on error. (Pierre)
+- Fixed bug #36306 (crc32() differ on 32-bit and 64-bit platforms) (Pierre)
- Fixed bug #36303 (foreach on error_zval produces segfault). (Dmitry)
- Fixed bug #36295 (typo in SplFileObject::flock() parameter name). (Tony)
- Fixed bug #36287 (Segfault with SplFileInfo conversion). (Marcus)