diff options
| author | <changelog@php.net> | 2001-10-28 00:11:41 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2001-10-28 00:11:41 +0000 |
| commit | ae9f65537eb966c4cd5bdef6d1eb6c2809b38cc5 (patch) | |
| tree | aa7c0e3e3c33fb681e295a76558346db51719af5 | |
| parent | eff53313f5be5ed4def8af541b301655f346b8dd (diff) | |
| download | php-git-ae9f65537eb966c4cd5bdef6d1eb6c2809b38cc5.tar.gz | |
NEWS update
| -rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
