summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2006-01-28 00:16:56 +0000
committerPierre Joye <pajoye@php.net>2006-01-28 00:16:56 +0000
commitf16b8429dadc7a242594852b45891e7d1d7c3da5 (patch)
tree0e7cacdf04133800e7e3e9ced4e3659877e0452e
parent2bfe34e06d9c2412658e8490a935fdfb1efaa83c (diff)
downloadphp-git-f16b8429dadc7a242594852b45891e7d1d7c3da5.tar.gz
- #36185 entry
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1cbb33011f..2965743141 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ PHP NEWS
- Added imap_savebody(). (Mike)
- Fixed imagecolorallocate() and imagecolorallocatelapha() to return FALSE
on error. (Pierre)
+- Fixed bug #36185 (str_rot13(NULL) crash). (Pierre)
- Fixed bug #36152 (problems with curl+ssl and pgsql+ssl in same PHP). (Mike)
- Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the
end of the string). (Ilia)