[TYPO3-ect] Kickstarter MVC Bug: getConfiguration()

Christian Welzel gawain at camlann.de
Thu Jun 28 20:13:01 CEST 2007


Elmar Hinz wrote:

> Warning: The current SVN version is PHP5 only. I still need an idea how to
> trigger and handle the switch between PHP4 and PHP5. See my recent posting
> concernig PHP5.

Do you mean something like that? 

if (t3lib_div::int_from_ver(phpversion())<5000000) {
  // php4
}
else {
  // php5
}

-- 
 MfG, Christian Welzel

  GPG-Key:     http://www.camlann.de/key.asc
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15


More information about the TYPO3-team-extension-coordination mailing list