Skip to content

Install phpdbg and alias it to correct version in the ENTRYPOINT script #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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