summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-04-28 01:49:42 +0000
committerfoobar <sniper@php.net>2002-04-28 01:49:42 +0000
commit5e47866ec04fc51e1b3c397c78357d242a6084d3 (patch)
tree45b39fe298c8a86c3ff777d0e7044c3e5fcb5b9d
parent817750b088eab71e2d0ffffe71f2403e24818074 (diff)
downloadphp-git-5e47866ec04fc51e1b3c397c78357d242a6084d3.tar.gz
- Cleaned out the CVS commit conflicts..
-rw-r--r--NEWS22
1 files changed, 3 insertions, 19 deletions
diff --git a/NEWS b/NEWS
index d29d6c5be7..c4742403b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,27 +1,11 @@
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)
-=======
+- 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)
->>>>>>> 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)