Skip to content

Commit b327e65

Browse files
committed
Update NEWS
1 parent 4172eda commit b327e65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

NEWS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@ PHP 4.0 NEWS
4848
- Fixed memory leak upon re-registering constants. (Sascha, Zend Engine)
4949
- Upgraded expat to version 1.95.1. (Thies)
5050

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
5353
growing much more than they should. (Andi, Zend Engine)
5454
- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value
5555
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)
5757
- Fixed readfile/passthru losing resources during connection abort (Sascha)
5858
- Fixed bug in the mcrypt extension that caused segfaults when using a key
5959
that is too large for the used algorithm, and a bug that caused
6060
mcrypt_generic() to segfault PHP (Derick)
6161
- Fixed getopt so that it accepts command line arguments in the form
6262
-<opt><arg> and -<opt> <arg>. (Jmoore)
63-
- Fixed race in writing session files. (Sascha)
63+
- Fixed race in writing session files (Sascha)
6464
- Fixed a possible crash in the PHP CGI when no input file is
65-
specified. (Zeev)
65+
specified (Zeev)
6666
- Added is_callable() function that can be used to find out whether
6767
its argument is a valid callable construct. (Andrei)
6868
- Fixed a rare possible crash when generating extended information. (Dmitri
@@ -76,7 +76,7 @@ PHP 4.0 NEWS
7676
- Improved interactive mode - supports function calls, and works in
7777
multithreaded builds. (Zeev, Zend Engine)
7878
- 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)
8080
- Fixed a bug in preg_split() that would incorrectly limit the number of
8181
results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
8282
- Added connection error support to mysql_error() and mysql_errno(). (Jason)

0 commit comments

Comments
 (0)