diff options
author | Pierre Joye <pajoye@php.net> | 2006-01-28 00:16:56 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2006-01-28 00:16:56 +0000 |
commit | f16b8429dadc7a242594852b45891e7d1d7c3da5 (patch) | |
tree | 0e7cacdf04133800e7e3e9ced4e3659877e0452e | |
parent | 2bfe34e06d9c2412658e8490a935fdfb1efaa83c (diff) | |
download | php-git-f16b8429dadc7a242594852b45891e7d1d7c3da5.tar.gz |
- #36185 entry
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |