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
Description
The new preloader tries to preload class int.
<?php// This file has been auto-generated by the Symfony Dependency Injection Component// You can reference it in the "opcache.preload" php.ini setting on PHP >= 7.4 when preloading is desireduseSymfony\Component\DependencyInjection\Dumper\Preloader;
requiredirname(__DIR__, 3).'/vendor/autoload.php';
require__DIR__.'/ContainerWx6jNCi/App_KernelDevDebugContainer.php';
$classes = [];
$classes[] = 'Symfony\Bundle\FrameworkBundle\FrameworkBundle';
$classes[] = 'Symfony\Component\DependencyInjection\ServiceLocator';
$classes[] = 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController';
$classes[] = 'int';
$classes[] = 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController';
$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver';
$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver';
$classes[] = 'Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver';
$classes[] = 'Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader';
$classes[] = 'Symfony\Component\Config\Loader\LoaderResolver';
$classes[] = 'Symfony\Component\Routing\Loader\XmlFileLoader';
$classes[] = 'Symfony\Component\HttpKernel\Config\FileLocator';
$classes[] = 'Symfony\Component\Routing\Loader\YamlFileLoader';
$classes[] = 'Symfony\Component\Routing\Loader\PhpFileLoader';
$classes[] = 'Symfony\Component\Routing\Loader\GlobFileLoader';
$classes[] = 'Symfony\Component\Routing\Loader\DirectoryLoader';
$classes[] = 'Symfony\Component\Routing\Loader\ContainerLoader';
$classes[] = 'Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault';
$classes[] = 'Symfony\Component\String\LazyString';
$classes[] = 'Symfony\Component\DependencyInjection\ContainerInterface';
$classes[] = 'Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter';
$classes[] = 'Symfony\Component\HttpFoundation\Session\Session';
$classes[] = 'Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage';
$classes[] = 'Symfony\Component\HttpFoundation\Session\Storage\MetadataBag';
$classes[] = 'Symfony\Component\HttpKernel\EventListener\SessionListener';
$classes[] = 'Symfony\Component\HttpKernel\EventListener\StreamedResponseListener';
$classes[] = 'Symfony\Component\HttpKernel\EventListener\ValidateRequestListener';
Preloader::preload($classes);
How to reproduce
I did run composer create-project symfony/skeleton my_project_name and replaced the dependencies with the RC1. Deleted the cache. Executed bin/console and opend the preload.php.
It contains this weird class "int".
Possible Solution
Didn't watched into :)
Additional context
The text was updated successfully, but these errors were encountered:
Symfony version(s) affected: 5.1.0-RC1
Description
The new preloader tries to preload class
int
.How to reproduce
I did run
composer create-project symfony/skeleton my_project_name
and replaced the dependencies with the RC1. Deleted the cache. Executed bin/console and opend the preload.php.It contains this weird class "int".
Possible Solution
Didn't watched into :)
Additional context
The text was updated successfully, but these errors were encountered: