summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-08-02 01:09:16 +0000
committer <changelog@php.net>2000-08-02 01:09:16 +0000
commit3977f6380f59309fb11c3b4de7c768a066c0b662 (patch)
tree77deb6bda55a2c6079fba324140f5008d29ba87a
parentb8f6e9dd03eee70b5b675b5b76307981ff98ec92 (diff)
downloadphp-git-3977f6380f59309fb11c3b4de7c768a066c0b662.tar.gz
NEWS update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 29d08489bd..24b1e2e7e4 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.2
+- Add Olympus-specific tags to read_exif_data() (Rasmus)
+- Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't return
+ the body. Bug #4447. (Jani)
+- Fixed exec() returning "\0" when output is empty
- Added XML_Parser class in PEAR (Stig)
- Added "make test" target in pear/ and added some regression tests (Stig)
- Fix bug in strip_tags function as per bug #5857 (Rasmus)