I tested a simple code:
and see nothing. The code work well on my computer.
Why ? and What must I do to CRYPT_BLOWFISH work ?
PS: The code I copied from php.net
PHP Code:
if (CRYPT_BLOWFISH == 1) {
echo 'Blowfish: ' . crypt('rasmuslerdorf', '$2a$07$usesomesillystringforsalt$') . "<br>";
}
Why ? and What must I do to CRYPT_BLOWFISH work ?
PS: The code I copied from php.net