pajoye                                   Wed, 09 Dec 2009 10:39:42 +0000

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

Log:
- #50334, fix trunk build

Bug: http://bugs.php.net/50334 (Closed) crypt ignores sha512 prefix
      
Changed paths:
    U   php/php-src/trunk/ext/standard/config.w32

Modified: php/php-src/trunk/ext/standard/config.w32
===================================================================
--- php/php-src/trunk/ext/standard/config.w32   2009-12-09 10:39:03 UTC (rev 
291913)
+++ php/php-src/trunk/ext/standard/config.w32   2009-12-09 10:39:42 UTC (rev 
291914)
@@ -9,7 +9,7 @@
 CHECK_HEADER_ADD_INCLUDE("timelib_config.h", "CFLAGS_STANDARD", 
"ext/date/lib");

 EXTENSION("standard", "array.c base64.c basic_functions.c browscap.c \
-       crc32.c crypt.c \
+       crc32.c crypt.c crypt_sha256.c crypt_sha512.c \
        crypt_freesec.c crypt_blowfish.c php_crypt_r.c \
        cyr_convert.c datetime.c dir.c dl.c dns.c dns_win32.c exec.c \
        file.c filestat.c formatted_print.c fsock.c head.c html.c image.c \

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

Reply via email to