I'm trying to install PHP 5.3.8 to work with WAMP (Windows).

I downloaded it from the PHP website, copied it in the bin folder, and added this line to wampmanager.ini:

Type: item; Caption: "5.3.8"; Action: multi; Actions:switchPhp5.3.8;

and:

[switchPhp5.3.8]
Action: service; Service: wampapache; ServiceAction: stop; Flags: ignoreerrors waituntilterminated
Action: run; FileName: "c:/wamp/bin/php/php5.3.0/php-win.exe";Parameters: "switchPhpVersion.php 5.3.8";WorkingDir: "c:/wamp/scripts"; Flags: waituntilterminated
Action: run; FileName: "c:/wamp/bin/php/php5.3.0/php-win.exe";Parameters: "-c . refresh.php";WorkingDir: "c:/wamp/scripts"; Flags: waituntilterminated
Action: run; FileName: "net"; Parameters: "start wampapache"; ShowCmd: hidden; Flags: waituntilterminated
Action: resetservices
Action: readconfig;

But it doesn't work...

After I edit it and start WAMP, those changes get removed from the ini file.

link|improve this question

Have you tried downloading it from the WAMP Addon Site? EDIT: Just realised the most recent version on there is 5.3.1, sorry. – tombull89 Sep 15 '11 at 13:15
feedback

1 Answer

up vote 1 down vote accepted

why don't you install last version of WAMP

WampServer 2.1a [24/12/10] Includes :

  • Apache 2.2.17
  • Php 5.3.3
  • Mysql 5.1.53 (version 64 bits)
  • Mysql 5.5.8 (version 32 bits)
  • PhpMyadmin 3.2.0.1
  • SQLBuddy 1.3.2
link|improve this answer
Alex is trying to get PHP 5.3.8 working. WAMP 2.1a comes with PHP 5.3.3. – tombull89 Sep 15 '11 at 13:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.