[TYPO3-core] RFC: #9581: clean up t3lib_exec
Steffen Kamper
info at sk-typo3.de
Sat Oct 18 16:10:26 CEST 2008
Hi Dmitry,
as you are better with reg. expressions (or someone else) we may change
this that the $GLOBALS-context is allowed in EM.
As we clean all up using the $GLOBALS this is needed imho.
This is how the check is done actually:
$XclassParts = split('if \(defined\([\'"]TYPO3_MODE[\'"]\) &&
\$TYPO3_CONF_VARS\[TYPO3_MODE\]\[[\'"]XCLASS[\'"]\]',$fContent,2);
now the reg. expression has to be changed that it allows
$TYPO3_CONF_VARS
and
$GLOBALS['TYPO3_CONF_VARS']
could you help for this?
vg Steffen
More information about the TYPO3-team-core
mailing list