summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-01-12 02:09:15 +0000
committer <changelog@php.net>2001-01-12 02:09:15 +0000
commit910ac866a1e797c7a3a85a3d4516f7165a44c960 (patch)
tree6865d23989e0547aa80c982c6878c29f945a9f78
parent1346295d863d0dcee8e0f2542853d77988a52627 (diff)
downloadphp-git-910ac866a1e797c7a3a85a3d4516f7165a44c960.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6f736ac75b..bec8cf6bdd 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.5
+- Added Console_Getopt class for parsing command-line args. (Andrei, PEAR)
+- Add an experimental version of the ZZipLib extension which provides the
+ ability to read zip files. (Sterling)
- Allow access to uploaded files in safe_mode. Beware that you can only
read the file. If you copy it to new location the copy will not have the
right UID and you script won't be able to access that copy. (Thies)