. 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)
. 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)
- 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)