Hi all, I'm using PHP function crypt() to encrypt the password while updating the password for user's email accounts. It was running fine on PHP 4.0.6, but since I updated to PHP 4.1.2, it's giving me problems. No errors, nothing, password is updated but to unknown value.
Is this some kind of bug of crypt() function or what else it could be? Scripts are same. Please help as soon as possible. Thanks in advance