ID: 16823
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: ICONV related
Operating System: Solaris 8
PHP Version: 4.2.0
New Comment:
There indeed was a bug in this. Fixed now for PHP 4.2.1.
(4.3.0-dev didn't have this bug)
--Jani
Previous Comments:
------------------------------------------------------------------------
[2002-04-27 03:16:44] [EMAIL PROTECTED]
I've used native iconv with PHP 4.1.2 on Solaris 8 for monthes without
any problem. (--with-iconv=/usr)
Also, the perl iconv module works fine on my solaris 8 too.
my config.log
---------------
$ ./configure --with-mysql=/usr/local/mysql
--with-openssl=/usr/local/ssl --en
able-libgcc --with-gd=/usr/local --with-jpeg-dir=/usr/local
--with-png-dir=/usr/
local --with-iconv --with-zlib-dir=/usr/local
php -m
----------
Running PHP 4.2.0
Zend Engine v1.2.0, Copyright (c) 1998-2002 Zend Technologies
[PHP Modules]
xml
standard
session
posix
pcre
openssl
mysql
gd
ctype
zlib
[Zend Modules]
php -m (4.1.2)
---------------
aurora:<~/temp/php-4.1.2>-myhsu- ./php -m
Running PHP 4.1.2
Zend Engine v1.1.1, Copyright (c) 1998-2001 Zend Technologies
[PHP Modules]
xml
standard
session
posix
pcre
openssl
mysql
iconv
gd
zlib
[Zend Modules]
Not Implemented
------------------------------------------------------------------------
[2002-04-26 11:24:52] [EMAIL PROTECTED]
What does 'php -m' output? No iconv extension?
Does any other iconv function work?
--Jani
------------------------------------------------------------------------
[2002-04-25 23:36:06] [EMAIL PROTECTED]
The configure works fine with --with-iconv only, however, the binary I
made (cgi mode) will complain about "Fatal
error: Call to undefined function: iconv()...."
the phpinfo() doesn't show any information about iconv.
------------------------------------------------------------------------
[2002-04-25 22:28:57] [EMAIL PROTECTED]
This check was changed so that it's possible to link
with external library even if the iconv functions are
found in libc. Using --with-iconv (without any path)
should work fine.
--Jani
------------------------------------------------------------------------
[2002-04-25 22:19:22] [EMAIL PROTECTED]
The native iconv support on Solaris is in libc. I saw the configure
will check /usr/include/iconv.h and iconv in libc, c_r, pthread in PHP
4.1.2, but doesn't
find the same code in the configure of 4.2.0.
It seems there is no libiconv.a on Solaris 8.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/16823
--
Edit this bug report at http://bugs.php.net/?id=16823&edit=1