summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-08-05 00:10:49 +0000
committer <changelog@php.net>2001-08-05 00:10:49 +0000
commit2829475d00d94cede0ef29960f3e8a60ecc762b4 (patch)
tree81b00a5e82553f5529353faa161356fcb7e7fc12
parentd800a2e16a4979908abb9a51f6ac756e35186496 (diff)
downloadphp-git-2829475d00d94cede0ef29960f3e8a60ecc762b4.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b1c59dfb21..dd3b5b967b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.7-dev
+- Enhance read_exif_data() to support multiple comment tags (Rasmus)
+- Fixed a crash bug in array_map() when NULL callback was passed in. (Andrei)
- Change from E_ERROR to E_WARNING in the exif extension (Rasmus)
- New pow() implementation, which returns an integer when possible,
and warnings on wrong input (jeroen)