Ilia Alshanetsky wrote:
On my 2 32 bit machines the compiler complains about int being used where a non-int or a long value is returned. Changing it to long fixes the problem, this is replicated on gcc 3.4 and 4.0.1

Ok, well... this seems to differ for me on i686 (__SIZE_TYPE__ is unsigned int here) and is probably
the reason why PHPs *printf has the %zu format for size_t.

Regards,
--
Michael

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to