I am developing something in Livecode, and I experimented using my own built-in php server Mavericks. I started the server by sending the following command through the shell ...
php -S localhost:8000
This allowed PHP to work successfully through localhost: 8000 /
However, I cannot decide how to stop / disable PHP now to continue testing it. When I previously ran PHP through the terminal, I was able to do ctrl + c to stop php from starting, but since I donβt know how to do this through my application. I get this error instead.
Failed to listen on localhost:8000 (reason: Address already in use)
Does anyone know how I can stop it either through the terminal or through the Livecode application? Attempts to stop it through the terminal using ctrl + c do not work.
php terminal osx-mavericks macos livecode
user2317093
source share