Alexander Hofbauer
Alexander Hofbauer
What do you mean? Is it too late to change an internal class to use an interface as an extension point / decoration target?
Just a quick note, this also breaks `font-variation-settings: "wght" var(--font-weight-light);` where there's not work-around (as far as I know) because the settings have to be written that way.
This actually fixes the issue on my installation.
I can try to add a test case for that. Would loading a local, binary file into a string in a test-case be OK? (Asserting memory exhaustion in `var_dump` to...
I just had a look at the tests and figured it might indeed be hard to test for `var_export` not being called with a binary string. I hope just a...
> I applied my patch from [#53005 (comment)](https://github.com/symfony/symfony/issues/53005#issuecomment-1872161157) FYI, originally I wanted to throw the exception to simulate the conditions where I ran into the problem. Finding out the ini...
Is there anything we can do to help? This is such a minor change and blocks upgrade to Symfony 7.
I myself am not a fan of implicitly copying Nginx specifiy syntax (and I don't think any of the other X-Accel stuff matters for or even applies to Caddy/FrankenPHP). X-Accel-Redirect...
> The downside to something like this is that it won't be compatible with most libraries that take advantage of X-Accel-Redirect. Yes, exactly my opinion too. I experimented with FrankenPHP...