I have installed two PHP versions on my Windows Server 2008 R2 box.
The paths of the installations are:
C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5 (5.3 version) C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP52 (5.2 version)
I have registered the ini paths:
HKEY_LOCAL_MACHINE/SOFTWARE/wow6432node/PHP/5.3 (IniFilePath: C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP53) HKEY_LOCAL_MACHINE/SOFTWARE/wow6432node/PHP/5.2.1 (IniFilePath: C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP52)
From IIS I can use either version successfully with no problems, but when I refresh the components in Plesk it says that PHP is not installed - it doesn't detect either of the installations. If I change the registry entry from
HKEY_LOCAL_MACHINE/SOFTWARE/wow6432node/PHP/5.3
to
HKEY_LOCAL_MACHINE/SOFTWARE/wow6432node/PHP/5
it detects the 5.3 version but this is not working on IIS any more.
Do you know what I have to do?