From: Andrei Zmievski Date: Tue, 12 Sep 2000 13:19:37 +0000 (+0000) Subject: Fix notice. X-Git-Tag: php-4.0.3RC1~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6a24fce480c9ea24835c291d4599a7486afa8ea;p=php Fix notice. --- diff --git a/NEWS b/NEWS index e4c12176a7..8ad22116cf 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.3-dev -- Added an optional parameter to wordwrap that cuts a string if the length - (Derick) +- Added an optional parameter to wordwrap that cuts a string if the length of a + word is longer than the maximum allowed. (Derick) - 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)