diff options
author | Sascha Schumann <sas@php.net> | 2000-09-26 12:58:08 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-09-26 12:58:08 +0000 |
commit | 1e5bf63b6af302491f66a93ea58f6b21247340bf (patch) | |
tree | 5b4b506f1074adc870004019a6be5e1b26ad6e1b | |
parent | b8dabd3fb8f0db93d1b5f2cfd1c83bb0757360d1 (diff) | |
download | php-git-1e5bf63b6af302491f66a93ea58f6b21247340bf.tar.gz |
add some new and old stuff
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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) |