Skip to content

Commit

Permalink
Merge pull request #59 from Ocramius/fix/alias-phpdbg-to-current-conf…
Browse files Browse the repository at this point in the history
…igured-version

Install `phpdbg` and alias it to correct version in the `ENTRYPOINT` script
  • Loading branch information
boesing authored Oct 11, 2021
2 parents a875f9e + 57d7e01 commit 38fcfb9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ echo "Marking PHP ${PHP} as configured default"
update-alternatives --quiet --set php "/usr/bin/php${PHP}"
update-alternatives --quiet --set php-config "/usr/bin/php-config${PHP}"
update-alternatives --quiet --set phpize "/usr/bin/phpize${PHP}"
update-alternatives --quiet --set phpdbg "/usr/bin/phpdbg${PHP}"

checkout

Expand Down
1 change: 1 addition & 0 deletions setup/php/5.6/dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php5.6-intl
php5.6-json
php5.6-mbstring
php5.6-phar
php5.6-phpdbg
php5.6-readline
php5.6-sockets
php5.6-xml
Expand Down
1 change: 1 addition & 0 deletions setup/php/7.0/dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php7.0-intl
php7.0-json
php7.0-mbstring
php7.0-phar
php7.0-phpdbg
php7.0-readline
php7.0-sockets
php7.0-xml
Expand Down
1 change: 1 addition & 0 deletions setup/php/7.1/dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php7.1-intl
php7.1-json
php7.1-mbstring
php7.1-phar
php7.1-phpdbg
php7.1-readline
php7.1-sockets
php7.1-xml
Expand Down
1 change: 1 addition & 0 deletions setup/php/7.2/dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php7.2-intl
php7.2-json
php7.2-mbstring
php7.2-phar
php7.2-phpdbg
php7.2-readline
php7.2-sockets
php7.2-xml
Expand Down
1 change: 1 addition & 0 deletions setup/php/7.3/dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php7.3-intl
php7.3-json
php7.3-mbstring
php7.3-phar
php7.3-phpdbg
php7.3-readline
php7.3-sockets
php7.3-xml
Expand Down
1 change: 1 addition & 0 deletions setup/php/7.4/dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php7.4-intl
php7.4-json
php7.4-mbstring
php7.4-phar
php7.4-phpdbg
php7.4-readline
php7.4-sockets
php7.4-xml
Expand Down
1 change: 1 addition & 0 deletions setup/php/8.0/dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php8.0-fileinfo
php8.0-intl
php8.0-mbstring
php8.0-phar
php8.0-phpdbg
php8.0-readline
php8.0-sockets
php8.0-xml
Expand Down

0 comments on commit 38fcfb9

Please sign in to comment.