JanciB Posted February 27, 2013 Share Posted February 27, 2013 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 ? Quote Link to comment https://forums.phpfreaks.com/topic/275002-disable-compiled-extension/ Share on other sites More sharing options...
requinix Posted February 27, 2013 Share Posted February 27, 2013 Compile your own version of PHP. Have you considered trying to, oh I don't know, fix the problem? Assuming there is one in the first place? Quote Link to comment https://forums.phpfreaks.com/topic/275002-disable-compiled-extension/#findComment-1415335 Share on other sites More sharing options...
JanciB Posted February 27, 2013 Author Share Posted February 27, 2013 I am not skilled enough to compile my own PHP. And I don't have root access. I have only access to php.ini Quote Link to comment https://forums.phpfreaks.com/topic/275002-disable-compiled-extension/#findComment-1415362 Share on other sites More sharing options...
requinix Posted February 27, 2013 Share Posted February 27, 2013 Then you're out of luck. Quote Link to comment https://forums.phpfreaks.com/topic/275002-disable-compiled-extension/#findComment-1415410 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.