We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa0a5e commit e2acebcCopy full SHA for e2acebc
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2008-2019 Tomasz Klim
+Copyright (c) 2008-2022 Tomasz Klim
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
setup.sh
@@ -92,6 +92,9 @@ elif [ "$OSTYPE" = "debian" ]; then
92
link_php_compat_directory 7.2
93
link_php_compat_directory 7.3
94
link_php_compat_directory 7.4
95
+ link_php_compat_directory 8.0
96
+ link_php_compat_directory 8.1
97
+ link_php_compat_directory 8.2
98
99
process_php_ini /etc/php5/cli/php.ini
100
process_php_ini /etc/php5/cgi/php.ini
0 commit comments