I have the normal php build that comes with OSX (5.3.27) and the one that I downloaded with homebrew. ( 5.5.0 ) now I started to work with composer and want to install laravel (PHP framework) but when I run the code to create a project I get the following error
You must enable the openssl extension to download files via https
Well the issue is that I think it looks to the native php build on my computer and not in the one from homebrew ( tho I have removed the ; from both php.ini files. where stands extension=openssl.dll but nothing works) ( I use a mac with mountain lion ) and I know that openssl.dll must be a windows library since DLL is for windows and SO for unix based systems.. So how can I solve this?