1
1
PHP 4.0 NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
4
- 20 Jun 2001, Version 4.0.6
5
- - Fix memory fragmention problem which could lead to web server processes
4
+ 23 Jun 2001, Version 4.0.6
5
+ - Fixed memory fragmention problem which could lead to web server processes
6
6
growing much more than they should. (Andi, Zend Engine)
7
7
- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value
8
8
when register_globals is on. (Andrei)
9
- - Fix disk_free_space() and disk_total_space() under FreeBSD. (Jon)
9
+ - Fixed disk_free_space() and disk_total_space() under FreeBSD. (Jon)
10
10
- Fixed readfile/passthru losing resources during connection abort (Sascha)
11
11
- Fixed bug in the mcrypt extension that caused segfaults when using a key
12
12
that is too large for the used algorithm, and a bug that caused
@@ -29,7 +29,7 @@ PHP 4.0 NEWS
29
29
- Improved interactive mode - supports function calls, and works in
30
30
multithreaded builds. (Zeev, Zend Engine)
31
31
- Fixed a crash bug in interactive mode. (Zeev, Zend Engine)
32
- - Add pg_last_notice() function. (Rasmus from suggestion by Dirk@rackspace.com)
32
+ - Added pg_last_notice() function. (Rasmus from suggestion by Dirk@rackspace.com)
33
33
- Fixed a bug in preg_split() that would incorrectly limit the number of
34
34
results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
35
35
- Added connection error support to mysql_error() and mysql_errno(). (Jason)
0 commit comments