[svn-components] r5222 - /trunk/Archive/src/zip/zip.php

2007-05-15 Thread Raymond Bosman
Author: rb Date: Tue May 15 12:04:45 2007 New Revision: 5222 Log: - Possible fix for crc32 on a 64 bits machine. Modified: trunk/Archive/src/zip/zip.php Modified: trunk/Archive/src/zip/zip.php == ---

Re: [svn-components] r5222 - /trunk/Archive/src/zip/zip.php

2007-05-15 Thread Kore Nordmann
On Tue, 2007-05-15 at 10:04 +, Raymond Bosman wrote: Author: rb Date: Tue May 15 12:04:45 2007 New Revision: 5222 Log: - Possible fix for crc32 on a 64 bits machine. Modified: trunk/Archive/src/zip/zip.php [...] +if ( strcmp( sprintf(%u, crc32( $data )) ,sprintf(%u,

Re: [svn-components] r5222 - /trunk/Archive/src/zip/zip.php

2007-05-15 Thread Raymond Bosman
On Tuesday 15 May 2007 10:09, Kore Nordmann wrote: On Tue, 2007-05-15 at 10:04 +, Raymond Bosman wrote: Author: rb Date: Tue May 15 12:04:45 2007 New Revision: 5222 Log: - Possible fix for crc32 on a 64 bits machine. Modified: trunk/Archive/src/zip/zip.php [...] +

Re: [svn-components] r5222 - /trunk/Archive/src/zip/zip.php

2007-05-15 Thread Kore Nordmann
On Tue, 2007-05-15 at 11:23 +, Raymond Bosman wrote: On Tuesday 15 May 2007 10:09, Kore Nordmann wrote: On Tue, 2007-05-15 at 10:04 +, Raymond Bosman wrote: Author: rb Date: Tue May 15 12:04:45 2007 New Revision: 5222 Log: - Possible fix for crc32 on a 64 bits machine.

Re: [svn-components] r5222 - /trunk/Archive/src/zip/zip.php

2007-05-15 Thread Tobias Schlitt
On 05/15/2007 01:33 PM Kore Nordmann wrote: On Tue, 2007-05-15 at 11:23 +, Raymond Bosman wrote: On Tuesday 15 May 2007 10:09, Kore Nordmann wrote: On Tue, 2007-05-15 at 10:04 +, Raymond Bosman wrote: +if ( strcmp( sprintf(%u, crc32( $data )) ,sprintf(%u, $header-crc)) == 0 )