I'm using XAMPP 1.7.2, but need to swap out PHP 5.3 for PHP 5.2 - how do I do this?
feedback
|
|
Thanks for the answer. I just got this working on Windows XP, with a few modifications. Here are my steps.
(snip)
(Note that this is taken from the same file in the 1.7.0 xampp distribution. If you run into trouble, check that conf file and make the new one match it.) You should then be able to start the apache server with PHP 5.2.8. You can tail the G:\xampp\apache\logs\error.log file to see whether there are any errors on startup. If not, you should be able to see the XAMPP splash screen when you navigate to localhost. Hope this helps the next guy. cheers, Jake | |||||||||
feedback
|
|
I know this doesn't help you, but I have to say that this is one of the reasons I jumped from XAMPP to WampServer. WampServer lets you install multiple versions of PHP, Apache and/or MySQL, and switch between them all via a menu option. | |||||||
feedback
|
I just confirmed that this works when using a version of PHP 5.2.9 from XAMPP for OS X 1.0.1 (April 2009), and surgically moving it to XAMPP for OS X 1.7.2 (August 2009). | |||||
feedback
|
|
You can download older versions of XAMPP here. PHP 5.3 was added in version 1.7.2, so anything older would be good. | |||
|
feedback
|
|
You'll have to uninstall XAMPP 1.7.2 and install XAMPP 1.7.0, which contains PHP 5.2.8.
XAMPP 1.6.8 contains PHP 5.2.6.
| ||||
|
feedback
|
|
If you use Windows, you can use WAMP instead. It lets you run multiple versions of PHP, Apache, and MySQL on the same installation. You can easily swap between versions from the UI. I used to be a XAMPP user but I switched to WAMP. | |||
|
feedback
|
|
For OSX it's even easier. Your machine should come with a version of Apache already installed. All you need to do is locate the php lib for that version (which is likely 5.2.x) and swap it out. This is the command you'd run from terminal*
I tested this on 10.5 (Leopard), so ymmv. * all the caveats about this might break your system, make a backup, blah blah blah. | |||
|
feedback
|
|
Jake's solution worked, BUT!!! Needed to change the path of the php5_module to load in http-xampp.conf: from: LoadModule php5_module modules/php5apache2_2.dll To: LoadModule php5_module "/xampp/apache/bin/php5apache2_2.dll" After that it worked. Cheers! | |||
|
feedback
|
|
I couldn't get this working. Started with PHP 5.3, then tried to switch to PHP 5.28 from xampp-win32-1.7.0.zip. Couldn't get it to work. Then, I got smart and figured out i was working with XAMPP and you can install it wherever you want, so I did a fresh install from scratch with xampp-win32-1.7.0.zip. The whole point of working with XAMPP is so you don't have to fuss with the sysadmin stuff. Using it in that context got me up and running in no time. | |||
|
feedback
|