summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-03-14 02:09:08 +0000
committer <changelog@php.net>2000-03-14 02:09:08 +0000
commit4e21e2ee2ec1c62ee4f668c7225c1fa3a03c4a5b (patch)
tree3dd69ff106b76eb4c21bb9790792193358ffcd63
parent69c2faf5109ba2422c0662f57906cbc844e76677 (diff)
downloadphp-git-4e21e2ee2ec1c62ee4f668c7225c1fa3a03c4a5b.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 21f3b604a8..e27df1a369 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
???, Version 4.0 Beta 5
+- Changed $HTTP_STATE_VARS to $HTTP_SESSION_VARS. Use only the latter
+ version now! (Andrei)
+- Add GD-JPEG Support (Rasmus)
- Prevent from loading dynamic PHP modules which were compiled with different
debug and thread safety modes than PHP, which resulted in a crash (Andi)
- connection_aborted() and friends work again. (Thies)