Your upgrade atually depends on your PHP scripts. In PHP5, the register_globals in php.ini is default to Off for security reasons. In PHP4, this is usually advised default to On for old PHP scripts.
There are workarounds to still pass parameters while register_globals is Off, but when your PHP scripts in total go around or more than 1MB, you may have to stick with what you have. Besides, when it's not broken, why fix it? Please don't just upgrade for the sake of upgrading, it can a waste of, at least, time or worse, money :) Hope that helps. On 4/28/05, Aris Santillan <[EMAIL PROTECTED]> wrote: > > > Hi guys > > i would to have you opinion regarding the 2 versions of > PHP 4 & 5.. Ok na ba un 5? Im thinking of upgrading > my version 4.. So what do you think? > > aris > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > [email protected] (#PLUG @ irc.free.net.ph) > Read the Guidelines: http://linux.org.ph/lists > Searchable Archives: http://archives.free.net.ph > > -- Tito Mari Francis H. Esca�o Computer Engineer and GNU/Linux Proponent _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

