rabark Posted September 19, 2011 Share Posted September 19, 2011 Hello All, Got a weird problem on my unix web server. The phpinfo() function claims that my extension_dir is /opt/hpws/apache/php/lib/php/extensions/no-debug-zts-20060613 (this folder doesn't exist on the server, btw). However, the php.ini file specified in "Configuration File" contains the following line: ; Directory in which the loadable extensions (modules) reside. extension_dir = "/opt/hpws/apache/php/lib/php/extensions" This folder does exist. When I stop and restart Apache though, this folder does not get set as the extension_dir. Any ideas on why this might be occurring? Is there perhaps something outside php.ini that could be overwriting the extension_dir value? -Bob Quote Link to comment https://forums.phpfreaks.com/topic/247450-unable-to-change-extension_dir/ Share on other sites More sharing options...
rabark Posted September 19, 2011 Author Share Posted September 19, 2011 Solved: The server admin was working on another problem and restarted Tomcat. Somehow that caused Apache/PHP to behave itself and the extension dir now matches what's in the php.ini file. Quote Link to comment https://forums.phpfreaks.com/topic/247450-unable-to-change-extension_dir/#findComment-1270744 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.