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

2010-03-09 Thread fonsinchen
Ondřej Surý wrote: I just checked ext/standard/config.m4 in 5.3.2 and it contains this code: [...] We're definitely talking about standard DES in both versions. Giving a 2 character salt should make it use standard DES. Also the length and format of the output hints at that. The output from php

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

2010-03-09 Thread Ondřej Surý
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

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

2010-03-09 Thread Ondřej Surý
On Tue, Mar 9, 2010 at 14:27, fonsinchen ulfonk_menn...@gmx.de wrote: Ondřej Surý wrote: I just checked ext/standard/config.m4 in 5.3.2 and it contains this code: [...] We're definitely talking about standard DES in both versions. I know. I have listed a reason why does PHP use it's own