summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-23 16:29:46 +0000
committerSascha Schumann <sas@php.net>2000-06-23 16:29:46 +0000
commite708c0ba70664bcb33e4fbd4111011834dc681c7 (patch)
tree90c3bbcaefceadea6f7a226566bd2d6b9b09c715
parent2297f670b1874ed181de7aeaf150f416d3c31fda (diff)
downloadphp-git-e708c0ba70664bcb33e4fbd4111011834dc681c7.tar.gz
.
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3e272cc002..6459e5e538 100644
--- a/NEWS
+++ b/NEWS
@@ -2,15 +2,17 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.1
+- Fixed serializer behaviour with regards to serializing objects which class
+ definition was not available in the current context. (Sascha)
- Improve memory cache performance and increase cache size. (Stas, Zend Engine)
-- Add a crc32 checksum function - used by the udm_search search engine
+- Added a crc32 checksum function - used by the udm_search search engine
and currently run through a system call. This will speed up the udm_search
php frontend significantly. (Rasmus)
- Modified in_array() to not touch array pointer. (Andrei)
- Added restore_error_handler(). (Zeev, Zend engine)
- Fixed erroneous file names and line numbers in error situations under the
multithreaded version of PHP - most noticeably Win32 (Zeev, Zend Engine)
-- Fix problem with CGI crashing on certain servers especially Windows Apache
+- Fixed problem with CGI crashing on certain servers especially Windows Apache
& O'Reilly website (Andi)
- Added Pi3Web SAPI module; run ./configure --with-pi3web to enable this.
(Holger; zimpel@t-online.de)
@@ -20,14 +22,14 @@ PHP 4.0 NEWS
- Implemented max_execution_time under Win32 (Zeev)
- Updated strtotime() to handle many more formats. It now has complete
feature parity with GNU date command. (Andrei)
-- Add support for multiple arguments in unset(). (Faisal, Zend Engine)
+- Added support for multiple arguments in unset(). (Faisal, Zend Engine)
- Functions that expect a resource but are passed something else now return
NULL instead of FALSE. (Thies, Zend Engine)
- Fixed gmmktime(), on certain systems it incorrectly adjusted for the timezone
offset and daylight savings time. (Andrei)
- Moved VC++ Win32 project and workspace files to the win32 directory
(Zeev)
-- Fix checkdate() to not return true on non-numeric arguments (Rasmus)
+- Fixed checkdate() to not return true on non-numeric arguments (Rasmus)
- Added --enable-c9x-inline option for compilers which support the new C9x
standard. If you encounter undefined references to i_zend_is_true and
other symbols, you should enable this. (Sascha, Zend Library)