From: Date: Sat, 15 Mar 2003 01:32:37 +0000 (+0000) Subject: NEWS update X-Git-Tag: RELEASE_0_5~466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ca573549432f54e78045cee713e513d6b7537e4;p=php NEWS update --- diff --git a/NEWS b/NEWS index 8e65694b68..5ff7379958 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).