Re: [PHP-DEV] Improvement to test script 'bug22414'

2005-08-08 Thread Marcus Boerger
Hello Rob, Monday, August 8, 2005, 11:59:48 PM, you wrote: > Hello, > I didn't write the test, I just added code to check the crc32() values, the > rest is the original code. What should be used instead of ' curiousity? That's all I've ever used. You should use 'http://www.php.net/unsub.php

Re: [PHP-DEV] Improvement to test script 'bug22414'

2005-08-08 Thread Rob Vaughn
Hello, I didn't write the test, I just added code to check the crc32() values, the rest is the original code. What should be used instead of ' Hello Rob, > > just a short comment to everyone writing tests: never use ' > marcus > > Monday, August 8, 2005, 9:07:24 PM, you wrote: > > >>Attach

Re: [PHP-DEV] Improvement to test script 'bug22414'

2005-08-08 Thread Marcus Boerger
Hello Rob, just a short comment to everyone writing tests: never use ' Attached is a universal 'diff' that adds a crc32() check to the 'passthru' > test as well as an md5() test. This will help detect if there's a problem > with md5() or crc32() unless both are failing, which indicates a proble

[PHP-DEV] Improvement to test script 'bug22414'

2005-08-08 Thread Rob Vaughn
Attached is a universal 'diff' that adds a crc32() check to the 'passthru' test as well as an md5() test. This will help detect if there's a problem with md5() or crc32() unless both are failing, which indicates a problem with the 'mhash' functionality. Cheers, Rob --- ext/standard/tests/file/bug