Mac Yosemite,PHP激活openssl扩展

I have installed PHP 5.5.14.

I'm starting to use Yii2, the whole installation process using "composer" working properly.

The problem arises when I access "http://localhost/basic/web/" to validate the installation and project creation.

At this point an error:

PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20121212/php_openssl.dll' - dlopen (/ usr / lib / php / extensions / no-debug-non- zts-20121212 / php_openssl.dll, 9): image not found

I'm trying to figure out how to properly activate this librearia.

I enabled the extension in the php.ini file, but no luck.

Do not know how to fix it :(

Thank You!