Hi,
at startup I get three similar error messages about three DLLs:
php_sqlite.dll, php_curl.dll and php_gd2.dll.
I searched the group for similar problem but the solutions proposed
there did not help.
- I copied the DLLs to Windows directory
- I checked php.ini to make sure the extensions were uncommented and
there was an extension_dir directive.
One thing I had noticed in the error messages was the direction of
slashes:
"Unable to load dynamic library c:\php\extensio ns/php_curl.dll"
In php.ini I had:
extension_dir=c :\php\extension s
I changed it to:
extension_dir=c :/php/extensions
Did not help. I appreciate your assistance.
at startup I get three similar error messages about three DLLs:
php_sqlite.dll, php_curl.dll and php_gd2.dll.
I searched the group for similar problem but the solutions proposed
there did not help.
- I copied the DLLs to Windows directory
- I checked php.ini to make sure the extensions were uncommented and
there was an extension_dir directive.
One thing I had noticed in the error messages was the direction of
slashes:
"Unable to load dynamic library c:\php\extensio ns/php_curl.dll"
In php.ini I had:
extension_dir=c :\php\extension s
I changed it to:
extension_dir=c :/php/extensions
Did not help. I appreciate your assistance.
Comment