]> granicus.if.org Git - php/commitdiff
Update NEWS
authorZeev Suraski <zeev@php.net>
Sat, 19 Aug 2000 16:40:23 +0000 (16:40 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 19 Aug 2000 16:40:23 +0000 (16:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6e045987b76d1221de184d9aff34310bfcff3147..94686baf6c173f4daf25f0d7b0e952b569f52237 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,16 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.2
-- Fix stdout support with the swf extension. (Sterling)
-- Fix byte order for ip2long and long2ip (Stas)
+- Fixed memory_limit feature, which did not work properly in previous versions
+  (Zeev, Zend Engine)
+- Fixed stdout support with the swf extension. (Sterling)
+- Fixed byte order for ip2long and long2ip (Stas)
 - Fixed dbase_add_record. (Sterling)
 - Added support for libmcrypt 2.4.4 (Derick)
 - Added strncasecmp function (Andi, Zend Engine)
 - Fixed FTP module to accept multiline server replies (Jani)
-- Fix switch which only has a single default rule. (Andi, Zend Engine)
-- Fix problem with nested foreach()'s. (Andi, Zend Engine)
+- Fixed switch which only has a single default rule. (Andi, Zend Engine)
+- Fixed problem with nested foreach()'s. (Andi, Zend Engine)
 - The CCVS module is now stable and compiling. It compiles as a CGI and into
   Apache cleanly without warnings. (Brendan W. McAdams)
 - Fixed mSQL_close(). (nick@loman.net)
@@ -21,7 +23,7 @@ PHP 4.0                                                                    NEWS
 - Fixed the Sybase modules to work properly with PHP 4.0 (Zeev)
 - Fixed CLOB handling in OCI8 driver when using variable-width
   character sets. (Thies)
-- Add 4th optional parameter to sybase_[p]connect to specify the charset
+- Added 4th optional parameter to sybase_[p]connect to specify the charset
   for the connection (alf@alpha.ulatina.ac.cr)
 - Fixed support for current thttpd releases. (Sascha)
 - Virtualize realpath, chmod, chown and utime (Stas)
@@ -30,16 +32,16 @@ PHP 4.0                                                                    NEWS
 - Fixed warning when shutting down OCINLogon() connections. (Thies)
 - Fixed \n in session variables bug on Win32 (Stas)
 - OCIError() would sometimes not report failed connections. (Thies)
-- Fix HEAD request bug on an Apache ErrorDocument redirect and preserve
+- Fixed HEAD request bug on an Apache ErrorDocument redirect and preserve
   the status code across the redirect as well.  (Rasmus)
-- Add Olympus-specific tags to read_exif_data() (Rasmus)
+- Added Olympus-specific tags to read_exif_data() (Rasmus)
 - Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't return
   the body. Bug #4447. (Jani)
 - Fixed exec() returning "\0" when output is empty
 - Added XML_Parser class in PEAR (Stig)
 - Added "make test" target in pear/ and added some regression tests (Stig)
-- Fix bug in strip_tags function as per bug #5857 (Rasmus)
-- Fix reading of IPTC via GetImageInfo() for certain JPEG files. (Thies)
+- Fixed bug in strip_tags function as per bug #5857 (Rasmus)
+- Fixed reading of IPTC via GetImageInfo() for certain JPEG files. (Thies)
 - Improved the output-buffering functions to be re-entrant (Zeev)
 - Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()
   binary-safe. Original patch: Terrence Miao <terrence_miao@email.com> (Jani)
@@ -49,10 +51,10 @@ PHP 4.0                                                                    NEWS
 - Bug-report and fix submitted by Michel Alexeline <alexel@dr15.cnrs.fr>
 - Make ext_skel create a Makefile.in set up to handle shared extension
   support automatically (Rasmus)
-- Fix php_realpath not to die on non-existing files (needed for touch()) (Stas
-  and china@thewrittenword.com)
-- Fix get_browser() function (Stas)
-- Fix symbol clash which caused a DSO problem on OpenBSD (Rob Black and
+- Fixed php_realpath not to die on non-existing files (needed for touch())
+  (Stas and china@thewrittenword.com)
+- Fixed get_browser() function (Stas)
+- Fixed symbol clash which caused a DSO problem on OpenBSD (Rob Black and
   anil@recoil.org)
 - Added new function: ldap_compare(). (Jani)
 - Fixed a bug in ldap_get_entries() and ldap_get_attributes(). (Jani)
@@ -83,9 +85,9 @@ PHP 4.0                                                                    NEWS
 - You can now call Ora_Error() without prameters to get the reason
   for a failed connection attempt. (Kirill Maximov)
 - New extension "pfpro" for interface with Verisign Payflow Pro (David Croft)
-- Add IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants for
+- Added IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants for
   imagetypes() function (Rasmus)
-- Add ImageTypes() function which returns a bitfield with the supported
+- Added ImageTypes() function which returns a bitfield with the supported
   image formats.  1=gif, 2=jpeg, 4=png and 8=wbmp (Rasmus)
 - Make it possible to specify an empty string as a thousands-seperator
   in number_format() (Rasmus)
@@ -232,7 +234,7 @@ PHP 4.0                                                                    NEWS
 - Added fflush() function. (Eric Huss)
 - Fixed a problem with static variables, default function arguments and class
   member variables, that contained array values. (Andi & Zeev, Zend Engine)
-- Fix virtual() when used with output buffering (Marc Pohl)
+- Fixed virtual() when used with output buffering (Marc Pohl)
 - Clean up constants in flock() function and add optional 3rd arg which
   is set to true on EWOULDBLOCK (Rasmus)
 - Added functions pg_loimport(), pg_loexport(). (Jouni)
@@ -252,7 +254,7 @@ PHP 4.0                                                                    NEWS
   instead of the built-in error handling code (Zeev, Zend Engine)
 - Renamed user_error() to trigger_error();  user_error() remains
   defined for compatibility (Zeev, Zend Engine)
-- Fix the global/static statements to require a trailing terminating
+- Fixed the global/static statements to require a trailing terminating
   semi-colon ';'. (Andi, Zend Engine)
 - Cleaned up PCRE extension and made it binary-safe. (Andrei)
 - Added third argument to in_array(). If it's true, then in_array()
@@ -327,7 +329,7 @@ PHP 4.0                                                                    NEWS
   (Marc Pohl)
 - Added configure time checking for bcmath package. (Joey, Sascha)
 - Added get_declared_classes(). (Andrei, Zend Engine)
-- Add initial NSAPI module from Jayakumar Muthukumarasamy. (Rasmus)
+- Added initial NSAPI module from Jayakumar Muthukumarasamy. (Rasmus)
 - Added the SWF module which allows you to create Macromedia Flash files via 
   libswf. (Sterling)
 - Improved UNIX build system to support more vendor make tools (Sascha)
@@ -336,7 +338,7 @@ PHP 4.0                                                                    NEWS
 - Fixed a crash in array_multisort() that happened when empty arrays
   were passed to it. (Andrei)
 - Added substr_count() from Peter Kovacs. (Andrei)
-- Add an optional third argument to fseek to indicate where to seek from.
+- Added an optional third argument to fseek to indicate where to seek from.
   (Andrei)
 - OCIBindByName() will no longer complain about bindlength beeing zero. (Thies)
 - Converted the IMAP module to the high performance API (Zeev)