summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-06-23 13:48:19 +0000
committerZeev Suraski <zeev@php.net>2001-06-23 13:48:19 +0000
commitb327e6593cb6e305d9740c906c641366ae61a271 (patch)
treead23d5b7579e4efae7022ad25a58f752b8b3c43e
parent4172edad968fcc375590af62eb887ca8cca7caba (diff)
downloadphp-git-b327e6593cb6e305d9740c906c641366ae61a271.tar.gz
Update NEWS
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 8c4c01e1bb..62602dc694 100644
--- a/NEWS
+++ b/NEWS
@@ -48,21 +48,21 @@ PHP 4.0 NEWS
- Fixed memory leak upon re-registering constants. (Sascha, Zend Engine)
- Upgraded expat to version 1.95.1. (Thies)
-?? ??? 200?, Version 4.0.6
-- Fix memory fragmention problem which could lead to web server processes
+23 Jun 2001, Version 4.0.6
+- Fixed memory fragmention problem which could lead to web server processes
growing much more than they should. (Andi, Zend Engine)
- 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)
+- Fixed disk_free_space() and disk_total_space() under FreeBSD. (Jon)
- 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
mcrypt_generic() to segfault PHP (Derick)
- Fixed getopt so that it accepts command line arguments in the form
-<opt><arg> and -<opt> <arg>. (Jmoore)
-- Fixed race in writing session files. (Sascha)
+- Fixed race in writing session files (Sascha)
- Fixed a possible crash in the PHP CGI when no input file is
- specified. (Zeev)
+ specified (Zeev)
- Added is_callable() function that can be used to find out whether
its argument is a valid callable construct. (Andrei)
- Fixed a rare possible crash when generating extended information. (Dmitri
@@ -76,7 +76,7 @@ PHP 4.0 NEWS
- Improved interactive mode - supports function calls, and works in
multithreaded builds. (Zeev, Zend Engine)
- Fixed a crash bug in interactive mode. (Zeev, Zend Engine)
-- Add pg_last_notice() function. (Rasmus from suggestion by Dirk@rackspace.com)
+- Added pg_last_notice() function. (Rasmus from suggestion by Dirk@rackspace.com)
- Fixed a bug in preg_split() that would incorrectly limit the number of
results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
- Added connection error support to mysql_error() and mysql_errno(). (Jason)