Re: php_curl.dll won't load, no error information provided (5.4.38)

[email protected] (Jan Ehrhardt) Thu, 26 Feb 2015 02:36:05 +0100
Newsgroups php.windows
Message-ID <[email protected]>
Andy Theuninck in php.windows (Wed, 25 Feb 2015 11:53:18 -0600):
>PHPIniDir "C:/PHP5.4.38"
>LoadModule php5_module "C:/PHP5.4.38/php5apache2_2.dll"

>PHPIniDir "C:/PHP5.3.29"
>LoadModule php5_module "C:/PHP5.3.29/php5apache2_2.dll"

Which directories are in your path (as reported by phpinfo)? Try
deleting all and/or add C:/PHP5.4.38 at the beginning of the path.

Jan