okay... PHP_INT_MAX ist 2147483647 = 2^31-1 PHP Version 5.3.8
in sql ist das dann die max_int_signed max_bigint_unsigned = 18446744073709551615 = 2^64 -1
max_bigint_signed = 9223372036854775807 = 2^63 -1 usw... Scheint, als könne mysql mit 64 Bit umgehen, aber mein PHP nicht :/ _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german