[TYPO3-commerce] info on PHP_INT_MAX - non working singleview

Marc Bastian Heinrichs typo3 at mbh-web.de
Fri Nov 9 21:32:15 CET 2007


Hi Ingo,

> done in SVN!
> 
> ingo

nice fix!

Alternative: set PHP_INT_MAX in ext_localconf.php

if (t3lib_div::int_from_ver(phpversion()) < 4004000) {
	define(PHP_INT_MAX,9999999);
}

all users running php below 4.4 will thank you!

I know, php5 is a must, but for some hosters it
seems not to be a (security) problem...


thx in advance

regards
Marc Bastian


More information about the TYPO3-project-commerce mailing list