Upgrading PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
dstefani
Forum Contributor
Posts: 140
Joined: Sat Jan 11, 2003 9:34 am
Location: Meridian Idaho, USA

Upgrading PHP

Post by dstefani »

Can you upgrade php by doing a config -> make -> make install as described in the manual for changing your configuration, except use a newer version?

Thanks,

Don
User avatar
d-m
Forum Commoner
Posts: 31
Joined: Fri Aug 29, 2003 4:24 pm
Location: Rio de Janeiro - RJ - Brasil

Post by d-m »

Yes ! You can with no troble...

Be carfull only if you are upgrading from very oldest version that still using GLOBAL var at your aplications .. if yes .. you have to re-do the programing stuff or.... set the Global Var on at apache.but is a security risk :)
Post Reply