]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sun, 28 Oct 2001 00:11:41 +0000 (00:11 +0000)
committer <changelog@php.net> <>
Sun, 28 Oct 2001 00:11:41 +0000 (00:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 394492f94a934742d0ce55deab6ebb5f90d6f011..4064a53d3226dfd08cf5cc90df3e47596dd4069c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.2.0-dev
+- 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)
 - $HTTP_RAW_POST_DATA was not populated on a missing content-type even when
   always_populate_raw_post_data was on - fixed. (Rasmus)
 - Added session_cache_expire() function. (patch from anuradha@gnu.org)