0
votes

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

1

1 Answers

1
votes

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