mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
- MFH: Fixed bug #31034 (Problem with non-existing iconv header file). (Derick)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user