aboutsummaryrefslogtreecommitdiff
path: root/php.wiki
blob: 4dc5b087bbe8969ce0064a3e88ee33d6bca50729 (plain)
1
2
3
4
5
Run a local webserver for testing PHP sites

{{{
php -S [::]:8000
}}}