You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can run the php-server in any folder of your operating system.
@@ -59,9 +71,6 @@ display_startup_errors = 1
59
71
max_execution_time = 360
60
72
post_max_size = 200M
61
73
upload_max_filesize = 200M
62
-
; Array of runtime extensions:
63
-
extension[] = mysqli
64
-
extension[] = zip
65
74
66
75
[server]
67
76
ENVIRONMENT = development
@@ -116,7 +125,7 @@ php-server --port 8081
116
125
Or, also with a different version of PHP than the default:
117
126
118
127
```sh
119
-
php-server --php php7.4 --port 8081
128
+
php-server --php php8.4 --port 8081
120
129
```
121
130
122
131
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.
0 commit comments