From: foobar Date: Sun, 29 Jun 2003 22:48:46 +0000 (+0000) Subject: cleanup X-Git-Tag: BEFORE_ARG_INFO~549 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5971df8fa2751b1446361a9737b70fbaeb255ef7;p=php cleanup --- diff --git a/NEWS b/NEWS index 224d82b997..0d5e2648b5 100644 --- a/NEWS +++ b/NEWS @@ -1,41 +1,30 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -? ? ??? 200?, Version 5.0.0 +?? ??? 200?, Version 5.0.0 ?? ??? 2003, PHP 5 Beta 2 - -- Fix support for fields within XML documents in ext/xml. +- Fixed support for fields within XML documents in ext/xml. (Sterling) 29 Jun 2003, PHP 5 Beta 1 - -- Fixed corruption of multibyte character including 0x5c as second - byte in multipart/form-data. (Rui) - -- Switch to using Zend Engine 2, which includes numerous engine level - improvements. A full list is available at - http://www.php.net/zend-engine-2.php. - -- The SQLite (http://www.hwaci.com/sw/sqlite/) extension is now bundled and - enabled by default. (Wez, Marcus, Tal) - -- Improved the speed of internal functions that use callbacks by 40% due to a - new internal fast_call_user_function() function. (Sterling) - -- Completely Overhauled XML support - . Brand new simplexml extension (Sterling) +- Removed the bundled MySQL client library. (Sterling) +- Switched to Zend Engine 2, which includes numerous engine level improvements. + A full list is available at http://www.php.net/zend-engine-2.php. +- Added SQLite (http://www.hwaci.com/sw/sqlite/) extension: (Wez, Marcus, Tal) + . Bundled SQLite + . Enabled by default +- Completely Overhauled XML support: + . New simplexml extension (Sterling) . New DOM extension (Rob, Chregu, Marcus) . New XSL extension (Chregu, Rob) . Moved the old DOM-XML and XSLT extensions to PECL (James, Sterling) . ext/xml can now use both libxml2 and expat to parse XML (Sterling) . Removed bundled expat (Jani) - -- Removed the bundled MySQL client library. (Sterling) - - New php.ini options: . "session.hash_function" and "session.hash_bits_per_character". (Sascha) . "mail.force_extra_paramaters". (Derick) - +- Improved the speed of internal functions that use callbacks by 40% due to a + new internal fast_call_user_function() function. (Sterling) - Improved the streams support: (Wez) . Improved performance of readfile(), fpassthru() and some internal streams operations under Win32. @@ -54,14 +43,12 @@ PHP NEWS all platforms. . Added 'string.base64' stream filter. (Moriyoshi) . Renamed stream_register_wrapper() to stream_wrapper_register(). (Derick) - - Improved the GD extension: (Pierre-Alain Joye, Ilia) . imagefilter() - Apply different filters to image. (Only available with bundled GD library) . Antialiased drawing support: o imageantialias() - (de)active antialias o imageline() and imagepolygon() antialias support - - Changed the length parameter in fgetss() to be optional. (Moriyoshi) - Changed ini parser to allow for handling of quoted multi-line values. (Ilia) - Changed get_extension_funcs() to return list of the built-in Zend Engine @@ -70,7 +57,6 @@ PHP NEWS - Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick) - Changed uniqid() parameters to be optional and allow any prefix length. (Marcus) - - Added new iconv functions. (Moriyoshi) . iconv_strlen() . iconv_substr() @@ -78,7 +64,6 @@ PHP NEWS . iconv_strrpos() . iconv_mime_decode() . iconv_mime_encode() - - Added misc. new functions: . ldap_sasl_bind(). (peter_c60@hotmail.com, Jani) . imap_getacl(). (Dan, Holger Burbach) @@ -93,7 +78,6 @@ PHP NEWS length. (Ilia) . array_walk_recursive(). (Ilia) . array_combine(). (Andrey) - - Added optional parameter to get_browser() to make it return an array. (Jay) - Added optional parameter to openssl_sign() to specify the hashing algorithm. (scott@planetscott.ca, Derick) @@ -122,8 +106,3 @@ PHP NEWS - Fixed bug #21985 and #22064 (various mb_send_mail() issues). (Moriyoshi) - Fixed bug #21600 (Assign by reference function call changes variable contents). (Zeev) - - -### Add everything that MIGHT get merged to some PHP 4 branch -### (before PHP 5.0.0 is released), below. -