[TYPO3-core] RFC #11430: Use $_SERVER['REQUEST_TIME'] instead of time() where it makes sense
Andreas Wolf
typo3ml at andreaswolf.info
Fri Jul 31 11:11:08 CEST 2009
Hi!
Rupert Germann schrieb:
> Additionally I removed the changes in config_default.php.
> reason: when we leave this one single call to time() as it is, we don't
> waste much performance but on the other hand we save a lot of testing
> efforts and we can be shure that it does not break anything.
>
> +1 by reading and testing for v2
There is just a small flaw I found: in class.t3lib_tcemain.php, l. 839,
you use $GLOBALS['_EXEC_TIME']. I think it should be $GLOBALS['EXEC_TIME'].
Apart from that, +1 from reading.
Regards
Andreas
More information about the TYPO3-team-core
mailing list