Skip to content
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

request(extension): phalcon #97

Open
le-oliver opened this issue May 4, 2020 · 4 comments
Open

request(extension): phalcon #97

le-oliver opened this issue May 4, 2020 · 4 comments

Comments

@le-oliver
Copy link

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!

@hernandev
Copy link
Member

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

@hernandev
Copy link
Member

new build available, please test and report back.

@le-oliver
Copy link
Author

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/

@hernandev
Copy link
Member

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

@hernandev hernandev self-assigned this Jan 10, 2021
@hernandev hernandev changed the title phalcon missing from alpine 3.10 repository request(extension): phalcon Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants