summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-03-15 21:46:14 +0000
committerfoobar <sniper@php.net>2002-03-15 21:46:14 +0000
commit207f26ae91660a6e3ce3763482f3da25c1001fb0 (patch)
tree39f23002f32121b94e57a6aac273a39a72964d22
parent0f65280cb5118d8c1a85db6626f7be365f3d1b26 (diff)
downloadphp-git-207f26ae91660a6e3ce3763482f3da25c1001fb0.tar.gz
This entry belongs under 4.2.0.
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 70f3a103e4..2934b16ce3 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,6 @@ PHP 4 NEWS
- Fixed memory allocation problem on systems that have iconv() support in libc.
(Yasuo)
- Made var_dump() handle recursive structures better. (Yasuo)
-- Added optional 3rd parameter "int encoding_mode" to gzencode() and fixed
- parameters to conform documentation. (Stefan)
- Added exif_imagetype() function. (Marcus)
- Added domxml functions:
domxml_elem_get_elements_by_tagname()
@@ -49,6 +47,8 @@ PHP 4 NEWS
$r=socket_select($rfds, $wfds, NULL, 1);
print "Ready to read:\n"; var_dump($rfds);
?>
+- Added optional 3rd parameter "int encoding_mode" to gzencode() and fixed
+ parameters to conform documentation. (Stefan)
- Changed read_exif_data() to be an alias of exif_read_data(). (Marcus)
- Added exif_tagname() function which returns the names of tags and
exif_thumbnail() function to extract embedded thumbnails. (Marcus)