aboutsummaryrefslogtreecommitdiff
path: root/php.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'php.wiki')
-rw-r--r--php.wiki5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.wiki b/php.wiki
new file mode 100644
index 0000000..4dc5b08
--- /dev/null
+++ b/php.wiki
@@ -0,0 +1,5 @@
+Run a local webserver for testing PHP sites
+
+{{{
+php -S [::]:8000
+}}}