helly Sat Feb 25 21:43:02 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src NEWS
Log:
- Update
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.427&r2=1.2027.2.428&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.427 php-src/NEWS:1.2027.2.428
--- php-src/NEWS:1.2027.2.427 Fri Feb 24 16:05:38 2006
+++ php-src/NEWS Sat Feb 25 21:43:02 2006
@@ -4,6 +4,12 @@
- Moved extensions to PECL:
. ext/msession (Derick)
- Reimplemented FastCGI interface. (Dmitry)
+- Improved Reflection API: (Marcus)
+ . Added ReflectionClass::newInstanceArgs($args).
+ . Added ability to analyze extension dependency.
+ . Added ReflectionFunction::isDeprecated() and constant IS_DEPRECATED.
+ . Deprecated ReflectionParameter::getClass() and added getDeclaringClass().
+ . Changed reflection constants to be prefixed with IS_. (Johannes)
- Improved cURL extension: (Ilia)
. Added curl_setopt_array() function that allows setting of multiple options
via an associated array.
@@ -15,13 +21,11 @@
on error.
- Changed get_headers() to retrieve headers also from non-200 responses. (Ilia)
- Changed get_headers() to use the default context. (Ilia)
-- Changed reflection constants to be prefixed with IS_. (Johannes)
- Added support for exif date format in strtotime(). (Derick)
- Added a check for special characters in the session name. (Ilia)
- Added "consumed" stream filter. (Marcus)
- Added new mysqli constants for BIT and NEW_DECIMAL field types:
MYSQLI_TYPE_NEWDECIMAL and MYSQLI_TYPE_BIT. FR #36007. (Georg)
-- Added ReflectionClass::newInstanceArgs($args). (Marcus)
- Added imap_savebody() that allows message body to be written to a file.
(Mike)
- Fixed issue with iconv_mime_decode where the "encoding" would only allow
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php