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:25] kalenpw [Installation] |
development:php:xdebug [2021/06/29 15:15] (current) kalenpw |
||
---|---|---|---|
Line 24: | Line 24: | ||
| | ||
</ | </ | ||
+ | |||
+ | 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 | ||
+ | </ | ||
+ | |||
+ | ---- |