]> granicus.if.org Git - php/commitdiff
Fix notice.
authorAndrei Zmievski <andrei@php.net>
Tue, 12 Sep 2000 13:19:37 +0000 (13:19 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 12 Sep 2000 13:19:37 +0000 (13:19 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e4c12176a76014dfacd4113ea38c70dc96ad335c..8ad22116cf7a3f4f89325b11616d6d1d4927f4db 100644 (file)
--- 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)