]> granicus.if.org Git - php/commitdiff
- Corrected these entries. (catched by Derick)
authorfoobar <sniper@php.net>
Fri, 15 Mar 2002 20:18:07 +0000 (20:18 +0000)
committerfoobar <sniper@php.net>
Fri, 15 Mar 2002 20:18:07 +0000 (20:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a6c829b20e86dac6fb97c47aa4d0d1cdb75253cc..70f3a103e4c36ae0d041ef29483630677d867842 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,9 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
-- Fixed memory allocation problem in iconv. Fix is only available on systems 
-  which have iconv() support in libc. (Yasuo)
-- Fixed a crash bug in var_dump() when variable contains recursive references.
+- Fixed memory allocation problem on systems that have iconv() support in libc.
   (Yasuo)
+- Made var_dump() handle recursive structures better. (Yasuo)
 - Added optional 3rd parameter "int encoding_mode" to gzencode() and fixed 
   parameters to conform documentation. (Stefan)
 - Added exif_imagetype() function. (Marcus)