Mark David Dumlao
Mark David Dumlao
I'd like to comment on this viewpoint > Workspaces provide a virtual solution to a physical problem, and as a result requires the user to have a mental map of...
sorry for the ignorance. Mojave?
Is this effectively a dup of #77?
I see. On OSX I don't know the recommended way to install development dependencies though outside of using homebrew. Does this work without arguments / options if you `brew install...
The mcrypt thing is a non-issue although quite convenient. I can put in a php-build PR the zlib one though.
@debo, could you try the [osx-zlib branch](https://github.com/madumlao/php-build/tree/osx-zlib) from my php-build
@debo, the osx detection code wasn't mine, all I added was zlib detection. This worked on my friend's mac (I dont have one) immediately after a installing `openssl` and `libxml2`...
I'll keep posted on this as I'm looking into adding a homebrew recipe as well. I'll also be using the [osx-zlib](https://github.com/madumlao/php-build/tree/osx-zlib) branch to test some changes.
@mizunashi-mana , does the above work if you skip adding `PHP_BUILD_CONFIGURE_OPTS` ? AFAIK it's not necessar yon previous versions of osx as php-build itself should detect openssl
> @madumlao macOS uses libreSSL (which is older version). However, PHP requires OpenSSL. So, we should install openssl manually for php-build on macOS. In my case, I use Homebrew to...