trev72 Posted February 18, 2007 Share Posted February 18, 2007 Hi Guys I'm new to php and I recently downloaded and installed php 4.4.4 using the installer. I didn't know that the installer didn't install the extentions. Can some one please tell me how to load the extentions now as there are no options in the installer and I am really lost. I am using IIS if that helps at all. Quote Link to comment https://forums.phpfreaks.com/topic/39092-php-444/ Share on other sites More sharing options...
wildteen88 Posted February 19, 2007 Share Posted February 19, 2007 Edit the php.ini and scroll down to the extensions section. Scroll down and find the following: ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; That is around line 603 in the php.ini You then enable the extensions by uncommenting the line with the extension you wish to enable. For example you to enable the GD extension. Simply remove the semi-colon ( in front of extension=php_gd2.dll. Then save the php.ini and restart IIS. Quote Link to comment https://forums.phpfreaks.com/topic/39092-php-444/#findComment-188810 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.