From: Felipe Pena Date: Tue, 4 May 2010 10:59:26 +0000 (+0000) Subject: - Fix typo X-Git-Tag: php-5.3.3RC1~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8b1db2d0df6dfb87458aa5aaf69bfa3a442b103;p=php - Fix typo --- diff --git a/NEWS b/NEWS index 0bde7a7e95..53cf91dea4 100644 --- a/NEWS +++ b/NEWS @@ -23,9 +23,9 @@ PHP NEWS - Fixed very rare memory leak in mysqlnd, when binding thousands of columns. (Andrey) -- Fixed a possible memory corruption in addcslashes(). Reporeted by Stefan +- Fixed a possible memory corruption in addcslashes(). Reported by Stefan Esser (Dmitry) -- Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan +- Fixed a possible stack exaustion inside fnmatch(). Reported by Stefan Esser (Ilia) - Fixed a possible dechunking filter buffer overflow. Reported by Stefan Esser. (Pierre)