From: Date: Sat, 5 Jan 2002 01:10:30 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_ISSET_PATCH~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4036c14edc247465f3b78a082357496addbe8398;p=php NEWS update --- diff --git a/NEWS b/NEWS index b178da2386..41b11d6ae6 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.2.0-dev +- Fixed segfault in wordwrap() when wrapping to zero width and using + multi-character break or trying to force cut (bug #12768). (Jim) - Fixed several bugs in dbase extension (dbase_pack() truncate file to right size, fix 6852 #1 and 6852 #2). (Vlad) - Fix bug in krsort() where an extra character was being compared (Andi)