View Issue Details

IDProjectCategoryView StatusLast Update
0001886XdebugInstallationpublic2021-01-20 11:20
Reportervideoice Assigned Toderick  
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product Version2.9.8 
Summary0001886: Xdebug can not be installed using picle
Description

See steps to reproduce

Steps To Reproduce

Dockerfile:

FROM php:7.4-alpine

RUN apk add bash git jq $PHPIZE_DEPS \
gmp gmp-dev icu-libs icu-dev libpng libpng-dev imagemagick imagemagick-dev \
tidyhtml-libs tidyhtml-dev libxslt libxslt-dev libzip libzip-dev \
mysql-client postgresql-client postgresql-dev \
lz4-libs lz4-dev npm && \
docker-php-ext-install bcmath gmp intl exif gd tidy xsl zip pdo_mysql pdo_pgsql && \
wget -q https://github.com/FriendsOfPHP/pickle/releases/latest/download/pickle.phar && \
mv pickle.phar /usr/local/bin/pickle && chmod +x /usr/local/bin/pickle

RUN pickle install imagick && \
pickle install igbinary && \
pickle install xdebug

Additional Information

imagick and igbinary extensions install without any issue, but xdebug install fails

TagsNo tags attached.
Operating System
PHP Version7.4.0-7.4.4

Activities

derick

2020-11-13 12:35

administrator   ~0005524

I don't use Docker, so please provide the full output as an attached file.

pickle is however, not necessarily supported. It is likely just a this bug on their side: https://github.com/FriendsOfPHP/pickle/issues/191

videoice

2020-11-19 07:06

reporter   ~0005535

should be resolved in pickle master, only not released yet, see https://github.com/FriendsOfPHP/pickle/pull/201#issuecomment-730139423

this ticket should marked as resolved therefore

videoice

2021-01-16 12:59

reporter   ~0005638

close this issue, no longer valid (xdebug version has no longer alpha suffix)

Issue History

Date Modified Username Field Change
2020-11-13 11:50 videoice New Issue
2020-11-13 12:35 derick Assigned To => derick
2020-11-13 12:35 derick Status new => feedback
2020-11-13 12:35 derick Note Added: 0005524
2020-11-19 07:06 videoice Note Added: 0005535
2020-11-19 07:06 videoice Status feedback => assigned
2021-01-16 12:59 videoice Note Added: 0005638
2021-01-20 11:20 derick Status assigned => resolved
2021-01-20 11:20 derick Resolution open => no change required