10-14-2011, 03:21 AM
(10-14-2011, 03:06 AM)ipc Wrote:(10-14-2011, 02:19 AM)steinm Wrote: ...Hi Uwe,
That could be related to your php version. Check out http://framework.zend.com/issues/browse/ZF-10085
What version of php are you using?
Uwe
thanks for the link. If I understand this correctly (my english is not realy good), the problem is the PHP-Version (my PHP-Version is 5.2.9.).
I am not sure if it is possible to upgrade to a newer php-Version (it is installed on an NAS-QNAP 109pro).
Is there another solution (hope).
I don't know if php 5.2.9 has the same issue.
Try the following:
php -r 'var_dump((int)0x80000000);'
It should return a positive number 'int(2147483648)'
If it returns a negative number, then I have no idea how to fix it. I do not even have a 32-bit
system for testing.
Uwe