I have installed CentOS 5.10 on my server and PHP 5.4.17, but the problem is that I can't enable php-openssl extension. By the command 'locate openssl' looks like the extension exists, so I tried to create the openssl.ini file in '/etc/php.d/' but there nothing happens.
Output by php -r "phpinfo();" | grep -i openssl
:
OpenSSL support => disabled (install ext/openssl)
How I can enable that ext? I tried search in google, but found nothing useful. Sorry for my english. Thanks.