I could not add curl.dll
extantion to php. My server configuration is:
- Apache 2.2
- php 5.3.13
- mysql
I have curl.dll
in php extantions folder, but when I check it by the code: function_exists('curl_init')
returns false
. Somewhere I read that "apache openssl version and php openssl version is not suitable". I don't know it si true or not, and I don't know how to install each openssl files. If you already come across the problem and solve it help me too solve that.
I saw that question simular like mine but I could not change php version for some reasons