diff options
author | Sascha Schumann <sas@php.net> | 1999-09-12 00:44:08 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-09-12 00:44:08 +0000 |
commit | 3a9f68eb114d738e3b5832375c1b2866193ddf2d (patch) | |
tree | e49ee390496730a82bd71ea2611c07a5d84a5e54 | |
parent | b203fb34812377582292372f6b020fc5941378b9 (diff) | |
download | php-git-3a9f68eb114d738e3b5832375c1b2866193ddf2d.tar.gz |
update
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,7 @@ PHP 4.0 CHANGE LOG ChangeLog ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ?? 1999, Version 4.0 Beta 3 +- Added support for transparent session id propagation (Sascha) - Made WDDX serialize object properties properly (Andrey) - Fixed WDDX mem leak when undefined variable is passed in for serialization (Andrey) @@ -14,6 +15,8 @@ PHP 4.0 CHANGE LOG ChangeLog if it is set to Off, GET, POST and Cookie variables will not be inserted to the global scope. Mostly makes sense when coupled with track_vars (Zeev) - Added versioning support for shared library (Sascha) + This allows concurrent use of PHP3 and PHP4 as Apache modules. See + the end of the INSTALL file for more information. - Added second parameter to array_keys which specifies search value for which the key should be returned (Andrey) - Resourcified Informix driver (Danny) |