summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-07-29 08:54:56 +0000
committerSascha Schumann <sas@php.net>2002-07-29 08:54:56 +0000
commit200058ae81742d2f75d321a922511b5be57f7818 (patch)
treed45d6b9a3ff04dbfaee5e129417109e587a4f100
parent5307eef5bc85f71501e9666714c06b0c521517df (diff)
downloadphp-git-200058ae81742d2f75d321a922511b5be57f7818.tar.gz
style police
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index e77ddeeaaa..ba8629203c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.3.0
-- exif_read_data() can decode MarkerNote of several Cameras. (Marcus)
-- zlib.output_compression is disabled for "image/" content-type
- headers and can be changed during script execution. (Stefan)
-- Added new aysnchronous FTP functions (Stefan)
-- Added optional 5th parameter to FTP functions to support resuming (Stefan)
+- Added MarkerNote decoding to exif_read_data() for several Cameras. (Marcus)
+- Disabled zlib.output_compression for "image/" content-type
+ headers which can be changed during script execution. (Stefan)
+- Added new asynchronous FTP functions. (Stefan)
+- Added optional 5th parameter to FTP functions to support resuming. (Stefan)
- Added optional 2nd parameter to print_r() to make it return the variable
representation instead of echoing it. (Derick)
- Added mysql_ping(), mysql_real_escape_string(), mysql_character_set_name(),