I've been using PHP for over a year now. I've really enjoyed using it, and it helps me add a lot of neat features to my site.
However, I've recently taken up learning Linux system administration. PHP was already set up on my current server, so I never really had to mess with it.
Anyway, I set up a Linux machine here at my house to practice on. I got Apache/MySQL/PHP running (PHP = apache module). It seemed like it took forever for the things to compile, and it was a pain configuring them.
That would be fine, no problem, but what about when a new version of PHP gets released? I have to recompile all three just to get them to work right?
When I recompile, is it going to overwrite my apache configuration files, my php config files, and my DB's in MySQL? Is it going to set it up into the same directories, or are there new/different ones?
I guess I have to get comfortable with compiling and installing programs, that's fine, but I have no desire to do this if every time I need to update the program I have to redo all the configurations!
Have I tried it? No, it took 3 days to get everything working okay, the last thing I need is to break all my work!
Well thanks in advance for any help.