Php interpreter stopped | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Php interpreter stopped

How can I kick start the interpreter when it stops working?

15th Oct 2020, 1:47 AM
kevin
kevin - avatar
1 Answer
0
I think you want to restart the associated web server. If you're running WAMP, you'd use the menu like this: https://www.tng.lythgoes.net/wiki/images/f/fc/WAMP_Server_2.2_restart_all_services.png Restarting all services is what I do when I want to be sure the php.ini and apache's config files are reloaded. Unless you're using a web server, PHP will completely shut down itself when your script finishes.
16th Oct 2020, 5:42 AM
Josh Greig
Josh Greig - avatar