diff options
author | foobar <sniper@php.net> | 2002-03-15 21:46:18 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-03-15 21:46:18 +0000 |
commit | 0555ad1f5da33ff9debf2f65162e11bbbaa71df0 (patch) | |
tree | 7948d8d7f068a02ac40d5f02949cf8907965414b | |
parent | 267192647640f91fa7f796bc9df4d7ec013266f1 (diff) | |
download | php-git-0555ad1f5da33ff9debf2f65162e11bbbaa71df0.tar.gz |
MFH
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,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) |