diff options
author | foobar <sniper@php.net> | 2002-03-15 20:18:07 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-03-15 20:18:07 +0000 |
commit | 45711eaba2cdfc479826a56a4dd1429ced1eb301 (patch) | |
tree | c67e780701fb65a6c520cdcc7e91a138c06ecfc0 | |
parent | 913b7fecf9ae13857551a0036f1273b7b2aa26c8 (diff) | |
download | php-git-45711eaba2cdfc479826a56a4dd1429ced1eb301.tar.gz |
- Corrected these entries. (catched by Derick)
-rw-r--r-- | NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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) |