php-alpine icon indicating copy to clipboard operation
php-alpine copied to clipboard

request(extension): phalcon

Open le-oliver opened this issue 5 years ago • 4 comments

Hi, I'm missing the php-phalcon package, it is not in the repository for alpine 3.10 and php7.4 even though your readme.md sais it is. It is also missing from previous repositories already. Is this still maintained or do I have to look for an alternative way to install it?

Also, it would be nice to see the core modules php-tokenizer and php-xmlwriter in future version.

Thanks for providing this repository, saved me a ton of time already!

le-oliver avatar May 04 '20 17:05 le-oliver

investigating whine doing new builds, I'll reply in a few hours

hernandev avatar May 10 '20 01:05 hernandev

new build available, please test and report back.

hernandev avatar May 10 '20 06:05 hernandev

Hi, it still appears to be missing. This is the current Dockerfile I'm trying to build:

FROM alpine:3.11

ADD https://dl.bintray.com/php-alpine/key/php-alpine.rsa.pub /etc/apk/keys/php-alpine.rsa.pub
RUN echo "https://dl.bintray.com/php-alpine/v3.11/php-7.4" >> /etc/apk/repositories

# Install base packages
RUN apk --update add ca-certificates && apk upgrade && apk add \
        bash curl git php php-json php-phar php-iconv tzdata openntpd nano \
# Install PHP
    && apk add \
        php-mbstring \
        php-pdo \
        php-pdo_mysql \
        php-zip \
        php-bcmath \
        php-curl \
        php-ctype \
        php-xml \
        php-dom \
        && apk add php-phalcon

But it failes at the phalcon part:

ERROR: unsatisfiable constraints:
  php-phalcon (missing):
    required by: world[php-phalcon]

In this list I also can't find the phalcon package: https://dl.bintray.com/php-alpine/v3.11/php-7.4/x86_64/

le-oliver avatar May 14 '20 14:05 le-oliver

Phalcon fails to build under some versions, changing this to a request issue

hernandev avatar Jan 10 '21 16:01 hernandev