
February 11th, 2007, 09:41 AM
|
|
Contributing User
|
|
Join Date: Apr 2007
Location: san diego, ca , us of a
Posts: 28
Time spent in forums: 48 m 42 sec
Reputation Power: 0
|
|
|
PHP ugrade
boy, now that i can show upload progress in 5.2 i think it's about time to upgrade php. Problem is a guy at the place that hosts my server upgraded to php5 (from my generic php4 installation) with all sorts of fancy options. so i have no idea what he did to accomplish this. i know i had to install cURL, and GD to get those extensions to work.
So far i know:
A) it's compiled from source (it's in /usr/local/src)
B) it's installed as a module in apache
C) phpinfo() has a lot of useful info
so can i get away with literally just downloading the latest php distro and compiling it with the same configure options i pull from phpinfo?
|