Page 1 of 1

cURL and zip command not present

PostPosted: 25. October 2011 11:51
by myrah
HI ,

I m trying to setup a application that uses curl and zip. I have un-comment the php.ini file the extension for curl . The application recognizes curl is installed but it says curl and zip command not present. I have read many forums and not able to find any headway, anyone knows how to resolve this?
I have also restarted windows after placing the php_curl.dll in system32 directory as one forum suggested, still no joy.

any clues?
Thank you and much appreciated

Re: cURL and zip command not present

PostPosted: 25. October 2011 11:59
by Sharley
Check using http://localhost/xampp/phpinfo to see if zip is included and enabled.

You uncommented curl in the \xampp\php\php.ini file and that should also be included now in the phpinfo page - no need to add the dll to the Windows folders.

If you find the zip and curl entries in the phpinfo page then you will have to suspect your application.
Which application is it?

Check the application is compatible with the XAMPP component versions (PHP) found in the readme_en.txt file in the xampp folder.

Please let me know if any of the above helps.
Thanks. :)