[TYPO3-core] FYI: Announcing to drop PHP 4 support
Ingo Renner
typo3 at ingo-renner.com
Fri Jul 13 11:18:33 CEST 2007
Hi Masi,
Am 13.07.2007 um 09:41 schrieb Martin Kutschker:
> Shall we revise all files for PHP5?
I think at least as we run by code which could be improved unless
someone wants to go over all files
> We could use "real" constructors,
yepp, where it makes sense
> set visibility (public, private, or
> protected)
don't know about that, who knows who accesses variables who were
meant to be private? OTOH we could have magic accessors.
I'm not quite sure whether we have @access php doc used somewhere, if
so we could mark methods private if they've that comment.
> and add type hintings (for object and array function arguments)
that'd be definitely cool and useful!
Ingo
More information about the TYPO3-team-core
mailing list