summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-03-07 01:22:10 +0000
committer <changelog@php.net>2002-03-07 01:22:10 +0000
commit2f0b13c3521bfcca0195b58a3956204aa666766e (patch)
tree9f63d289295c81ca75d3b982f7d165aadba8dc89
parent01d0e7ec15b84475754f27ab8b4dfa862ac0fdb5 (diff)
downloadphp-git-2f0b13c3521bfcca0195b58a3956204aa666766e.tar.gz
NEWS update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 86cbfe4d53..d60dd0a889 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.2.0
+- read_exif_data is now an alias for exif_read_data
+ important to differenciate old/new version for tests)
+- new function exif_tagname returns the names of tags
+ new function exif_thumbnail extracts embedded thumbnail (Marcus)
- Introduced major modifications to the Sockets Extension and its API (Jason):
. Fixed numerous bugs.
. Added automatic host lookup capability to all functions that take addr's