Artur Kyryliuk
Artur Kyryliuk
tried, it didn't work for me
``` docker run -it --rm php bash apt update && apt install -y wget git unzip zip wget https://github.com/composer/composer/releases/download/2.8.6/composer.phar pecl install zephir_parser php composer.phar require phalcon/zephir:dev-development git clone --depth 1...
@Jeckerson it's compiled ``` root@1f75c0d1ef1d:/cphalcon# php -d extension=ext/modules/phalcon.so -r "echo (new Phalcon\Support\Version())->get();" 5.9.0 ``` but can you please look - maybe the problem is related with the error above?
and also ``` RUN ../vendor/bin/zephir generate 2>&1 | tee /tmp/zephir.log RUN ../vendor/bin/zephir compile -j 10 2>&1 | tee -a /tmp/zephir.log ``` gives /tmp/zephir.log with the next content (nothing else after...
@Alistar84 try https://github.com/phalcon/docker/issues/4#issuecomment-2780032550
It tries to load https://islamov.ai/diffusers.js/models/aislamov/lcm-dreamshaper-v7-onnx/unet/config.json with 404
I use it with KVM switching my non-Apple mouse and keyboard between Windows and MacOS on KE installed on MacOS.
I created https://github.com/hybridauth/hybridauth/pull/1429/files - it supports PHP7.3 (with PHPUnit 8-9) - and PHP8.4 (with PHPUnit 12). I think this should be merged first just to be able to test changes...
@ApacheEx
All tests passed without failing, Psalm and Code Sniffer were also successfully executed.