@@ -48,21 +48,21 @@ PHP 4.0 NEWS
48
48
- Fixed memory leak upon re-registering constants. (Sascha, Zend Engine)
49
49
- Upgraded expat to version 1.95.1. (Thies)
50
50
51
- ?? ??? 200? , Version 4.0.6
52
- - Fix memory fragmention problem which could lead to web server processes
51
+ 23 Jun 2001 , Version 4.0.6
52
+ - Fixed memory fragmention problem which could lead to web server processes
53
53
growing much more than they should. (Andi, Zend Engine)
54
54
- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value
55
55
when register_globals is on. (Andrei)
56
- - Fix disk_free_space() and disk_total_space() under FreeBSD. (Jon)
56
+ - Fixed disk_free_space() and disk_total_space() under FreeBSD. (Jon)
57
57
- Fixed readfile/passthru losing resources during connection abort (Sascha)
58
58
- Fixed bug in the mcrypt extension that caused segfaults when using a key
59
59
that is too large for the used algorithm, and a bug that caused
60
60
mcrypt_generic() to segfault PHP (Derick)
61
61
- Fixed getopt so that it accepts command line arguments in the form
62
62
-<opt><arg> and -<opt> <arg>. (Jmoore)
63
- - Fixed race in writing session files. (Sascha)
63
+ - Fixed race in writing session files (Sascha)
64
64
- Fixed a possible crash in the PHP CGI when no input file is
65
- specified. (Zeev)
65
+ specified (Zeev)
66
66
- Added is_callable() function that can be used to find out whether
67
67
its argument is a valid callable construct. (Andrei)
68
68
- Fixed a rare possible crash when generating extended information. (Dmitri
@@ -76,7 +76,7 @@ PHP 4.0 NEWS
76
76
- Improved interactive mode - supports function calls, and works in
77
77
multithreaded builds. (Zeev, Zend Engine)
78
78
- Fixed a crash bug in interactive mode. (Zeev, Zend Engine)
79
- - Add pg_last_notice() function. (Rasmus from suggestion by Dirk@rackspace.com)
79
+ - Added pg_last_notice() function. (Rasmus from suggestion by Dirk@rackspace.com)
80
80
- Fixed a bug in preg_split() that would incorrectly limit the number of
81
81
results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
82
82
- Added connection error support to mysql_error() and mysql_errno(). (Jason)
0 commit comments