inspire Posted September 28, 2007 Share Posted September 28, 2007 Friend ....i just install the php 5.0 from the installer in my c: drive. But the installation file just have a few files only. It is not have the folder extension. Why this happen.so how to configure the extension in php.ini file. php.ini ; Directory in which the loadable extensions (modules) reside. extension_dir = "./" Quote Link to comment https://forums.phpfreaks.com/topic/71002-configure-php-extension/ Share on other sites More sharing options...
inspire Posted September 28, 2007 Author Share Posted September 28, 2007 Friend ....i just install the php 5.0 from the installer in my c: drive. But the installation file just have a few files only. It is not have the folder extension. Why this happen.so how to configure the extension in php.ini file. php.ini ; Directory in which the loadable extensions (modules) reside. extension_dir = "./" Quote Link to comment https://forums.phpfreaks.com/topic/71002-configure-php-extension/#findComment-357009 Share on other sites More sharing options...
wildteen88 Posted September 28, 2007 Share Posted September 28, 2007 Do you just have those two lines in your php.ini or is that just an excerpt from the php.ini? If its an excerpt than just change ./ to the full path of your php extension folder, eg if you installed PHP in C:/PHP then set extension_dir to: extension_dir = "C:/php/ext" Save the php.ini and PHP will now look for extensions located in C:/php/ext when you uncomment them in the php.ini. Quote Link to comment https://forums.phpfreaks.com/topic/71002-configure-php-extension/#findComment-357334 Share on other sites More sharing options...
chillininvt Posted October 8, 2007 Share Posted October 8, 2007 In windows I believe that you can leave the path to the ini file blank. Quote Link to comment https://forums.phpfreaks.com/topic/71002-configure-php-extension/#findComment-364527 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.