Diff for /embedaddon/php/main/php_config.h between versions 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2012/05/29 12:34:35 version 1.1.1.1.2.1, 2013/07/22 01:44:16
Line 352 Line 352
 /* #undef DLSYM_NEEDS_UNDERSCORE */  /* #undef DLSYM_NEEDS_UNDERSCORE */
   
 /* Whether to enable chroot() function */  /* Whether to enable chroot() function */
#define ENABLE_CHROOT_FUNC 1/* #undef ENABLE_CHROOT_FUNC */
   
 /* */  /* */
 /* #undef ENABLE_GD_TTF */  /* #undef ENABLE_GD_TTF */
Line 471 Line 471
 /* #undef HAVE_BUILTIN_ATOMIC */  /* #undef HAVE_BUILTIN_ATOMIC */
   
 /* */  /* */
/* #undef HAVE_BUNDLED_PCRE */#define HAVE_BUNDLED_PCRE 1
   
 /* */  /* */
 /* #undef HAVE_BZ2 */  /* #undef HAVE_BZ2 */
Line 625 Line 625
 /* #undef HAVE_DOPRNT */  /* #undef HAVE_DOPRNT */
   
 /* OpenSSL 0.9.7 or later */  /* OpenSSL 0.9.7 or later */
/* #undef HAVE_DSA_DEFAULT_METHOD */#define HAVE_DSA_DEFAULT_METHOD 1
   
 /* Whether to enable DTrace support */  /* Whether to enable DTrace support */
 /* #undef HAVE_DTRACE */  /* #undef HAVE_DTRACE */
Line 1159 Line 1159
 #define HAVE_MBSINIT 1  #define HAVE_MBSINIT 1
   
 /* Define if your system has mbstate_t in wchar.h */  /* Define if your system has mbstate_t in wchar.h */
#define HAVE_MBSTATE_T 1/* #undef HAVE_MBSTATE_T */
   
 /* whether to have multibyte string support */  /* whether to have multibyte string support */
 /* #undef HAVE_MBSTRING */  /* #undef HAVE_MBSTRING */
Line 1293 Line 1293
 /* #undef HAVE_OPENSSL_CRYPTO_H */  /* #undef HAVE_OPENSSL_CRYPTO_H */
   
 /* */  /* */
/* #undef HAVE_OPENSSL_EXT */#define HAVE_OPENSSL_EXT 1
   
 /* */  /* */
 /* #undef HAVE_ORALDAP */  /* #undef HAVE_ORALDAP */
Line 1305 Line 1305
 #define HAVE_PACKED_OBJECT_VALUE 1  #define HAVE_PACKED_OBJECT_VALUE 1
   
 /* */  /* */
#define HAVE_PCRE 1/* #undef HAVE_PCRE */
   
 /* */  /* */
 /* #undef HAVE_PDO_DBLIB */  /* #undef HAVE_PDO_DBLIB */
Line 1996 Line 1996
 /* #undef HAVE_WDDX */  /* #undef HAVE_WDDX */
   
 /* */  /* */
/* #undef HAVE_XML */#define HAVE_XML 1
   
 /* Define to 1 if you have the <xmlparse.h> header file. */  /* Define to 1 if you have the <xmlparse.h> header file. */
 /* #undef HAVE_XMLPARSE_H */  /* #undef HAVE_XMLPARSE_H */
Line 2023 Line 2023
 #define HAVE_YP_GET_DEFAULT_DOMAIN 1  #define HAVE_YP_GET_DEFAULT_DOMAIN 1
   
 /* */  /* */
/* #undef HAVE_ZIP */#define HAVE_ZIP 1
   
 /* */  /* */
 /* #undef HAVE_ZLIB */  /* #undef HAVE_ZLIB */
Line 2080 Line 2080
 /* #undef MYSQLI_USE_MYSQLND */  /* #undef MYSQLI_USE_MYSQLND */
   
 /* Enable compressed protocol support */  /* Enable compressed protocol support */
#define MYSQLND_COMPRESSION_WANTED 1/* #undef MYSQLND_COMPRESSION_WANTED */
   
 /* Enable SSL support */  /* Enable SSL support */
#define MYSQLND_SSL_SUPPORTED 1/* #undef MYSQLND_SSL_SUPPORTED */
   
 /* Whether mysqlnd is enabled */  /* Whether mysqlnd is enabled */
 /* #undef MYSQL_USE_MYSQLND */  /* #undef MYSQL_USE_MYSQLND */
Line 2134 Line 2134
 #define PHP_BLOWFISH_CRYPT 1  #define PHP_BLOWFISH_CRYPT 1
   
 /* PHP build date */  /* PHP build date */
#define PHP_BUILD_DATE "2012-05-29"#define PHP_BUILD_DATE "2013-01-28"
   
 /* Define if your system has fork/vfork/CreateProcess */  /* Define if your system has fork/vfork/CreateProcess */
 #define PHP_CAN_SUPPORT_PROC_OPEN 1  #define PHP_CAN_SUPPORT_PROC_OPEN 1
Line 2209 Line 2209
 #define PHP_STD_DES_CRYPT 1  #define PHP_STD_DES_CRYPT 1
   
 /* uname -a output */  /* uname -a output */
#define PHP_UNAME "FreeBSD elwix.aitnet.org 10.0-CURRENT FreeBSD 10.0-CURRENT #14: Mon May 28 16:02:57 EEST 2012 root@elwix.aitnet.org:/usr/obj/usr/src/sys/GENERIC i386"#define PHP_UNAME "FreeBSD elwix.aitnet.org 10.0-CURRENT FreeBSD 10.0-CURRENT #31: Thu Jan 24 14:33:42 EET 2013 root@elwix.aitnet.org:/usr/obj/usr/src/sys/GENERIC i386"
   
 /* Whether PHP has to use its own crypt_r for blowfish, des and ext des */  /* Whether PHP has to use its own crypt_r for blowfish, des and ext des */
 #define PHP_USE_PHP_CRYPT_R 1  #define PHP_USE_PHP_CRYPT_R 1

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>