password_compat
password_compat copied to clipboard
Suggestion: use *.phpt tests from php-src to improve compatibility
This should be pretty easy to do, since PHPUnit does support *.phpt format. All that is needed is to copy them from php-src and add
--INI--
auto_prepend_file=lib/password.php
to each test file.