From: Pierre Joye Date: Thu, 10 Dec 2009 14:08:19 +0000 (+0000) Subject: - #50334, add define on win as well X-Git-Tag: php-5.3.2RC1~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f59f7a3f49370c5ee8e63fbeab64deb2cc35c077;p=php - #50334, add define on win as well --- diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index 71ec862ba4..119e1c1112 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -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