ferronsw

Results 25 comments of ferronsw

I think it's because I use VNET integration for the postgres instance. The machine I run the PowerShell command from can connect to the server. But maybe the command isn't...

@SaurabhSharma-MSFT Yes I'm able to connect using psql.

@jmprieur So if I understand correctly I have to write my own logic for the redis token serialization part?

Okay, I can give it a try. Any specific package Yii depends on for timezones?

`docker-compose run --rm php php /tests/requirements.php` doesn't work. ``` docker-compose run --rm php php /tests/requirements.php WARN[0000] The "GITHUB_API_TOKEN" variable is not set. Defaulting to a blank string. no such service:...

Yes, you can find it here: https://github.com/ferronsw/yii2-docker For a quick test I've edited `docker-php-entrypoint` at the moment (Changed first line).

I've installed apache in the alpine php container myself. But this doesn't explain the problem right?

Thx! Any reason why composer is commented in the example file? I get these warnings in both PHP 7.4 and 8.1: ``` Gathering patches for dependencies. This might take a...

Because I still can't run the tests myself. Because of the error when running `composer install`.

@schmunk42 Can you help me why I can't run the tests? ``` PHP version: 8.1.13 529e853ea7e9:/yii2# composer install Gathering patches for root package. Removing package phpunit/php-file-iterator so that it can...