Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
development:php:xdebug [2020/03/03 12:24] kalenpw [Installation] |
development:php:xdebug [2021/06/29 15:15] (current) kalenpw |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| <code ini> | <code ini> | ||
| [xdebug] | [xdebug] | ||
| - | | + | |
| | | ||
| | | ||
| Line 20: | Line 20: | ||
| | | ||
| | | ||
| - | | + | |
| | | ||
| | | ||
| </ | </ | ||
| + | |||
| + | Note: you likely need to restart php and nginx | ||
| + | <code bash> | ||
| + | #linux, if using fpm | ||
| + | sudo service php7.3-fpm restart | ||
| + | |||
| + | # mac | ||
| + | sudo brew services restart php@7.1 | ||
| + | </ | ||
| + | |||
| + | ---- | ||