summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 07589acf49..e6eb8c4e47 100644
--- 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)