We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switches fine between PHP 7.2 and 5.6 but not between 5.6 and 5.3 on OS X High Sierra. Is this a Homebrew linking issue?
$ php-version 7.2.3 $ php --version PHP 7.2.3 (cli) (built: Mar 8 2018 10:30:06) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.2.3, Copyright (c) 1999-2018, by Zend Technologies $ php-version 5.3.29 $ php --version PHP 7.2.3 (cli) (built: Mar 8 2018 10:30:06) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.2.3, Copyright (c) 1999-2018, by Zend Technologies $ php-version * 5.3.29 5.6.33 7.2.3 $ php-version 5.6.33 $ php-version 5.3.29 * 5.6.33 7.2.3 $ php --version PHP 5.6.33 (cli) (built: Jan 7 2018 11:14:18) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Switches fine between PHP 7.2 and 5.6 but not between 5.6 and 5.3 on OS X High Sierra.
Is this a Homebrew linking issue?
The text was updated successfully, but these errors were encountered: