osx - Composer errors on OS X and OpenSSL used by PHP -


i deleted old xampp local server , installed latest 1 it's include

  • apache/2.4.18 (unix)
  • openssl/1.0.2e
  • php/7.0.1
  • mod_perl/2.0.8-dev
  • perl/v5.16.3

but when try install by:

curl -ss https://getcomposer.org/installer | php 

it says:

some settings on machine may cause stability issues composer. if encounter issues, try change following:  openssl library (0.9.8zc) used php not support tlsv1.2 or tlsv1.1. if possible should upgrade openssl version 1.0.1 or above.  downloading...  composer installed to: /users/hammodgrimmie/composer.phar use it: php composer.phar 

help please.

first there link here, solution requires have brew installed: https://apple.stackexchange.com/questions/126830/how-to-upgrade-openssl-in-os-x

if proper version not appear when enter console: openssl version -a

this switch versions. update openssl on os x homebrew

if want quick fix refer felipe micaroni lalli's answer on mar 21 '14.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -