From: Anthony Ferrara Date: Tue, 12 Jun 2012 17:51:18 +0000 (-0400) Subject: Update NEWS to fix typo, add name X-Git-Tag: php-5.5.0alpha1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=550253f6529bfa56e494505e6517500f98c7223a;p=php Update NEWS to fix typo, add name --- diff --git a/NEWS b/NEWS index dc4265050a..37e443d25e 100644 --- a/NEWS +++ b/NEWS @@ -43,7 +43,7 @@ PHP NEWS . Fixed bug #54995 (Missing CURLINFO_RESPONSE_CODE support). (Pierrick) - Hash - . Added support for PBKDF2 via hash_pbkdf2()F + . Added support for PBKDF2 via hash_pbkdf2(). (Anthony Ferrara) - MySQLi . Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql.