Zand Php Cake Php

Posted by : ashore
PHP and curl
Folks, in a win32/Vista PHP installation (via WAMP) curl refuses to

show up.  (It's absent from the phpinfo() listing, plus function_exits

() confirms its absence.)



I have the curl line in php.ini un-commented, plus php_curl.dll exists

in the windows/system32 directory.



Any thoughts re where next to look???  Thanks, all.
 
 
Posted by : j.r.fish
Re : PHP and curl
have you tried  left click on WAMP tray icon -> PHP -> extensions ->

check php_curl  ?
 
 
Posted by : Gaurav Kumar
Re : PHP and curl
Hi,

I am also using same system configuration with Wamp.

I have installed wamp in "c:/" and my php installation path is "C:\wamp\bin\php\php5.2.9-2\
ext". Not sure how your php ext dll are in system32 dir???


To confirm that php curl is installed and you are looking at right
php.ini; create a php file as below and run on your localhoat and try
to find Curl. If it is not shown on the screen then this means that
curl is not enabled.


<?php

        phpinfo();

?>
 
 
Posted by : Robert Gonzalez
Re : PHP and curl
What is your extensions path in your php.ini?
 
 
Posted by : giyassuddin amani
Re : PHP and curl
Hi,

This is the extensions path "c:/wamp/bin/php/php5.2.9-2/ext/" in our php.ini. 


 
 
Posted by : Robert Gonzalez
Re : PHP and curl
Is the curl extension dll in that directory? Also, are you sure that
the php.ini file you are reading from is the same one that PHP is
reading from?
 
 
If you have the better reply, then send it to us. We will display your reply after the approval.
Name : 
Email Id :   
Reply :