yshua Posted February 24, 2014 Share Posted February 24, 2014 Dear PHP People: Unaware how to handle series of emsgs as following: PHP Warning: PHP Startup: Unable to load dynamic library 'ext\\php_bz2.dll' - The specified module could not be found.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'ext\\php_curl.dll' - The specified module could not be found.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'ext\\php_fileinfo.dll' - The specified module could not be found.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'ext\\php_gettext.dll' - The specified module could not be found.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'ext\\php_gmp.dll' - The specified module could not be found.\r\n in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'ext\\php_imap.dll' - The specified module could not be found.\r\n in Unknown on line 0 Can someone be so kind as to show me what more to do after loading bz2, curl, fileinfo, gettext, gmp, and imap folders into the php/ext/ folder? Thank you, Yshua Quote Link to comment Share on other sites More sharing options...
Ch0cu3r Posted February 24, 2014 Share Posted February 24, 2014 Sorry, I left this step out of my instructions posted earlier. Open the php.ini and find ; On windows: ; extension_dir = "ext/" Change it to ; On windows: extension_dir = "C:/php/ext" Save the php.ini and restart Apache. Quote Link to comment Share on other sites More sharing options...
Solution yshua Posted February 24, 2014 Author Solution Share Posted February 24, 2014 Dear Ch0cu3r: That worked beautifully, and seems so obvious now! Thanks, Yshua Quote Link to comment 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.