File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 - ' 8.1'
4141 refs :
4242 - ' master'
43- - ' 0.122 '
43+ - ' 0.123 '
4444 steps :
4545
4646 # ------------------------------------------------------------
Original file line number Diff line number Diff line change 44## Unreleased
55
66
7+ ## Release 0.123
8+
9+ #### Fixed
10+ - Fixex ` redis ` module compilation for PHP 8.1
11+ - Fixed PHP Xdebug v3 defaults to:
12+ ``` ini
13+ xdebug.mode = Off
14+ xdebug.start_with_request = default
15+ xdebug.client_port = 9000
16+ ```
17+
18+ #### Changed
19+ - Removed ` pdo_dblib ` from PHP 8.1 due to errors
20+
21+
722## Release 0.122
823
924#### Added
Original file line number Diff line number Diff line change 1010
1111; Memory
1212; Note: "memory_limit" should be larger than "post_max_size"
13- memory_limit = 512M
13+ memory_limit = 512M
1414
1515
1616; Timeouts
17- max_execution_time = 120
18- max_input_time = 120
17+ max_execution_time = 120
18+ max_input_time = 120
1919
2020
2121; Uploads
2222; Note: "post_max_size" should be greater than "upload_max_filesize"
23- post_max_size = 72M
24- upload_max_filesize = 64M
25- max_file_uploads = 20
23+ post_max_size = 72M
24+ upload_max_filesize = 64M
25+ max_file_uploads = 20
2626
2727
2828; Vars
29- variables_order = EGPCS
30- max_input_nesting_level = 64
29+ variables_order = EGPCS
30+ max_input_nesting_level = 64
3131
3232
3333; Error reporting
3434; Note: error_log is dynamic and handled during start to set appropriate setting
35- error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
36- xmlrpc_errors = Off
37- report_memleaks = On
38- display_errors = Off
39- display_startup_errors = Off
40- track_errors = On
41- log_errors = On
42- html_errors = Off
35+ error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
36+ xmlrpc_errors = Off
37+ report_memleaks = On
38+ display_errors = Off
39+ display_startup_errors = Off
40+ track_errors = On
41+ log_errors = On
42+ html_errors = Off
4343
4444
4545; Xdebug settings
46- xdebug.default_enable = Off
47- xdebug.profiler_enable = Off
48- xdebug.remote_enable = Off
49- xdebug.remote_autostart = Off
46+ xdebug.default_enable = Off
47+ xdebug.profiler_enable = Off
48+ xdebug.remote_enable = Off
49+ xdebug.remote_autostart = Off
Original file line number Diff line number Diff line change 1010
1111; Memory
1212; Note: "memory_limit" should be larger than "post_max_size"
13- memory_limit = 512M
13+ memory_limit = 512M
1414
1515
1616; Timeouts
17- max_execution_time = 120
18- max_input_time = 120
17+ max_execution_time = 120
18+ max_input_time = 120
1919
2020
2121; Uploads
2222; Note: "post_max_size" should be greater than "upload_max_filesize"
23- post_max_size = 72M
24- upload_max_filesize = 64M
25- max_file_uploads = 20
23+ post_max_size = 72M
24+ upload_max_filesize = 64M
25+ max_file_uploads = 20
2626
2727
2828; Vars
29- variables_order = EGPCS
30- max_input_nesting_level = 64
29+ variables_order = EGPCS
30+ max_input_nesting_level = 64
3131
3232
3333; Error reporting
3434; Note: error_log is dynamic and handled during start to set appropriate setting
35- error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
36- xmlrpc_errors = Off
37- report_memleaks = On
38- display_errors = Off
39- display_startup_errors = Off
40- track_errors = On
41- log_errors = On
42- html_errors = Off
35+ error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
36+ xmlrpc_errors = Off
37+ report_memleaks = On
38+ display_errors = Off
39+ display_startup_errors = Off
40+ track_errors = On
41+ log_errors = On
42+ html_errors = Off
4343
4444
4545; Xdebug settings
46- xdebug.default_enable = Off
47- xdebug.profiler_enable = Off
48- xdebug.remote_enable = Off
49- xdebug.remote_autostart = Off
46+ xdebug.default_enable = Off
47+ xdebug.profiler_enable = Off
48+ xdebug.remote_enable = Off
49+ xdebug.remote_autostart = Off
Original file line number Diff line number Diff line change 1010
1111; Memory
1212; Note: "memory_limit" should be larger than "post_max_size"
13- memory_limit = 512M
13+ memory_limit = 512M
1414
1515
1616; Timeouts
17- max_execution_time = 120
18- max_input_time = 120
17+ max_execution_time = 120
18+ max_input_time = 120
1919
2020
2121; Uploads
2222; Note: "post_max_size" should be greater than "upload_max_filesize"
23- post_max_size = 72M
24- upload_max_filesize = 64M
25- max_file_uploads = 20
23+ post_max_size = 72M
24+ upload_max_filesize = 64M
25+ max_file_uploads = 20
2626
2727
2828; Vars
29- variables_order = EGPCS
30- max_input_vars = 8000
31- max_input_nesting_level = 64
29+ variables_order = EGPCS
30+ max_input_vars = 8000
31+ max_input_nesting_level = 64
3232
3333
3434; Error reporting
3535; Note: error_log is dynamic and handled during start to set appropriate setting
36- error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
37- xmlrpc_errors = Off
38- report_memleaks = On
39- display_errors = Off
40- display_startup_errors = Off
41- track_errors = On
42- log_errors = On
43- html_errors = Off
36+ error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
37+ xmlrpc_errors = Off
38+ report_memleaks = On
39+ display_errors = Off
40+ display_startup_errors = Off
41+ track_errors = On
42+ log_errors = On
43+ html_errors = Off
4444
4545
4646; Xdebug settings
47- xdebug.default_enable = Off
48- xdebug.profiler_enable = Off
49- xdebug.remote_enable = Off
50- xdebug.remote_autostart = Off
47+ xdebug.default_enable = Off
48+ xdebug.profiler_enable = Off
49+ xdebug.remote_enable = Off
50+ xdebug.remote_autostart = Off
Original file line number Diff line number Diff line change 1010
1111; Memory
1212; Note: "memory_limit" should be larger than "post_max_size"
13- memory_limit = 512M
13+ memory_limit = 512M
1414
1515
1616; Timeouts
17- max_execution_time = 120
18- max_input_time = 120
17+ max_execution_time = 120
18+ max_input_time = 120
1919
2020
2121; Uploads
2222; Note: "post_max_size" should be greater than "upload_max_filesize"
23- post_max_size = 72M
24- upload_max_filesize = 64M
25- max_file_uploads = 20
23+ post_max_size = 72M
24+ upload_max_filesize = 64M
25+ max_file_uploads = 20
2626
2727
2828; Vars
29- variables_order = EGPCS
30- max_input_vars = 8000
31- max_input_nesting_level = 64
29+ variables_order = EGPCS
30+ max_input_vars = 8000
31+ max_input_nesting_level = 64
3232
3333
3434; Error reporting
3535; Note: error_log is dynamic and handled during start to set appropriate setting
36- error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
37- xmlrpc_errors = Off
38- report_memleaks = On
39- display_errors = Off
40- display_startup_errors = Off
41- track_errors = On
42- log_errors = On
43- html_errors = Off
36+ error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
37+ xmlrpc_errors = Off
38+ report_memleaks = On
39+ display_errors = Off
40+ display_startup_errors = Off
41+ track_errors = On
42+ log_errors = On
43+ html_errors = Off
4444
4545
4646; Xdebug settings
47- xdebug.default_enable = Off
48- xdebug.profiler_enable = Off
49- xdebug.remote_enable = Off
50- xdebug.remote_autostart = Off
47+ xdebug.default_enable = Off
48+ xdebug.profiler_enable = Off
49+ xdebug.remote_enable = Off
50+ xdebug.remote_autostart = Off
Original file line number Diff line number Diff line change 1010
1111; Memory
1212; Note: "memory_limit" should be larger than "post_max_size"
13- memory_limit = 512M
13+ memory_limit = 512M
1414
1515
1616; Timeouts
17- max_execution_time = 120
18- max_input_time = 120
17+ max_execution_time = 120
18+ max_input_time = 120
1919
2020
2121; Uploads
2222; Note: "post_max_size" should be greater than "upload_max_filesize"
23- post_max_size = 72M
24- upload_max_filesize = 64M
25- max_file_uploads = 20
23+ post_max_size = 72M
24+ upload_max_filesize = 64M
25+ max_file_uploads = 20
2626
2727
2828; Vars
29- variables_order = EGPCS
30- max_input_vars = 8000
31- max_input_nesting_level = 64
29+ variables_order = EGPCS
30+ max_input_vars = 8000
31+ max_input_nesting_level = 64
3232
3333
3434; Error reporting
3535; Note: error_log is dynamic and handled during start to set appropriate setting
36- error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
37- xmlrpc_errors = Off
38- report_memleaks = On
39- display_errors = Off
40- display_startup_errors = Off
41- track_errors = On
42- log_errors = On
43- html_errors = Off
36+ error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
37+ xmlrpc_errors = Off
38+ report_memleaks = On
39+ display_errors = Off
40+ display_startup_errors = Off
41+ track_errors = On
42+ log_errors = On
43+ html_errors = Off
4444
4545
4646; Xdebug settings
47- xdebug.default_enable = Off
48- xdebug.profiler_enable = Off
49- xdebug.remote_enable = Off
50- xdebug.remote_autostart = Off
47+ xdebug.default_enable = Off
48+ xdebug.profiler_enable = Off
49+ xdebug.remote_enable = Off
50+ xdebug.remote_autostart = Off
You can’t perform that action at this time.
0 commit comments