-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47e88f6
commit 0b207a4
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|