From: foobar Date: Fri, 6 May 2005 00:05:42 +0000 (+0000) Subject: verbose,order,etc. X-Git-Tag: php-5.0.1b1~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e76363aef7daa7052a079cb563cc22e3848864e2;p=php verbose,order,etc. --- diff --git a/NEWS b/NEWS index c4dfb1322a..0e7ec9bc82 100644 --- a/NEWS +++ b/NEWS @@ -32,7 +32,7 @@ PHP NEWS . added possibility to use a string with class_parents() and class_implements(). (Andrey) - Added the tidy_get_opt_doc() function to return documentation for - configuration options in tidy. Thanks to nlopess for the patch. (John) + configuration options in tidy. (Patch by: nlopess@php.net) - Added support for .cc files in extensions. (Brian) - Added imageconvolution() function which can be used to apply a custom 3x3 matrix convolution to an image. (Pierre) @@ -77,22 +77,22 @@ PHP NEWS . array_diff_ukey() (Andrey) . array_intersect_key() (Christiano Duarte) . array_intersect_ukey() (Christiano Duarte) + . DomDocumentFragment::appendXML() (Christian) + . fputcsv() (David Sklar) + . htmlspecialchars_decode() (Ilia) + . inet_pton() (Sara) + . inet_ntop() (Sara) + . math_std_dev() - calculate standard deviation.(Andrey) + . math_variance() - calculate population variance. (Andrey) + . mysqli::client_info property (Georg) + . posix_access() (Magnus) + . SimpleXMLElement::registerXPathNamespace() (Christian) . stream_context_get_default() (Wez) . stream_socket_enable_crypto() (Wez) . stream_wrapper_unregister() (Sara) . stream_wrapper_restore() (Sara) . stream_filter_remove() (Sara) - . DomDocumentFragment::appendXML() (Christian) - . SimpleXMLElement::registerXPathNamespace() (Christian) - . mysqli::client_info property (Georg) - . inet_pton() (Sara) - . inet_ntop() (Sara) - . fputcsv() (David Sklar) - . posix_access() (Magnus) - . htmlspecialchars_decode() (Ilia) . time_sleep_until() (Ilia) - . math_std_dev() (Andrey) - . math_variance() - calculating population variance (Andrey) - Added DomDocument::$recover property for parsing not well-formed XML Documents. (Christian) - Added Cursor support for MySQL 5.0.x in mysqli (Georg) @@ -106,7 +106,7 @@ PHP NEWS - Fixed extension initialization to respect dependancies between extensions. (Wez) - Fixed a problem with SPL iterators aggregating the innner iterator. (Marcus) -- Fixed bug with raw_post_data not getting set. (Brian) +- Fixed bug with $HTTP_RAW_POST_DATA not getting set. (Brian) - Fixed bug in mysql::client_version(). (Georg) - Fixed ZTS destruction. (Marcus) - Fixed bug #32833 (Invalid opcode). (Dmitry)