Skip to content

Commit

Permalink
Update: Xdebug
Browse files Browse the repository at this point in the history
Upgrade to 3.3.0

https://xdebug.org/announcements/2023-11-30

================> EXTRAS <================
> Branch name:	main
  • Loading branch information
devdrops committed Dec 9, 2023
1 parent a0f415a commit dae7bbf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 8.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For **8.0-xdebug**:

|TOOL|RELEASE|
|:---|:------|
|Xdebug|Xdebug v3.2.2, Copyright (c) 2002-2023, by Derick Rethans|
|Xdebug|Xdebug v3.3.0, Copyright (c) 2002-2023, by Derick Rethans|

## Important Notes For This Version

Expand Down
2 changes: 1 addition & 1 deletion 8.0/helpers/xdebug/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Used only if INSTALL_XDEBUG == true.
#############################################

pecl install -o -f xdebug-3.2.2
pecl install -o -f xdebug-3.3.0
docker-php-ext-enable xdebug
rm -rf /tmp/pear
cp /config/xdebug/xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
2 changes: 1 addition & 1 deletion 8.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For **8.1-xdebug**:

|TOOL|RELEASE|
|:---|:------|
|Xdebug|Xdebug v3.2.2, Copyright (c) 2002-2023, by Derick Rethans|
|Xdebug|Xdebug v3.3.0, Copyright (c) 2002-2023, by Derick Rethans|

## Important Notes For This Version

Expand Down
2 changes: 1 addition & 1 deletion 8.1/helpers/xdebug/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Used only if INSTALL_XDEBUG == true.
#############################################

pecl install -o -f xdebug-3.2.2
pecl install -o -f xdebug-3.3.0
docker-php-ext-enable xdebug
rm -rf /tmp/pear
cp /config/xdebug/xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
2 changes: 1 addition & 1 deletion 8.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For **8.2-xdebug**:

|TOOL|RELEASE|
|:---|:------|
|Xdebug|Xdebug v3.2.2, Copyright (c) 2002-2023, by Derick Rethans|
|Xdebug|Xdebug v3.3.0, Copyright (c) 2002-2023, by Derick Rethans|

## Important Notes For This Version

Expand Down
2 changes: 1 addition & 1 deletion 8.2/helpers/xdebug/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Used only if INSTALL_XDEBUG == true.
#############################################

pecl install -o -f xdebug-3.2.2
pecl install -o -f xdebug-3.3.0
docker-php-ext-enable xdebug
rm -rf /tmp/pear
cp /config/xdebug/xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
2 changes: 1 addition & 1 deletion 8.3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For **8.2-xdebug**:

|TOOL|RELEASE|
|:---|:------|
|Xdebug|Xdebug v3.2.2, Copyright (c) 2002-2023, by Derick Rethans|
|Xdebug|Xdebug v3.3.0, Copyright (c) 2002-2023, by Derick Rethans|

## Important Notes For This Version

Expand Down
2 changes: 1 addition & 1 deletion 8.3/helpers/xdebug/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Used only if INSTALL_XDEBUG == true.
#############################################

pecl install -o -f xdebug-3.2.2
pecl install -o -f xdebug-3.3.0
docker-php-ext-enable xdebug
rm -rf /tmp/pear
cp /config/xdebug/xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini

0 comments on commit dae7bbf

Please sign in to comment.