William Desportes
William Desportes
> https://github.com/phingofficial/phing/releases/tag/3.1.0 Build ok: https://debusine.debian.net/debian/developers/work-request/173630/ I had to patch more phpunit tests, you can pick everything: https://salsa.debian.org/php-team/pear/phing/-/blob/debian/3.1.0-1/debian/patches/Update-tests-for-newer-PHPUnit-versions.patch?ref_type=tags But most importantly the `public static function` changes
I think this is outside the scope of phpMyAdmin iself. What kind of malware can be stored in a database ? What concrete data where you thinking about ?
> The only thing I could think of is maybe SQL injections? Maybe users not permitted to create an account and doing so anyways? You must set the proper SQL...
> I think it's a duplicate of [#19345](https://github.com/phpmyadmin/phpmyadmin/issues/19345). Related, but I would say not the same behavior. Thank you for linking the issues
``` Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 4096 bytes) in /var/www/html/vendor/phpmyadmin/sql-parser/src/Components/ArrayObj.php on line 91 Fatal error: Allowed memory size of 536870912 bytes exhausted (tried...
I guess I can close it now, thank you @liviuconcioiu for replying on this issue Ref: https://docs.phpmyadmin.net/en/latest/config.html#cfg_ShowStats
Indeed you still can find it for Ubuntu Focal/Jammy and the current version in development https://launchpad.net/ubuntu/+source/kcov
kcov is now available as a more up to date version in bookworm-backports!
>Not sure if this is relevant but I had to fix some lib paths to run the https://github.com/SimonKagstrom/kcov/releases/download/v42/kcov-amd64.tar.gz on Ubuntu 24.04 Because you did not use `apt install kcov`, right...
> > Because you did not use apt install kcov, right ? > > True. It's not available for this distro. > > Still, please excuse my ignorance, but I...