From 92df5e9af9557ff9f3eb11b9bd1432d114ed5222 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 9 Aug 2004 15:56:51 +0000 Subject: [PATCH] - Fixed speling and some reordering --- NEWS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 9ab25ec2e9..42451e2529 100644 --- a/NEWS +++ b/NEWS @@ -8,28 +8,28 @@ PHP NEWS - Fixed bug #29109 (SoapFault exception: [WSDL] Out of memory). (Dmitry) - Fixed bug #29061 (soap extension segfaults). (Dmitry) - Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). (Dmitry) -- Added new functions : +- PHP will now respect extension dependencies when initializing. (Wez) +- Added new functions: . array_diff_key() (Andrey) . array_diff_ukey() (Andrey) . array_intersect_key() (Christiano Duarte) . array_intersect_ukey() (Christiano Duarte) - . stream_context_get_default() (Wez) - . stream_socket_enable_crypto() (Wez) + . stream_context_get_default() (Wez) + . stream_socket_enable_crypto() (Wez) . SimpleXMLElement->registerXPathNamespace() (Christian) . mysqli->client_info property (Georg) . inet_pton() (Sara) . inet_ntop() (Sara) -- PHP will now respect extension dependencies when initializing. (Wez) - Added Cursor support for MySQL 5.0.x in mysqli (Georg) - Added proxy support to ftp wrapper via http. (Sara) - Added MDTM support to ftp_url_stat. (Sara) -- Added zlib stream filter suport. (Sara) +- Added zlib stream filter support. (Sara) - Added bz2 stream filter support. (Sara) - Added support of parameter->value arrays to xsl_xsltprocessor_set_parameter() (Tony) -- Fixed bug in mysql->client_version (Georg) - Changed the implementation of TRUE, FALSE, and NULL from constants to keywords. (Marcus) +- Fixed bug in mysql->client_version (Georg) - Fixed ZTS destruction. (Marcus) 13 Jul 2004, PHP 5.0.0 -- 2.40.0