Phil E. Taylor
Phil E. Taylor
This cannot be merged until the the PHP level issue with heredoc is fixed.
I have tested this item :red_circle: unsuccessfully on ab406a35ea8aa6087d6ef6f476d2dd6a68efc064Not compatible with PHP 7.2 - see: https://github.com/joomla/joomla-cms/pull/35101/files#r775081165This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35101.
Are you sure you have not accidentally upgraded to Tailwind 4? Mine were all working fine until I upgraded to Tailwind 4 this week, now I have had to manually...
Change `file:bg-black` - simples. Here is a share of the play, the first is the [copy and paste from Flowbite](https://flowbite.com/docs/components/forms/#file-upload), which as you can see doesnt work in Tailwind 4.0.1...
The whole point is that a worker runtime should be a drop in replacement and "just work". With symfony there are also [Environment Variable Processors](https://symfony.com/doc/current/configuration/env_var_processors.html) helpers like `->proxy('%env(HTTP_PROXY)%')` which compile...
> This may also be a bug in the Symfony FrankenPHP Runtime instead of in FrankenPHP. Yup, I only posted here because thats where the other conversations about the $_ENV...
`auto_globals_jit=Off` seems to fix the twig globals, but doesnt seem to fix the env vars If I remove all env vars from my symfony configs (like HTTP_PROXY in the httpclient)...
ok sorry for the noise, just trying out runtime+worker in my mature Symfony app, and falling foul of env issues too. My app works (even in prod) with php-fpm/nginx and...
my php.ini is barely touched from standard provided and so I was using `EGPCS`, I updated my php.ini to `GPCS` and restarted (after manually removing the symfony cache just in...
I have added #1395 which has full details and a reproducer.