diff options
author | Andrei Zmievski <andrei@php.net> | 2001-05-23 13:04:35 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2001-05-23 13:04:35 +0000 |
commit | bff95419583b6b720c6593389ccde702f9b21734 (patch) | |
tree | a995434a721cd2edf738f52f0e0c6a746bbf5ac9 | |
parent | 2d6d626c75844a6e74c060d71ff1900e275c9d6a (diff) | |
download | php-git-bff95419583b6b720c6593389ccde702f9b21734.tar.gz |
This was merged into 4.0.6.
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,6 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.7-dev -- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value - when register_globals is on. (Andrei) - Fix disk_free_space() and disk_total_space() under FreeBSD. (jon) - Added get_defined_constants() function to return an associative array of constants mapped to their values. (Sean) @@ -40,6 +38,8 @@ PHP 4.0 NEWS - Upgraded expat to version 1.95.1. (Thies) ?? ??? 200?, Version 4.0.6 +- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value + when register_globals is on. (Andrei) - Fixed readfile/passthru losing resources during connection abort (Sascha) - Fixed bug in the mcrypt extension that caused segfaults when using a key that is too large for the used algorithm, and a bug that caused |