diff options
author | <changelog@php.net> | 2002-04-28 00:35:32 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-04-28 00:35:32 +0000 |
commit | 134e38ffd74d9203e6d05048d389c75b53ed5606 (patch) | |
tree | efb385287fc75646297c9888b5e1222bd5d27b9a /NEWS | |
parent | a7e28a7a07f34dae2fdd88c99cc9b8f545180528 (diff) | |
download | php-git-134e38ffd74d9203e6d05048d389c75b53ed5606.tar.gz |
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,8 +1,27 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 +<<<<<<< NEWS +<<<<<<< NEWS +<<<<<<< NEWS +- 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. This + only works when using trans-sid sessions (no cookie). (thies) +- Major update of domxml, new functions, better DOM compliance (Uwe) +======= +- Major update of domxml. New functions and better DOM compliance. (Uwe) +>>>>>>> 1.954 +======= +- Changed the short_open_tag default to 'Off' in php.ini-dist and + php.ini-recommended. (Jani) + +- Major update of domxml. New functions and better DOM compliance. (Uwe) +>>>>>>> 1.955 +======= - Major update of domxml. New functions and better DOM compliance. (Uwe) +>>>>>>> 1.956 - 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) - Made the mbstring extension enabled by default. (Yasuo) |