We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c23d80 commit f3467d2Copy full SHA for f3467d2
readme.md
@@ -2,7 +2,7 @@
2
3
> Start a [PHP server](https://php.net/manual/en/features.commandline.webserver.php)
4
5
-Uses the PHP built-in server, which is meant for development use, not for production.
+Uses PHP's built-in development web server (not for production use).
6
7
The Node.js process is automatically kept alive as long as the PHP server is running.
8
@@ -106,7 +106,7 @@ if (preg_match('/\.(?:png|jpg|jpeg|gif)$/', $_SERVER["REQUEST_URI"])) {
106
##### binary
107
108
Type: `string`<br>
109
-Default: `'php'`
+Default: `'php'` *(The one in your `$PATH`)*
110
111
Path to the PHP binary.
112
0 commit comments