0

Is this possible? I'm on Mac OSX.

I'm using a custom install already, with the Mac OSX default*ish* apache.

Calvin Froedge
  • 16,135
  • 16
  • 55
  • 61

1 Answers1

1

I was able to do this by:

cd {php_dir}/ext/openssl

phpize ./configure make && make install

Restart apache

Calvin Froedge
  • 16,135
  • 16
  • 55
  • 61