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)