Jump to content

need help w/ emsgs loading php ext files


Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.