Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View mikenk2010's full-sized avatar
😜
Never stop being…weird 🤪

Bao Nguyen mikenk2010

😜
Never stop being…weird 🤪
View GitHub Profile
@mikenk2010
mikenk2010 / php.ini
Last active September 11, 2023 14:30
Install PHP-7.2 + Xdebug in MacOS Catalina + PHPStorm
Step 1 - Clean current php
- List all php installed
`brew list | grep php`
- Remove all PHP
`brew uninstall --force php*`
- Install PHP 7.2
`brew install php@7.2`
*Note: if run `brew install php` <== will install PHP 7.4, it's good but still missing many lib, I prefer 7.2