Skip to content

Commit 4621a69

Browse files
committed
Make NEWS releasable
1 parent 77708c5 commit 4621a69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PHP 4.0 NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33

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
66
growing much more than they should. (Andi, Zend Engine)
77
- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value
88
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)
1010
- Fixed readfile/passthru losing resources during connection abort (Sascha)
1111
- Fixed bug in the mcrypt extension that caused segfaults when using a key
1212
that is too large for the used algorithm, and a bug that caused
@@ -29,7 +29,7 @@ PHP 4.0 NEWS
2929
- Improved interactive mode - supports function calls, and works in
3030
multithreaded builds. (Zeev, Zend Engine)
3131
- 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)
3333
- Fixed a bug in preg_split() that would incorrectly limit the number of
3434
results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
3535
- Added connection error support to mysql_error() and mysql_errno(). (Jason)

0 commit comments

Comments
 (0)