pajoye                                   Thu, 10 Dec 2009 14:08:19 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=291951

Log:
- #50334, add define on win as well

Bug: http://bugs.php.net/50334 (Closed) crypt ignores sha512 prefix
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/win32/build/config.w32.h.in
    U   php/php-src/trunk/win32/build/config.w32.h.in

Modified: php/php-src/branches/PHP_5_3/win32/build/config.w32.h.in
===================================================================
--- php/php-src/branches/PHP_5_3/win32/build/config.w32.h.in    2009-12-10 
13:16:23 UTC (rev 291950)
+++ php/php-src/branches/PHP_5_3/win32/build/config.w32.h.in    2009-12-10 
14:08:19 UTC (rev 291951)
@@ -28,6 +28,8 @@
 #define PHP_EXT_DES_CRYPT 1
 #define PHP_MD5_CRYPT 1
 #define PHP_BLOWFISH_CRYPT 1
+#define PHP_SHA512_CRYPT 1
+#define PHP_SHA256_CRYPT 1

 /* PHP Runtime Configuration */
 #define PHP_URL_FOPEN 1

Modified: php/php-src/trunk/win32/build/config.w32.h.in
===================================================================
--- php/php-src/trunk/win32/build/config.w32.h.in       2009-12-10 13:16:23 UTC 
(rev 291950)
+++ php/php-src/trunk/win32/build/config.w32.h.in       2009-12-10 14:08:19 UTC 
(rev 291951)
@@ -28,6 +28,8 @@
 #define PHP_EXT_DES_CRYPT 1
 #define PHP_MD5_CRYPT 1
 #define PHP_BLOWFISH_CRYPT 1
+#define PHP_SHA512_CRYPT 1
+#define PHP_SHA256_CRYPT 1

 /* PHP Runtime Configuration */
 #define PHP_URL_FOPEN 1

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to