Stopping in-built php server on Mac Mavericks - Livecode
问题 I'm developing something in Livecode and I have been experimenting with using Mavericks own in-built php server. I started the server by sending the following command through shell... php -S localhost:8000 This enabled PHP to run successfully through localhost:8000/ However, I can not work out how to stop/disable PHP now in order to continue testing starting it - when I previously started PHP through the terminal I was able to do ctrl+c to stop php running but since I do not yet know how to