From b4b338a8d11d7f69c5e251a154f86a2d78c7fe7c Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 9 Dec 2004 09:04:46 +0000 Subject: [PATCH] - Fixed bug #31034 (Problem with non-existing iconv header file). (Derick) --- NEWS | 1 + acinclude.m4 | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index bbfaa967cb..a457d262cb 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Dec 2004, Version 4.3.10 +- Fixed bug #31034 (Problem with non-existing iconv header file). (Derick) - Fixed bug #31024 (Crash in fgetcsv() with negative length). (Ilia) - Fixed bug #31019 (Logic error mssql library checking). (Frank) diff --git a/acinclude.m4 b/acinclude.m4 index e26204045a..b61a6368a2 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1705,6 +1705,7 @@ AC_DEFUN([PHP_SETUP_ICONV], [ echo > ext/iconv/php_have_libiconv.h echo > ext/iconv/php_have_iconv.h + echo > ext/iconv/php_php_iconv_impl.h dnl dnl Check libc first if no path is provided in --with-iconv -- 2.50.1