GoogleCloudPlatform / php-docker

Docker images for running PHP applications on the App Engine Flexible Runtime
Apache License 2.0
188 stars 82 forks source link

Phalcon for PHP 7.3 #524

Open qu0cster opened 4 years ago

qu0cster commented 4 years ago

We are trying to upgrade a couple custom flex boxes that uses Phalcon to PHP 7.3; Locally, I have docker images that pull from gcr.io/google-appengine/php:latest and set to use PHP 7.3. In php.ini, I set extension=phalcon.so; it is not loaded. I try ext-phalcon: "*" in composer.json, it wont install. Phalcon is not supported yet for PHP 7.3?

paumas commented 3 years ago

What version of Phalcon are you using? I can try add Phalcon 4, or keep Photon 3.

qu0cster commented 2 years ago

I can see that Phalcon 4 should be installed...https://github.com/GoogleCloudPlatform/php-docker/blob/3d8f9345fb76f708918f3965ceec8029a89348f4/package-builder/extensions/phalcon/build.sh

Building images using gcr.io/google-appengine/php:latest is not supported yet?