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} -start
For 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} -restart
For 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} -reload
For example:
gp php 7.3 -reload