]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 15 Mar 2003 01:32:37 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Sat, 15 Mar 2003 01:32:37 +0000 (01:32 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8e65694b68c1654b4f18c65c99a17dec63a4bb8b..5ff7379958960db8b37fb5bb65c0676f5244a310 100644 (file)
--- 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).