Browse Source

- #50334, add define on win as well

experimental/the_5_4_that_isnt_5_4
Pierre Joye 17 years ago
parent
commit
f59f7a3f49
  1. 2
      win32/build/config.w32.h.in

2
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

Loading…
Cancel
Save