summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2006-01-27 19:47:14 +0000
committerMichael Wallner <mike@php.net>2006-01-27 19:47:14 +0000
commit26127e510fb49b658ab0471d9f89f16eb9b1830c (patch)
tree5b06ffb4aaef66e37783d96d6b7530052ad30110
parentb12f8e681106aa3961e2c3a2c7580275b7b64846 (diff)
downloadphp-git-26127e510fb49b658ab0471d9f89f16eb9b1830c.tar.gz
- added imap_savebody()
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fe656b0f40..9121b1deca 100644
--- a/NEWS
+++ b/NEWS
@@ -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)