summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-06-20 07:59:24 +0000
committerfoobar <sniper@php.net>2005-06-20 07:59:24 +0000
commit37319639ec6aee485a1a43c84612074bebb27121 (patch)
treefae7839cb1263d8ae061636f188c3ad2fdf31355
parent9d14b408cf539cfb0eb69d73b9204cb95d31bf3f (diff)
downloadphp-git-37319639ec6aee485a1a43c84612074bebb27121.tar.gz
reorder
-rw-r--r--NEWS11
1 files changed, 5 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index eda1a69140..0db0b99852 100644
--- a/NEWS
+++ b/NEWS
@@ -4,17 +4,16 @@ PHP NEWS
- Improved PHP extension loading mechanism with support for module dependencies
and conflicts. (Jani, Dmitry)
- Allowed return by reference from internal functions. (Marcus, Andi, Dmitry)
-- Fixed inheritance check to control return by reference and pass by reference
- correctly (ArrayAccess can correctly no longer support references). (Marcus,
- Andi, Dmitry)
-- Rewrote strtotime() with support for timezones and tons of new formats.
- (Derick)
+- Rewrote strtotime() with support for timezones and many new formats. (Derick)
- Added bindto socket context option. (Ilia)
- Added offset parameter to the stream_copy_to_stream() function. (Ilia)
- Added offset & length parameters to substr_count() function. (Ilia)
+- Fixed inheritance check to control return by reference and pass by reference
+ correctly (ArrayAccess can no longer support references correctly).
+ (Marcus, Andi, Dmitry)
- Fixed PDO shutdown problem (possible inifite loop running rollback on
shutdown). (Wez)
-- Fixed PECL bug #3714 (beginTransaction doesn't work if you're in
+- Fixed PECL bug #3714 (PDO: beginTransaction doesn't work if you're in
auto-commit mode). (Wez)
- Fixed bug #33389 (double free() when exporting a ReflectionClass). (Marcus)
- Fixed bug #33382 (array_reverse() fails after *sort()),