Open qu0cster opened 4 years ago
What version of Phalcon are you using? I can try add Phalcon 4, or keep Photon 3.
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?
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?