Updating your local Apache/PHP
Younghusband (18 pencils) | Wed, 2004-10-27 17:46After reading the brilliant tutorial for Testing drive dynamic websites locally I thought I would take it one step further and figure out how to update my local PHP and Apache to the most recent builds. If you would like to do the same check out these pages from www.serverlogistics.com:
[/]
Commenting on this Forum topic is closed.

nice. thanks! do you know what benefits do these updates give?
btw. there is php 5 out already, but not all the engines run on php 5, so it's better not to install it, altough it's not very difficult to have two installations and switch between them.
Well, since most hosts keep updated PHP I think it is advisable that your test environment be up to date as well. These packages come with a number of useul modules that you may want to use, or at least play with in your local testing environment.
I think the readme's in those downloads have changelogs.
Coming Anarchy
- Speak Victorian, Think Pagan -
I forgot to post the link for the updated MySQL:
Complete MySQL
The readme's in all of these files are pretty straightforward, I got mine going in no-time.
Enjoy!
Coming Anarchy
- Speak Victorian, Think Pagan -
what have you got installed? Are you testing your own code?
Installed?
Yes, I test my own code. It is really conveneint when debugging because of the speed (don't have to upload and test everytime). And if your host only allows 1 MySQL databases you can test other things on your own computer without purchasing more DBs.
I find it really convenient.
Coming Anarchy
- Speak Victorian, Think Pagan -
i just wanted to say, that be careful with PHP5, becuse Drupal doesn't yet support it. it has to run on PHP4.
I found this link to MAMP (The abbreviation stands for Macintosh, Apache, Mysql and PHP.) on CafeLisa
Quote:
Has anyone tried this yet?