aboutsummaryrefslogtreecommitdiff
path: root/php.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-14 14:30:00 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-14 14:30:00 +0200
commit0647bc0b7aee7d2a6bb84f748316e12683373ba8 (patch)
treec627d29ea361b0417b40eb9f9c41e0a52aeb03a1 /php.wiki
parentons 25 maj 2022 02:32:00 CEST (diff)
downloadwiki-public-0647bc0b7aee7d2a6bb84f748316e12683373ba8.tar.gz
wiki-public-0647bc0b7aee7d2a6bb84f748316e12683373ba8.tar.xz
tis 14 jun 2022 14:30:00 CEST
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
+}}}