Hi,
On the other hand, it is extremely strange, even magical, that the PHP version number is not changed in the left-click menu of the systray while it is perfectly changed in wampmanager.conf.
Indeed, the PHP version number is interpreted from the information in wampmanager.conf by:
$configurationFile = '../wampmanager.conf';
...
// Loading Wampserver configuration
$wampConf = @parse_ini_file($configurationFile);
...
$c_phpVersion = $wampConf['phpVersion'];
...
then in wampmanager.tpl
Type: submenu; Caption: "PHP ${c_phpVersion}"; SubMenu: phpMenu; Glyph: 38
which results, after refreshing, in the file wampmanager.ini:
Type: submenu; Caption: "PHP 7.3.5"; SubMenu: phpMenu; Glyph: 38
And, if the PHP version changes to 5.6.40 in wampmanager.conf, this line of wampmanager.ini becomes:
Type: submenu; Caption: "PHP 5.6.40"; SubMenu: phpMenu; Glyph: 38
This displays the version number in the left-click menu of wampmanager.
------------------------------------------------------------------------------------------------------------
Wampserver 3.2.5 32 bit - Apache 2.4.46d - PHP 8.0.3…5.6.40 - MySQL 5.7.33 - MariaDB 10.5.9
Wampserver 3.2.5 64 bit - Apache 2.4.46d - PHP 8.0.3…5.6.40 - MySQL 5.7.33/8.0.23 - MariaDB 10.5.9
PhPMyadmin 5.0.4 - MysqlDumper 1.24.5 on W10 and W7 Pro 64 bit
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addons« Ce n'est pas parce qu'ils sont nombreux à avoir tort, qu'ils ont forcément raison. Coluche »
« It's not because they are many to be wrong, they are necessarily right. Coluche »