From: Jouni Ahto Date: Tue, 12 Sep 2000 02:45:14 +0000 (+0000) Subject: - Fix the function names here too. X-Git-Tag: php-4.0.3RC1~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa312ec61ca6624f7e232d25d4d17257351b73b7;p=php - Fix the function names here too. --- diff --git a/NEWS b/NEWS index 100d6a2cea..c9aeebe062 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PHP 4.0 NEWS ?? ??? 2000, Version 4.0.3-dev - Added an optional parameter to wordwrap that cuts a string if the length -- Added functions pg_putline and pg_endcopy (Dirk Elmendorf) +- Added functions pg_put_line and pg_end_copy (Dirk Elmendorf) - Added second parameter for parse_str to save result (John Bafford) - Fix bug with curl places extra data in the output. (medvitz@medvitz.net) - Added the pathinfo() function. (Sterling)