[php-maint] Bug#572601: Bug#572561: php5: crypt() output inconsistency between version 5.2 and 5.3

Ondřej Surý ondrej at debian.org
Tue Mar 9 13:11:41 UTC 2010


I just checked ext/standard/config.m4 in 5.3.2 and it contains this code:

if test "$ac_cv_crypt_blowfish" = "no" || test "$ac_cv_crypt_des" =
"no" || test "$ac_cv_crypt_ext_des" = "no" || test "x$php_crypt_r" =
"x0"; then

And since:

checking for crypt in -lcrypt... (cached) yes
checking for standard DES crypt... yes
checking for extended DES crypt... no
checking for MD5 crypt... yes
checking for Blowfish crypt... no
checking for SHA512 crypt... no
checking for SHA256 crypt... no

BTW, SHA512 and SHA256 test are just broken.

Ondrej
-- 
Ondřej Surý <ondrej at sury.org>
http://blog.rfc1925.org/





More information about the pkg-php-maint mailing list