0

I have this error message when I compile my program in PHP. I have these two lines in my php.ini file :

extension=curl

extension=C:\Server\bin\PHP\ext\php_curl.dll

It still doesn't work, can you help me ?

Thank you

0

1 Answer 1

1

After installation, you would need to restart either Apache or Nginx.

Create a stand alone info.php page:

<?php 
    phpinfo();

Search the page you should see something like this:

cURL support: enabled
Sign up to request clarification or add additional context in comments.

2 Comments

I indeed have the phpinfo page, but nothing about curl, i do not have this ; tomjepson.co.uk/wp-content/uploads/2012/06/phpinfo-.png
Finally i refreshed the page and it works, thank you !

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.