Category "php-7.4"

Replacement for "wddx_serialize_value" function in PHP 7.4+

I am using wddx_serialize_value function in my application, now I upgraded to PHP 7.4, But this function is removed from PHP 7.4, So what is the alternative for

Unable to find "Proxies\__CG__\App\MyBundle\Entity\User" entity identifier associated with the UnitOfWork

I updated a Symfony project from version 3.4 to 5.3, and after that, I am getting the following error on some pages: Unable to find "Proxies\__CG__\App\MyBundle

how to dismiss drupal supported version alert

I have hosting with php 7.4 and Drupal 8.9.20. In admin section I have alert that drupal is old. Drupal 9 support only php 8 and I can't update server, hosting

Mongodb plugin for cakephp 2.10 which will work on php7.4

my old application was on cakephp2.5 , php 5.6 mongodb ichikaway/cakephp-mongodb, i have updated it to cakephp2.10 and php7.4 but this plugin is not working as

How to launch scripts after installing a package via Composer?

I use the command composer require otra/otra:dev-develop --no-update --no-cache && composer update --no-autoloader to install my own framework. I have p