Skip to content

Commit

Permalink
This was merged into 4.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Zmievski committed May 23, 2001
1 parent 2d6d626 commit bff9541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bff9541

Please sign in to comment.