From: Jani Taskinen Date: Thu, 5 Nov 2009 11:32:53 +0000 (+0000) Subject: - The dot X-Git-Tag: php-5.2.12RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9096aef11a3a31d0592f2ba7abdfdf190f571fbb;p=php - The dot --- diff --git a/NEWS b/NEWS index f9edc5c4d4..56ce8c2518 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,13 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2009, PHP 5.2.12 +?? Dec 2009, PHP 5.2.12 - Updated timezone database to version 2009.17 (2009q). (Derick) - Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 100 by default, to prevent possible DOS via temporary file exhaustion. (Ilia) -- Fixed unnecessary invokation of setitimer when timeouts have been disabled +- Fixed unnecessary invokation of setitimer when timeouts have been disabled. (Arvind Srinivasan) - Fixed crash in com_print_typeinfo when an invalid typelib is given. (Pierre)