AlisQI

Results 4 comments of AlisQI

Hm, the tests do pass on my Windows machine! I don't have a clue what configuration setting would make just one test fail on my linux environments.

Woah, I might have stumbled on a bug in PHP's `crypt`! As I said in my original post, the actual hash is the same each time I run the tests....

I'm running standard Ubuntu and Debian installs of PHP, so something definitely smells fishy here. Here's the current master branch: ``` $ git clone https://github.com/rchouinard/phpass.git $ cd phpass/tests $ phpunit...

PHP reports ``` $ php -r 'echo CRYPT_EXT_DES;' 1 ``` But apparently it's lying. I don't need it. I use the default (which is BLOWFISH, right?).