summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-09-26 12:58:08 +0000
committerSascha Schumann <sas@php.net>2000-09-26 12:58:08 +0000
commit1e5bf63b6af302491f66a93ea58f6b21247340bf (patch)
tree5b4b506f1074adc870004019a6be5e1b26ad6e1b
parentb8dabd3fb8f0db93d1b5f2cfd1c83bb0757360d1 (diff)
downloadphp-git-1e5bf63b6af302491f66a93ea58f6b21247340bf.tar.gz
add some new and old stuff
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0525149dec..906ce19b0d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,13 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.3-dev
+- Added support for BSD/OS make (Sascha)
+- Added improved URL rewriter (Sascha)
+- Fixed readdir_r() use on Solaris (Sascha)
+- Improved HTTP headers for private-caching (jon@csh.rit.edu, Sascha)
+- Added new function session_cache_limiter (jon@csh.rit.edu, Sascha)
- Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)
-- (Derick)
+ (Derick)
- PEAR: add last executed query as debug info in DB errors (Stig)
- PEAR: allow multiple modes in PEAR_Error (Stig)
- Made the Sybase CT module thread safe (Zeev)