From: Felipe Pena Date: Sun, 2 Nov 2008 18:30:31 +0000 (+0000) Subject: - Remove str_getcsv() entry. (Backported to 5.3) X-Git-Tag: BEFORE_HEAD_NS_CHANGE~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04d52ca4afd52d882653970b16aec4ecb053019a;p=php - Remove str_getcsv() entry. (Backported to 5.3) --- diff --git a/NEWS b/NEWS index 152e492cf5..32ab2e0b7c 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,5 @@ PHP NEWS . "context" and "binary_pipes" params in "other_options" arg. (Sara) . stream_resolve_include_path(). (Sara) - Added shm_has_var() function. (Mike) -- Added str_getcsv() function. (Sara) - Fixed bug #40325 (Vary: header missing in gzip output handlers). (Mike)