On Sun, 13 Feb 2005 [EMAIL PROTECTED] wrote:

> I was thinking that rather than linking against the recode library (and
> implicitly importing all symbols within it), we could instead dlopen() it,
> and use dlsym() to import only symbols we want. Looking at the recode
> extension, theres only a handful of entrypoints that need to be imported, so
> it should be a relatively easy task for someone familiar with the PHP API.

I still think that's going a bit too far, besides, recode offers no
advantages over iconv (and some recode versions are quite buggy). So I
suggest to use iconv instead of recode.

regards,
Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to