Hello,
I'm using Apache 2.4.62 + PHP 8.4.1 + OpenSSL 3.1.7 on Windows 10.
I get these deprecated messages when I try to start PHPMyAdmin in my browser (no matter which one Google Chrome / Firefox / Brave...):
Deprecated: Safe\preg_replace(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead in D:\phpMyAdmin\vendor\thecodingmachine\safe\lib\special_cases.php on line 155
Deprecated: Safe\bzwrite(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in D:\phpMyAdmin\vendor\thecodingmachine\safe\generated\bzip2.php on line 84
.
.
.
and this error message:
Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.
session_start(): Session cannot be started after headers have already been sent
Cannot modify header information - headers already sent by (output started at D:\phpMyAdmin\vendor\thecodingmachine\safe\generated\datetime.php:464)
What happend to PHPMyAdmin?