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?

link|improve this question
You have to ask the question on a related site. SO is for question on programming. – Ash Burlaczenko Jan 20 at 16:24
This doesn't sound like something Plesk would be happy with. – ceejayoz Jan 20 at 16:29
feedback

closed as off topic by Ash Burlaczenko, Daff, George Cummins, DaveRandom, ceejayoz Jan 20 at 16:36

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

Browse other questions tagged or ask your own question.