sniper Thu May 5 20:05:44 2005 EDT Modified files: /php-src NEWS Log: verbose,order,etc. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1889&r2=1.1890&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1889 php-src/NEWS:1.1890 --- php-src/NEWS:1.1889 Wed May 4 12:20:04 2005 +++ php-src/NEWS Thu May 5 20:05:42 2005 @@ -32,7 +32,7 @@ . 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: [EMAIL PROTECTED]) - 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 @@ . 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 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php