PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-? ? ??? 200?, Version 5.0.0
+?? ??? 200?, Version 5.0.0
?? ??? 2003, PHP 5 Beta 2
-
-- Fix support for <![CDATA[]]> fields within XML documents in ext/xml.
+- Fixed support for <![CDATA[]]> 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.
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
- 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()
. 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)
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)
- 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.
-