>I have a php 4.2.2 on RH 9. I need to upgrade it to at leat 4.3.2 (or
>higher). But I have no idea where to start. Please give me a hand.
>Thanks in advance!

rpms?  or did you build it yourself?  either way, you'll need to rebuild,
upgrades are esentially a recompile.  or if there is a method to upgrade,
i've never searched it out(in 5 years), as i like to know that the
build/install was clean.  and i usually keep the build directory (n/a with
rpm) around so i can compile additional libs, thankfully php is smart
enough to do only the differences.

be careful with any scripts that may have used auto registered globals,
which was just changing(but i think was changed) in 4.2.2.  $postedvar
becomes $_POST['postedvar'].

hth
jeff

Reply via email to