Switch to Homestead?
Upgrading OSX to php 5.6 problems
Hi all
I know this isn't a Laravel problem but I'm just at my wits end trying to sort this. My tests were running so slow on Homestead that I needed a solution on my host machine but in order to run the tests I needed my version of php upgrading on my Mac.
I am using Homebrew to update php and I thought it had done it but since I did when I run my tests I get the following message in the terminal.
Xdebug requires Zend Engine API version 220121212.
The Zend Engine API version 220131226 which is installed, is newer.
The tests still run but I want to run the tests through PhpStorm now and this message is causing them to not run them.
I've googled and I think I understand what the issue is but I have no idea how to fix it.
I've seen something saying "Check what the output of "phpize" is when you're completing the compilation steps. The number that you're looking for is on the line that says "Zend Extension Api No"."
When I run phpize it just says
Cannot find config.m4.
Make sure that you run '/usr/local/bin/phpize' in the top level source directory of the module
But I don't know what it's referring to as "top level source directory of the module"
Can anyone give me any ideas?
I'm running Yosemite
Please or to participate in this conversation.