From: Ilia Alshanetsky Date: Mon, 9 Nov 2009 13:28:13 +0000 (+0000) Subject: Fixed typo X-Git-Tag: php-5.2.12RC1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57b251cee81b98fd287e7f3a70c003e405009eab;p=php Fixed typo --- diff --git a/NEWS b/NEWS index 57e1e08ef5..808e2c0c09 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,7 @@ PHP NEWS number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion. (Ilia) -- Fixed unnecessary invokation of setitimer when timeouts have been disabled. +- Fixed unnecessary invocation of setitimer when timeouts have been disabled. (Arvind Srinivasan) - Fixed crash in com_print_typeinfo when an invalid typelib is given. (Pierre)