Skip to content

Commit

Permalink
Merge pull request #124 from ho-nl/php8.2
Browse files Browse the repository at this point in the history
feat(8.2) add php8.2
  • Loading branch information
PascalBrouwers authored Aug 15, 2023
2 parents 47e88f6 + 0b207a4 commit 9e759e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# If you're adding a new version, you need an additional XDEBUG version, not retrieved dynamically.
PHPS='[email protected] [email protected] [email protected] [email protected]'
PHPS='[email protected] [email protected] [email protected] [email protected] [email protected]'

remove_php() {
PHP=$1
Expand Down Expand Up @@ -81,6 +81,7 @@ install_php() {
[ $PHPVERSION = '7.3' ] && PHP_EXTENSION_API='20180731'
[ $PHPVERSION = '7.4' ] && PHP_EXTENSION_API='20190902'
[ $PHPVERSION = '8.1' ] && PHP_EXTENSION_API='20210902'
[ $PHPVERSION = '8.2' ] && PHP_EXTENSION_API='20220829'
echo "[$PHP] 🐞 Xdebug path: $PHPDIR/pecl/$PHP_EXTENSION_API/xdebug.so"

# Set up separate ini, so we only load xdebug through the xdebug fpm-php instance
Expand Down

0 comments on commit 9e759e5

Please sign in to comment.