]> granicus.if.org Git - php/commitdiff
.
authorSascha Schumann <sas@php.net>
Fri, 23 Jun 2000 16:29:46 +0000 (16:29 +0000)
committerSascha Schumann <sas@php.net>
Fri, 23 Jun 2000 16:29:46 +0000 (16:29 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3e272cc00212de40472e0b5641fff687b595141b..6459e5e5389f47cc02b9f720cc09eb34dea06536 100644 (file)
--- 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)