On solaris there is extension iconv compiled into php. The problem is, that the function iconv returns always empty string.
I have disabled all the iconv functions with disable_functions in php.ini. This is not sufficient.
Is there a way to disable the extension, so it is not shown in phpinfo ?











