Answers for "how to restart php fpm in windows on cmd"

PHP
3

ubuntu restart php-fpm

service php-fpm restart    # typical
service php5-fpm restart   # debian-style
service php7.0-fpm restart # debian-style PHP 7
service php7.2-fpm restart # debian-style PHP 7.2
service php7.4-fpm restart # debian-style PHP 7.4
Posted by: Guest on December-22-2020
-1

restart php windows

Win + R type:iisreset

Or, more verbose: iisreset inside a powershell 
opened as administrator - or even inside a Cygwin shell.
Posted by: Guest on June-29-2021

Browse Popular Code Answers by Language