User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:68 called by App_KernelDevDebugContainer.php:1835, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:79 called by App_KernelDevDebugContainer.php:1835, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:181, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "5.7.40" instead of "5.7". (AbstractMySQLDriver.php:111 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
"SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.apiToken AS apiToken_5, t0.facebookId AS facebookId_6 FROM user t0 WHERE t0.id = ?"
(parameters:
[1 => 11]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.apiToken AS apiToken_5, t0.facebookId AS facebookId_6 FROM user t0 WHERE t0.id = ?"
"params" => [1 => 11]
"types" => [1 => 1]
]
"SELECT t0.id AS id_1, t0.quand AS quand_2, t0.quoi AS quoi_3, t0.pourquoi AS pourquoi_4, t0.comment AS comment_5, t0.quelpc AS quelpc_6, t0.fini AS fini_7, t0.notes AS notes_8, t0.theme AS theme_9, t0.priority AS priority_10 FROM logbook t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.quand AS quand_2, t0.quoi AS quoi_3, t0.pourquoi AS pourquoi_4, t0.comment AS comment_5, t0.quelpc AS quelpc_6, t0.fini AS fini_7, t0.notes AS notes_8, t0.theme AS theme_9, t0.priority AS priority_10 FROM logbook t0"
]
deprecation
Deprecated: strcmp(): Passing null to parameter #2 ($string2) of type string is deprecated
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.