summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-03-24 23:26:32 +0000
committerfoobar <sniper@php.net>2003-03-24 23:26:32 +0000
commit66842efff7a91627efea072d85e12d7c630346b3 (patch)
tree381c8849a2e652ab4a9f6b5a8e5f52c956cbe439
parent96e9337fc8f6d892d973732547040f2fafc81b8c (diff)
downloadphp-git-66842efff7a91627efea072d85e12d7c630346b3.tar.gz
reorder
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 96e3276183..7597a6df34 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,15 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 200?, Version 5.0.0
+- Moved extensions to PECL (http://pear.php.net/): (James, Tal)
+ . ext/fribidi
- Fixed bug #22386 (Using browscap causes segfault). This fix
also adds an optional bool argument to get_browser() that
makes the return value an array instead of an object. (jay)
-- Moved extensions to PECL (http://pear.php.net/): (James, Tal)
- . ext/fribidi
-- Fixed bug #21600 (Assign by reference function call changes variable contents).
- (Zeev)
- Fixed bug #22059 (ftp_chdir causes segfault). (Sara)
- Fixed bug #21985 and #22064 (various mb_send_mail() issues). (Moriyoshi)
+- Fixed bug #21600 (Assign by reference function call changes variable contents).
+ (Zeev)
- Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)
- Fixed bug #20155 (xmlrpc compile problem with ZE2). (Derick, Jan Schneider)
- Changed the length parameter in fgetss() to be optional. (Moriyoshi)