Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php startup: unable to load dynamic library

First of all, you must indicate the php extensions folder to you php.ini file.
 	extension_dir="some_location"
 Then, put your downloaded dll module file into "some_location" folder.
 Add the code below in php.ini file.
 	extension="your_module_name_that_you_downloaded.dll"
Be sure that your module is for your PHP version.
Restart your server, and check the phpinfo();
Source by serverfault.com #
 
PREVIOUS NEXT
Tagged: #php #unable #load #dynamic #library
ADD COMMENT
Topic
Name
1+3 =