das muss doch irgendwie ohne Kompilierung unter Windows gehen.
Ich habe bereits versucht, die PHP.EXE mit Paramter -c (wo ist php.ini) in IIS einzubinden:
php -c d:\php5\php.ini
und
php -c d:\php\php.ini
ich bekomme jedoch die Fehlermeldung für die zweite Einstellung:
Security Alert! The PHP CGI cannot be accessed directly.
gerade habe ich herausgefunden wie es geht. Folgendes habe ich bereits bei zend.com gepostet:
I solved it ! If you want to install 2 or more different Versions of PHP with IIS, you simply have to put your a php.ini into the (i use xp) c:\windows Directory. In the directories of the different php installations e.g. d:\php5 or d:\php4 or d:\php3 you put a new php.ini with the settings you wish to have for each version.
Kommentar