]> granicus.if.org Git - php/commitdiff
- Fix the function names here too.
authorJouni Ahto <jah@php.net>
Tue, 12 Sep 2000 02:45:14 +0000 (02:45 +0000)
committerJouni Ahto <jah@php.net>
Tue, 12 Sep 2000 02:45:14 +0000 (02:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 100d6a2ceada8a8de40c486c8c04132a9d719091..c9aeebe062c382d2f3c90d12954b2f91caf69aa7 100644 (file)
--- 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)