summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-09-12 00:44:08 +0000
committerSascha Schumann <sas@php.net>1999-09-12 00:44:08 +0000
commit3a9f68eb114d738e3b5832375c1b2866193ddf2d (patch)
treee49ee390496730a82bd71ea2611c07a5d84a5e54
parentb203fb34812377582292372f6b020fc5941378b9 (diff)
downloadphp-git-3a9f68eb114d738e3b5832375c1b2866193ddf2d.tar.gz
update
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de6821c1cd..060a1f8891 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)