I have compile php and curl on my server. When i run phpinfo() on browser it does not show that curl is enable. When i run from the command line it shows curl is enable.
Here is the command: /opt/php -r "phpinfo();"
I have also created /usr/bin php as symlink
I have also compiled php --with-curl=[curl path] as static not as shared.
What I am missing?
Thanks in advance.