Skip to content

Commit 0a345a8

Browse files
committed
Update documentation.
1 parent 6ee23c2 commit 0a345a8

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,26 @@ The default configuration is __not recommended to be used for production__ envir
3838
3939
Values are based on `php.ini-development` file.
4040

41-
| Variable | 7.3 | 7.2 | 7.1 | 7.0 | 5.6 |
42-
| ------------------------------- | -------------------- | -------------------- | -------------------- | -------------------- | -------------------- |
43-
| [`PHP_DATE_TIMEZONE`] | `Europe/Berlin` | `Europe/Berlin` | `Europe/Berlin` | `Europe/Berlin` | `Europe/Berlin` |
44-
| [`PHP_DISPLAY_ERRORS`] | `On` | `On` | `On` | `On` | `On` |
45-
| [`PHP_DISPLAY_STARTUP_ERRORS`] | `On` | `On` | `On` | `On` | `On` |
46-
| [`PHP_ERROR_REPORTING`] | `E_ALL` | `E_ALL` | `E_ALL` | `E_ALL` | `E_ALL` |
47-
| [`PHP_EXPOSE`] | `On` | `On` | `On` | `On` | `On` |
48-
| [`PHP_LOG_ERRORS`] | `On` | `On` | `On` | `On` | `On` |
49-
| [`PHP_LOG_ERRORS_MAX_LEN`] | `1024` | `1024` | `1024` | `1024` | `1024` |
50-
| [`PHP_MAX_EXECUTION_TIME`] | `30` | `30` | `30` | `30` | `30` |
51-
| [`PHP_MAX_FILE_UPLOADS`] | `20` | `20` | `20` | `20` | `20` |
52-
| [`PHP_MAX_INPUT_TIME`] | `60` | `60` | `60` | `60` | `60` |
53-
| [`PHP_MAX_INPUT_VARS`] | `2000` | `2000` | `2000` | `2000` | `2000` |
54-
| [`PHP_MEMORY_LIMIT`] | `128M` | `128M` | `128M` | `128M` | `128M` |
55-
| [`PHP_POST_MAX_SIZE`] | `8M` | `8M` | `8M` | `8M` | `8M` |
56-
| [`PHP_SENDMAIL_PATH`] | `/usr/sbin/ssmtp -t` | `/usr/sbin/ssmtp -t` | `/usr/sbin/ssmtp -t` | `/usr/sbin/ssmtp -t` | `/usr/sbin/ssmtp -t` |
57-
| [`PHP_TRACK_ERRORS`] | - | - | `On` | `On` | `On` |
58-
| [`PHP_UPLOAD_MAX_FILESIZE`] | `2M` | `2M` | `2M` | `2M` | `2M` |
59-
| [`PHP_ZEND_ASSERTIONS`] | `1` | `1` | `1` | `1` | `1` |
60-
| [`XDEBUG_HOST`] | `localhost` | `localhost` | `localhost` | `localhost` | `localhost` |
41+
| Variable | 7.4 | 7.3 | 7.2 | 7.1 | 7.0 | 5.6 |
42+
| ------------------------------- | -------------------- | -------------------- | -------------------- | -------------------- | -------------------- | -------------------- |
43+
| [`PHP_DATE_TIMEZONE`] | `Europe/Berlin` | `Europe/Berlin` | `Europe/Berlin` | `Europe/Berlin` | `Europe/Berlin` | `Europe/Berlin` |
44+
| [`PHP_DISPLAY_ERRORS`] | `On` | `On` | `On` | `On` | `On` | `On` |
45+
| [`PHP_DISPLAY_STARTUP_ERRORS`] | `On` | `On` | `On` | `On` | `On` | `On` |
46+
| [`PHP_ERROR_REPORTING`] | `E_ALL` | `E_ALL` | `E_ALL` | `E_ALL` | `E_ALL` | `E_ALL` |
47+
| [`PHP_EXPOSE`] | `On` | `On` | `On` | `On` | `On` | `On` |
48+
| [`PHP_LOG_ERRORS`] | `On` | `On` | `On` | `On` | `On` | `On` |
49+
| [`PHP_LOG_ERRORS_MAX_LEN`] | `1024` | `1024` | `1024` | `1024` | `1024` | `1024` |
50+
| [`PHP_MAX_EXECUTION_TIME`] | `30` | `30` | `30` | `30` | `30` | `30` |
51+
| [`PHP_MAX_FILE_UPLOADS`] | `20` | `20` | `20` | `20` | `20` | `20` |
52+
| [`PHP_MAX_INPUT_TIME`] | `60` | `60` | `60` | `60` | `60` | `60` |
53+
| [`PHP_MAX_INPUT_VARS`] | `2000` | `2000` | `2000` | `2000` | `2000` | `2000` |
54+
| [`PHP_MEMORY_LIMIT`] | `128M` | `128M` | `128M` | `128M` | `128M` | `128M` |
55+
| [`PHP_POST_MAX_SIZE`] | `8M` | `8M` | `8M` | `8M` | `8M` | `8M` |
56+
| [`PHP_SENDMAIL_PATH`] | `/usr/sbin/ssmtp -t` | `/usr/sbin/ssmtp -t` | `/usr/sbin/ssmtp -t` | `/usr/sbin/ssmtp -t` | `/usr/sbin/ssmtp -t` | `/usr/sbin/ssmtp -t` |
57+
| [`PHP_TRACK_ERRORS`] | - | - | - | `On` | `On` | `On` |
58+
| [`PHP_UPLOAD_MAX_FILESIZE`] | `2M` | `2M` | `2M` | `2M` | `2M` | `2M` |
59+
| [`PHP_ZEND_ASSERTIONS`] | `1` | `1` | `1` | `1` | `1` | `1` |
60+
| [`XDEBUG_HOST`] | `localhost` | `localhost` | `localhost` | `localhost` | `localhost` | `localhost` |
6161

6262
### PHP XDEBUG configuration
6363

0 commit comments

Comments
 (0)