diff options
author | <changelog@php.net> | 2002-03-07 01:22:10 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-03-07 01:22:10 +0000 |
commit | 2f0b13c3521bfcca0195b58a3956204aa666766e (patch) | |
tree | 9f63d289295c81ca75d3b982f7d165aadba8dc89 | |
parent | 01d0e7ec15b84475754f27ab8b4dfa862ac0fdb5 (diff) | |
download | php-git-2f0b13c3521bfcca0195b58a3956204aa666766e.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |