Skip to content

Commit 44da4ae

Browse files
committed
Update README and Release 2.5
1 parent 3087ef8 commit 44da4ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Fine tuning on the PHP Built-in web server
44

5-
![PHP Built-in web server autoindex](https://i.imgur.com/gOtNMuw.png)
5+
![PHP Built-in web server autoindex](https://i.imgur.com/dE7B2LJ.png)
66

77
## Installation
88

@@ -107,7 +107,7 @@ php-server --port 8081
107107
Or, also with a different version of PHP than the default:
108108

109109
```sh
110-
php-server --php php7.2 --port 8081
110+
php-server --php php7.3 --port 8081
111111
```
112112

113113
Right. You get the idea. If you want to run on a different host you can add the host to the [hosts file](https://en.wikipedia.org/wiki/Hosts_(file)) of your operating system.

src/server_config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'max_execution_time' => 360,
2020
],
2121
'server' => [
22-
'PHPSERVER_VERSION' => '2.4',
22+
'PHPSERVER_VERSION' => '2.5',
2323
],
2424
];
2525

0 commit comments

Comments
 (0)