You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to php 8.4 i get this when trying to cache:clear on 7.3.0 :
| Verifying lock file contents can be installed on current platform.
| Nothing to install, update or remove
| Package behat/transliterator is abandoned, you should avoid using it. No replacement was suggested.
| Generating autoload files
| 147 packages you are using are looking for funding.
| Use the `composer fund` command to find out more!
|
| Run composer recipes at any time to see the status of your Symfony recipes.
|
| phpstan/extension-installer: Extensions installed
| Executing script cache:clear [KO]
| [KO]
| Script cache:clear returned with error code 1
| !!
| !! In ErrorHandler.php line 246:
| !!
| !! Unknown error type: 2048
| !!
| !!
| !!
| Script @auto-scripts was called via post-install-cmd
| [ENTRYPOINT] .env file exists. No need to copy.
| [ENTRYPOINT] Installing composer dependencies.
| Installing dependencies from lock file (including require-dev)
| Verifying lock file contents can be installed on current platform.
| Nothing to install, update or remove
| Package behat/transliterator is abandoned, you should avoid using it. No replacement was suggested.
| Generating autoload files
I tried deleting the cache manually but nothing changed and it keeps repeating.
I downgraded my docker image to php 8.3 and it goes smoothly.
How to reproduce
can't help much on that, i just upgraded my docker image to php8.4, as well as upgrading several other things at once :
symfony 7.3 (from 7.2)
api platform 4.1.9 (from 3.3.)
phpstan 2.1.16 (from 1.4.)
php 8.4 (from 8.3)
Symfony version(s) affected
7.3.0
Description
After upgrading to php 8.4 i get this when trying to cache:clear on 7.3.0 :
I tried deleting the cache manually but nothing changed and it keeps repeating.
I downgraded my docker image to php 8.3 and it goes smoothly.
How to reproduce
can't help much on that, i just upgraded my docker image to php8.4, as well as upgrading several other things at once :
symfony 7.3 (from 7.2)
api platform 4.1.9 (from 3.3.)
phpstan 2.1.16 (from 1.4.)
php 8.4 (from 8.3)
Possible Solution
it probably have to do with php/php-src#13053
Additional Context
composer.json
The text was updated successfully, but these errors were encountered: