Skip to content

Commit e2acebc

Browse files
committed
support for ubuntu 22.04 lts
1 parent efa0a5e commit e2acebc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2008-2019 Tomasz Klim
3+
Copyright (c) 2008-2022 Tomasz Klim
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ elif [ "$OSTYPE" = "debian" ]; then
9292
link_php_compat_directory 7.2
9393
link_php_compat_directory 7.3
9494
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
9598

9699
process_php_ini /etc/php5/cli/php.ini
97100
process_php_ini /etc/php5/cgi/php.ini

0 commit comments

Comments
 (0)