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] Diffs for README.TESTING clarification about php.ini default usage

2005-08-08 Thread Rob Vaughn
p.ini file is actually > /usr/local/lib/php(-cli).ini unless you tell PHP a custom path to > install itself or the ini to. IMHO hard coding a path into the docs is a > BAD idea. > > Ilia > > Rob Vaughn wrote: > >>--- README.TESTING.orig 2005-08-08 12:08:04.0 -0700

[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

[PHP-DEV] Diffs for README.TESTING clarification about php.ini default usage

2005-08-08 Thread Rob Vaughn
--- README.TESTING.orig 2005-08-08 12:08:04.0 -0700 +++ README.TESTING 2005-08-08 12:20:36.0 -0700 @@ -38,10 +38,15 @@ [Which php.ini is used] --- - "make test" uses the same php.ini file as it would once installed. -The tests have been written to be inde