summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-06-23 08:12:47 +0000
committerZeev Suraski <zeev@php.net>2001-06-23 08:12:47 +0000
commit4621a698780eaeccd3bf39d15dff857928f19bcd (patch)
tree846b13106f2318c008b96b5137b667e1f6af701c
parent77708c5592b99479f25a979c30073a82cea3f038 (diff)
downloadphp-git-4621a698780eaeccd3bf39d15dff857928f19bcd.tar.gz
Make NEWS releasable
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 7950579c11..1b20ce5e70 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,12 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-20 Jun 2001, 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
@@ -29,7 +29,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)