Created
September 21, 2019 00:09
-
-
Save clrockwell/68ba1f4a05224b8f49d759bc9660cf5a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Random PHP fixes | |
- Scenario: php running out of memory with only 2MB | |
- I checked every php.ini configuration file with no luck, all had .ini files with memory_limit plenty high or set to -1 | |
- Occurred after a `brew upgrade` | |
- Fix: link php to a brew | |
-- echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.zshrc | |
-- echo 'export PATH="/usr/local/opt/[email protected]/sbin:$PATH"' >> ~/.zshrc | |
-- source ~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment