Hi here is a simple test case:
echo date( 'Y', ( time() )); Should return 2009 but returns 0000 The upstream bug report is here: http://bugs.php.net/bug.php?id=48276 It looks like an endian issue. I can reproduce it on Debian Testing on PPC. This is a pretty grave issue for me. It makes all my php sites break. Kind Regards Jared Kells