summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-12-09 09:05:36 +0000
committerDerick Rethans <derick@php.net>2004-12-09 09:05:36 +0000
commit5a4d19abe6af3220eb60ecd3e6fe0dc9448a57aa (patch)
tree0a9e5b93d081450db2bf3e9ac587813809565255
parent6cb74fb8940db65477d0ec7bd51ab2cc96243338 (diff)
downloadphp-git-5a4d19abe6af3220eb60ecd3e6fe0dc9448a57aa.tar.gz
- MFH: Fixed bug #31034 (Problem with non-existing iconv header file). (Derick)
-rw-r--r--NEWS3
-rw-r--r--acinclude.m41
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f8392e642..606c626e43 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2004, PHP 5.0.3RC2
+- Fixed bug #31034 (Problem with non-existing iconv header file). (Derick)
+
29 Nov 2004, PHP 5.0.3RC1
- Added the %F modifier to *printf to render a non-locale-aware representation
of a float with the . as decimal seperator. (Derick)
diff --git a/acinclude.m4 b/acinclude.m4
index 29a833ee39..86706761ca 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1701,6 +1701,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