diff options
author | <changelog@php.net> | 2000-03-14 02:09:08 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-03-14 02:09:08 +0000 |
commit | 4e21e2ee2ec1c62ee4f668c7225c1fa3a03c4a5b (patch) | |
tree | 3dd69ff106b76eb4c21bb9790792193358ffcd63 | |
parent | 69c2faf5109ba2422c0662f57906cbc844e76677 (diff) | |
download | php-git-4e21e2ee2ec1c62ee4f668c7225c1fa3a03c4a5b.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |