Posted by Jason Barnett on 10/04/14 11:05
Sagar C Nannapaneni wrote:
> Hi,
>
> I've got a strange issue here....
>
> i'm using apache2 with php 4.3.9 on win 2000.
> I've pointed the php extension directory to
>
> extension_dir = "C:\php\extensions"
>
> where all the extension dlls reside.
> All extensions are working and all dlls are loading properly,,
What do you mean by this statement? How do you know this if you claim
that cURL is not loading (it is an extension)... have you tried phpinfo() ?
> but when i try to load curl i'm getting an error saying that
>
> "Unable to load module. C:\php\extensions\php_curl.dll could not be found"
>
> But i can see the file from the file browser.
>
> Please help me out...
>
> /sagar
>
--
Teach a person to fish...
Ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html
PHP Manual: http://php.net/manual/
php-general archives: http://marc.theaimsgroup.com/?l=php-general&w=2
[Back to original message]
|