Re: How do I shutdown and restart PHP?
[email protected] ((PHPDiscuss - PHP Newsgroups and mailing lists))
| Newsgroups | php.install |
|---|---|
| Organization | PHPDiscuss.com |
| Message-ID | <[email protected]> |
I've read elsewhere that the way to do this is to restart Apache. The following command should do the trick: sudo killall -HUP httpd Peace, Jeff Ciberflash wrote: > Good day! > How do I shutdown and restart PHP? I don't want to reboot the machine each time I desire the changes/additions I completed in the PHP.ini file to take affect. > Thanks!