[ciapug] PHP 5.3

Eric Junker eric at eric.nu
Tue Aug 4 14:59:57 CDT 2009


Tony Bibbs wrote:
> PHP6 shouldn't be too bad.  5.3 = 6.0 minus unicode.

And also if you have any really old or poorly written code that uses 
register_globals or magic_quotes_gpc then it will break on PHP6 since it 
removes those options.

And I've also heard some rumors that they might remove short open tags 
(<?) which in my opinion would be a bad thing since I find them useful 
for use in templates.

Eric


More information about the ciapug mailing list