diff options
author | Michael Wallner <mike@php.net> | 2006-01-27 19:47:14 +0000 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2006-01-27 19:47:14 +0000 |
commit | 26127e510fb49b658ab0471d9f89f16eb9b1830c (patch) | |
tree | 5b06ffb4aaef66e37783d96d6b7530052ad30110 | |
parent | b12f8e681106aa3961e2c3a2c7580275b7b64846 (diff) | |
download | php-git-26127e510fb49b658ab0471d9f89f16eb9b1830c.tar.gz |
- added imap_savebody()
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ PHP NEWS - Added new mysqli constants for BIT and NEW_DECIMAL field types: MYSQLI_TYPE_NEWDECIMAL and MYSQLI_TYPE_BIT. FR #36007. (Georg) - Added ReflectionClass::newInstanceArgs($args). (Marcus) +- Added imap_savebody(). (Mike) - Fixed imagecolorallocate() and imagecolorallocatelapha() to return FALSE on error. (Pierre) - Fixed bug #36152 (problems with curl+ssl and pgsql+ssl in same PHP). (Mike) |