10-04-2009, 11:50 AM
I've had a lot of the questions dealing specifically with a WAMP or LAMP server environment. & really, it makes sense from a student aspect, as it's not going to be on a server, & it probably won't still be installed 6 months, or a year, from now. So I'm wondering what is the overall consensus for installing a PHP environment, both professionally & for education.
I have both PHP 4 & 5 installed on 3 FreeBSD servers. Each one was built from the ports system, which is the FreeBSD package manager. This made upgrading from 4 to 5 such a pain in the ass, that I eventually threw in the towl & just uninstalled & reinstalled. The difference between 4 to 5, from the FreeBSD ports-perspective, was that in the PHP 4 installed, you installed only the core engine, adding on libraries, mods, & other what-have-yous later. With PHP 5 all of this is done in the make file. So each time that I wish to add something new, like GD for example, I had to reconfigure my make file, & reinstall.
So lets hear your PHP preferences, as well as a little background as to how you are using PHP.
I have both PHP 4 & 5 installed on 3 FreeBSD servers. Each one was built from the ports system, which is the FreeBSD package manager. This made upgrading from 4 to 5 such a pain in the ass, that I eventually threw in the towl & just uninstalled & reinstalled. The difference between 4 to 5, from the FreeBSD ports-perspective, was that in the PHP 4 installed, you installed only the core engine, adding on libraries, mods, & other what-have-yous later. With PHP 5 all of this is done in the make file. So each time that I wish to add something new, like GD for example, I had to reconfigure my make file, & reinstall.
So lets hear your PHP preferences, as well as a little background as to how you are using PHP.
