Currently i am installing WordPress with PHP version 8.2, and wanted to install PHPMyAdmin, but in the dependencies PHPMyAdmin depends on multiple PHP versions, so because i install PHP 8.2 i end up with
- php default version
- php8.2-*
- php8.3-*
With multiple version of the same packages, for example i install php8.2-opcache which is also installed with PHPMyAdmin but in PHP version 8.3
Can you tell PHPMyAdmin during installation to either use the installed PHP version and its packages or to install the PHP packages in a specific version?
So you don't end up with multiple PHP versions.
Best regards
- php default version
- php8.2-*
- php8.3-*
With multiple version of the same packages, for example i install php8.2-opcache which is also installed with PHPMyAdmin but in PHP version 8.3
Can you tell PHPMyAdmin during installation to either use the installed PHP version and its packages or to install the PHP packages in a specific version?
So you don't end up with multiple PHP versions.
Best regards
Statistics: Posted by drenriza — 2024-03-21 16:28 — Replies 0 — Views 15