diff options
author | Sascha Schumann <sas@php.net> | 1999-07-23 00:04:24 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-07-23 00:04:24 +0000 |
commit | c927593c6d5ea7b9971aa8728a0445f5706e70ae (patch) | |
tree | f450e9efc54dfe3f09d7726dfbf12ed0ee933f98 | |
parent | d3e885841358b2b610bc32293e922fe340a842d3 (diff) | |
download | php-git-c927593c6d5ea7b9971aa8728a0445f5706e70ae.tar.gz |
ChangeLog
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -2,6 +2,14 @@ PHP 4.0 CHANGE LOG ChangeLog ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ??? ?? 1999, Version 4.0 Beta 2 +- Removed --with-shared-apache (Sascha) +- Added patch for reverse lookup table in base64_decode (Sascha) + Submitted by bfranklin@dct.com +- Merged in php3 version of str_replace (Sascha) +- Added DBA module (Sascha) +- Added session id detection within REQUEST_URI (Sascha) +- Merged in HP-UX/ANSI compatibility switch from php3 (Sascha) +- Fixed rpath handling for utilitites built during Apache build (Sascha) - Added missing E_ error level constants (Zeev, libzend) - Fixed a bug in sending multiple HTTP Cookies under Apache (Zeev) - Fixed implicit connect on the MySQL, mSQL, PostgreSQL and Sybase @@ -9,4 +17,4 @@ PHP 4.0 CHANGE LOG ChangeLog July 19 1999, Version 4.0 Beta 1 -- First public beta of PHP 4.0
\ No newline at end of file +- First public beta of PHP 4.0 |