I haven't tried PHP 5 yet for compatibility concerns but the main changes between 4 and 5 are in their object-oriented implementations. So if you use a lot of classes and objects in you code (like me), expect to spend a fair amount time going back through code and making adjustments. Especially tricky are object references (default in PHP5, used the & operator in PHP 4), copying objects (clone function in PHP5), constructors and destructors and so on. But if you mainly used PHP as a proceedural language, I don't think there should be any significant problem.
Hope this helps On 4/29/05, Aris Santillan <[EMAIL PROTECTED]> wrote: > thanks for all your inputs =) > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Michael Tinsay > Sent: Friday, April 29, 2005 Aris Santillan 08:29 > To: The Main Philippine Linux Users' Group (PLUG) Discussion List > Subject: Re: [plug] PHP5 vs PHP4 > > I would advise caution. I'm no PHP programmer, but be > prepared to spend some time debugging and testing your > PHP apps. There are a number of popular PHP apps out > there that wont run on PHP5. > > Start with reading the change history -- if you are > the developer, then that will give you ideas on what > part of your code will not work. > > --- mike t. > > --- 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 > > ________________________________________________________________________ > Yahoo! Messenger - Communicate instantly..."Ping" > your friends today! Download Messenger Now > http://uk.messenger.yahoo.com/download/index.html > _________________________________________________ > 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 > _________________________________________________ > 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 > _________________________________________________ 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

