Friday, May 7, 2010

PHP - unable to load dynamic library

"unable to load dynamic library" since you don't add PHP path directory to the PATH on windows.

There are several steps to add the path on windows :

1. go to "Computer"
2. go to "System properties"
3. go to "Advanced system settings"
4. click button "environment variables.."
5.  go to panel "System variables"
6. find out variable "path" and enter your path at the end of "Variable value"

extension_dir ="C:\AppServ\php\extensions"

No comments:

Post a Comment