summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2002-04-28 11:45:45 +0000
committerThies C. Arntzen <thies@php.net>2002-04-28 11:45:45 +0000
commit42158ef7c8e12c0766152bb73840a5dbaf7a6226 (patch)
tree865bfe2144486e1172f7c5cde21300f852fa2a9f /NEWS
parentc6fe490093ce8d15a0e148e924452c78bda94dfc (diff)
downloadphp-git-42158ef7c8e12c0766152bb73840a5dbaf7a6226.tar.gz
revert session_set_userdata - diffent patch will come shortly
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c4742403b7..ca651e277b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,6 @@ PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.3.0
- If possible set Content-Length header in zlib.output_compression mode. (thies)
-- Added session_set_userdata() which enables you to specify one variable that
- will be kept in the browser in addition to the session-id.
- Note: This only works with trans-sid sessions (no cookie). (thies)
- Major update of domxml. New functions and better DOM compliance. (Uwe)
- Added large OID value (2^31 to 2^32) support for pg_lo_import(),
pg_lo_unlink(), pg_lo_open() and pg_lo_export(). (Yasuo)