Stop/Start PHP
These commands stop and start PHP. Run them separately. You have to designate the version in the command.
gp php {php.version} -stop
gp php {php.version} -startFor example:
gp php 7.3 -stop
Restart PHP
The restart command issues both a STOP and START command all in one. You have to designate the version in the command.
gp php {php.version} -restartFor example:
gp php 7.3 -restart
Reload PHP
Reload reloads the configuration without completely stopping the service. You have to designate the version in the command.
gp php {php.version} -reloadFor example:
gp php 7.3 -reload
