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 Link to comment https://forums.phpfreaks.com/topic/286461-need-help-w-emsgs-loading-php-ext-files/ 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. Link to comment https://forums.phpfreaks.com/topic/286461-need-help-w-emsgs-loading-php-ext-files/#findComment-1470390 Share on other sites More sharing options...
yshua Posted February 24, 2014 Author Share Posted February 24, 2014 Dear Ch0cu3r: That worked beautifully, and seems so obvious now! Thanks, Yshua Link to comment https://forums.phpfreaks.com/topic/286461-need-help-w-emsgs-loading-php-ext-files/#findComment-1470407 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.