[ciapug] php 5
Tony Bibbs
tony at tonybibbs.com
Fri Mar 16 09:13:02 CDT 2007
Are you making your php5 version object oriented? If so it won't run
under PHP4 because of keywords like "protected", "private", "abstract",
etc.
If you are simply porting procedural code from 4->5 with no OO stuff
then you are fine.
--Tony
Dave J. Hala Jr. wrote:
> So... I just got a new workstation setup and running rhel 5. I'm
> getting ready to port/partially rewrite a php 4.3x application to php 5.
>
> I'm wondering... have any of you rewrote an existing procedural
> application in php 5 and then did something crazy like try and run it on
> php 4.3x (The redhat php version numbers are slightly differant then
> those from the php folks)
>
> I really don't need any new functionality, but it is, at the very least
> time to move to php 5.
>
> Any thoughts?
>
>
> :) Dave
More information about the ciapug
mailing list