derick Thu Dec 9 04:05:36 2004 EDT
Modified files: (Branch: PHP_5_0)
/php-src NEWS acinclude.m4
Log:
- MFH: Fixed bug #31034 (Problem with non-existing iconv header file).
(Derick)
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.148&r2=1.1760.2.149&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.148 php-src/NEWS:1.1760.2.149
--- php-src/NEWS:1.1760.2.148 Tue Dec 7 12:29:23 2004
+++ php-src/NEWS Thu Dec 9 04:05:36 2004
@@ -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)
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.271.2.2&r2=1.271.2.3&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.271.2.2 php-src/acinclude.m4:1.271.2.3
--- php-src/acinclude.m4:1.271.2.2 Wed Dec 8 07:55:33 2004
+++ php-src/acinclude.m4 Thu Dec 9 04:05:36 2004
@@ -1,4 +1,4 @@
-dnl $Id: acinclude.m4,v 1.271.2.2 2004/12/08 12:55:33 jorton Exp $ -*-
autoconf -*-
+dnl $Id: acinclude.m4,v 1.271.2.3 2004/12/09 09:05:36 derick Exp $ -*-
autoconf -*-
dnl
dnl This file contains local autoconf functions.
@@ -1701,6 +1701,7 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php