hello all!

I am trying to install libiconv 1.9 under php 4.2.

my conf script is:

'./configure' 
'--with-imap=/usr/local/imap-client' 
'--with-imap-ssl=/usr/local/imap-client/' 
'--with-mysql=/usr/local/mysql' 
'--with-exec-dir=/usr/local/httpd/php' 
'--enable-safe-mode' 
'--enable-memory-limit' 
'--with-apxs=/usr/local/httpd/bin/apxs' 
'--with-iconv' 
'--with-iconv=/usr/local'

but it does use iconv from src/php.4.2.3/ext/iconv (not from the /usr/local/) :(

Actually the problem is that i need to convert different charsets. And sometimes 
conversion fails. I need analogue of 
$ iconv -c 
in php. There is written in comments on http://php.net/manual/en/function.iconv.php is 
written that adding of "//TRANSLIT" to the destination charset name turns on 
transliterations and allows iconv to convert many characters on which it would 
otherwise fail. But it is available since version 1.5 of libiconv.

I suspect that bundled iconv does not support this feature... For some reasons I am 
not able to upgrade php :(

--
Sincerely,
  Al. Mi.
_______________________________________________________________
http://www.bigmir.net - поиск по украинским сайтам

Reply via email to