Tobias Munk

Results 508 comments of Tobias Munk

Should be covered by a new test also.

> then it can with send parameter false to $allowCaching can($permissionName, $params = [], $allowCaching = true) but you need to update existing code, it would be OK if you...

> > If you have some kind of check with `can` with different params for every call this will blow up your cache. > > Memory usage is not that...

> I would not expect that someone will call this method 100k times in a single request. Ah sorry, I thought it would be written into the app cache.

What's your use-case here? Post-processing some stuff when your content is rendered? Output flushing is heavily dependend on your setup, see also comments: - https://www.php.net/manual/en/function.flush.php - https://www.php.net/manual/en/function.ob-flush.php

Where do you expect the logs to be written (file, db, stdout, ...)?

Do you see any errors, warnings when running unit tests in STDOUT? You might try an absolute path, in case aliases are not set-up properly.

Do you mean a standalone property? Because isn't it configurable via `options`, see [here](https://github.com/yiisoft/yii2-httpclient/blob/3fc9b07b413ddddc4f74822b58df9b18f639f6f0/src/StreamTransport.php#L53)? I agree about the security implications, but it also might break several exisiting apps.

> Hi @schmunk42, > > > FYI: we were able to build it on PHP 8.3 for `amd64`, but not `arm64` > > If you still have issues, please open...