joey Sat, 20 Feb 2010 17:58:17 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=295293
Log:
Fixing a typo found in the m4 file while trying to understand/document
crypt() better - the MD5 check was reporting itself as "Extended DES"
Changed paths:
U php/php-src/trunk/ext/standard/config.m4
Modified: php/php-src/trunk/ext/standard/config.m4
===================================================================
--- php/php-src/trunk/ext/standard/config.m4 2010-02-20 15:36:21 UTC (rev
295292)
+++ php/php-src/trunk/ext/standard/config.m4 2010-02-20 17:58:17 UTC (rev
295293)
@@ -274,7 +274,7 @@
AC_DEFINE_UNQUOTED(PHP_STD_DES_CRYPT, 1, [Whether the system supports
standard DES salt])
AC_DEFINE_UNQUOTED(PHP_BLOWFISH_CRYPT, 1, [Whether the system supports
BlowFish salt])
AC_DEFINE_UNQUOTED(PHP_EXT_DES_CRYPT, 1, [Whether the system supports
extended DES salt])
- AC_DEFINE_UNQUOTED(PHP_MD5_CRYPT, 1, [Whether the system supports extended
DES salt])
+ AC_DEFINE_UNQUOTED(PHP_MD5_CRYPT, 1, [Whether the system supports MD5 salt])
AC_DEFINE_UNQUOTED(PHP_SHA512_CRYPT, 1, [Whether the system supports SHA512
salt])
AC_DEFINE_UNQUOTED(PHP_SHA256_CRYPT, 1, [Whether the system supports SHA256
salt])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php