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 may need to install the PHP PPA for certain versions of PHP*
19
+
20
+
```bash
21
+
sudo add-apt-repository ppa:ondrej/php
22
+
sudo apt update
23
+
```
24
+
17
25
### MacOS
18
26
19
27
```bash
@@ -25,11 +33,11 @@ default.
25
33
26
34
### Windows
27
35
28
-
Download [php 8.1](https://windows.php.net/download/) as a zip file under the thread safe category. Then extract the contents of the zip to a folder, and add the path to that folder to your path system variable. It's suggested that one extracts the contents of the zip to a folder called `php`, which can be put at `C:\php` for simplicity. You can then add `C:\php` to your path system environment variable.
36
+
Download [php 8.2](https://windows.php.net/download/) as a zip file under the thread safe category. Then extract the contents of the zip to a folder, and add the path to that folder to your path system variable. It's suggested that one extracts the contents of the zip to a folder called `php`, which can be put at `C:\php` for simplicity. You can then add `C:\php` to your path system environment variable.
29
37
30
38
-------------
31
39
32
-
Verify you have PHP installed correctly, submitty requires a version greater than 7.0
40
+
Verify you have PHP installed correctly, submitty requires at least version 8.2
0 commit comments