]> granicus.if.org Git - php/commitdiff
Fix.
authorAndrei Zmievski <andrei@php.net>
Wed, 31 Oct 2001 14:19:30 +0000 (14:19 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 31 Oct 2001 14:19:30 +0000 (14:19 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 07589acf4956454c2a1ef03493cf375d548c845d..e6eb8c4e471922242a1f2d4151896fe98ff22461 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,8 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.2.0-dev
-- Add an option to set the User-Agent ($obj->userAgent) to Net_Curl
-  (graeme@i7.com.au)
-- fbsql_num_rows now return the correct value on all select statements
+- Made fbsql_num_rows() return the correct value on all select statements.
+  (Frank)
 - Fixed HTTP file upload support to handle big files better. (Jani)
 - Added array_chunk() function that splits an array into chunks of specified
   size. (Andrei)