Alexander Schranz

Results 352 issues of Alexander Schranz

### Description I currently did not yet find a discussion about this topic. I know that all internal configuration of Symfony was already converted from `YAML` to `PHP` so internal...

RFC

Before using symfony webserver for development I used nginx to develop my application. And the really only thing I'm missing is `gzip` or `brotli` encode static files. While I'm totally...

Currently try to debug session problems with symfony application and roadrunner. See also: https://github.com/chirimoya/sulu-skeleton-runtime/pull/1 1. clone branch 2. install composer dependency 3. run redis-server 4. adopt database in .env file...

Add https://github.com/sulu/sulu to the CMS list :)

else lazy=true for the services will not be lazy and throw an error binary ffprobe not found on install.

Looks like there are not many breakings changes in react 18: https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html So I think this should work out of the box.

It seems like the current snapshot version does try on composer create-project try to installation old version and outputs a warning. This warning is a little bit strange as it...

Bug

My `composer.json`: ```json "scripts": { "phpstan": [ "@php bin/websiteconsole cache:warmup --env=dev", "@php vendor/bin/phpstan analyze" ], } ``` Output of `composer diagnose`: ``` Checking composer.json: OK Checking platform settings: OK Checking...

Feature

More a question or a feature request. Is there a way to use `/response-headers` in combination with `/redirect-to` or a way to set the status-code on `/response-headers` endpoint?

# Bug report When added `(bool) in front of a string|false` it is not longer detected as `string` stays `string|false`. E.g.: Works: ```php if (false !== $stringFalse && $this->expectString($stringFalse)) {...

feature-request