From 9ca573549432f54e78045cee713e513d6b7537e4 Mon Sep 17 00:00:00 2001 From: Date: Sat, 15 Mar 2003 01:32:37 +0000 Subject: [PATCH] NEWS update --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 8e65694b68c16..5ff7379958960 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 5.0.0 +- 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).