From 8258907bcc36468558d032a8a259a8f106a8ba37 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 14 Mar 2025 14:27:03 +0100 Subject: [PATCH] add readme for testing php embed --- examples/readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/readme.md diff --git a/examples/readme.md b/examples/readme.md new file mode 100644 index 0000000..e62032f --- /dev/null +++ b/examples/readme.md @@ -0,0 +1,15 @@ +# To test php example + +(1) + +Start PHP webserver + +```txt +$ cd examples +$ php -S localhost:9000 +[Fri Mar 7 09:01:52 2025] PHP 8.4.4 Development Server (http://localhost:9000) started +``` + +(2) + +In a webbrowser open <http://localhost:9000/embed_example.php> -- GitLab