summaryrefslogtreecommitdiff
path: root/main/php_config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_config.h.in')
-rw-r--r--main/php_config.h.in52
1 files changed, 35 insertions, 17 deletions
diff --git a/main/php_config.h.in b/main/php_config.h.in
index e75aad767..4daa3d944 100644
--- a/main/php_config.h.in
+++ b/main/php_config.h.in
@@ -4,7 +4,7 @@
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
- | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) |
+ | Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) |
+----------------------------------------------------------------------+
| This source file is subject to version 2.00 of the Zend license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -19,7 +19,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: acconfig.h 272370 2008-12-31 11:15:49Z sebastian $ */
+/* $Id: acconfig.h 293155 2010-01-05 20:46:53Z sebastian $ */
#if defined(__GNUC__) && __GNUC__ >= 4
# define ZEND_API __attribute__ ((visibility("default")))
@@ -377,6 +377,9 @@
/* Define if you have the memmove function. */
#undef HAVE_MEMMOVE
+/* Define if you have the mempcpy function. */
+#undef HAVE_MEMPCPY
+
/* Define if you have the mkfifo function. */
#undef HAVE_MKFIFO
@@ -545,6 +548,9 @@
/* Define if you have the strpbrk function. */
#undef HAVE_STRPBRK
+/* Define if you have the strpncpy function. */
+#undef HAVE_STRPNCPY
+
/* Define if you have the strptime function. */
#undef HAVE_STRPTIME
@@ -620,9 +626,6 @@
/* Define if you have the <arpa/nameser.h> header file. */
#undef HAVE_ARPA_NAMESER_H
-/* Define if you have the <arpa/nameser_compat.h> header file. */
-#undef HAVE_ARPA_NAMESER_COMPAT_H
-
/* Define if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
@@ -1056,15 +1059,6 @@
#undef HAVE_LIBBIND
/* */
-#undef HAVE_NANOSLEEP
-
-/* */
-#undef HAVE_NANOSLEEP
-
-/* */
-#undef HAVE_LIBRT
-
-/* */
#undef HAVE_FOPENCOOKIE
/* */
@@ -1133,6 +1127,12 @@
/* Whether struct sockaddr has field sa_len */
#undef HAVE_SOCKADDR_SA_LEN
+/* */
+#undef HAVE_NANOSLEEP
+
+/* */
+#undef HAVE_LIBRT
+
/* Define if you have the getaddrinfo function */
#undef HAVE_GETADDRINFO
@@ -2441,6 +2441,12 @@
/* */
#undef HAVE_CRYPT
+/* whether the compiler supports __alignof__ */
+#undef HAVE_ALIGNOF
+
+/* whether the compiler supports __attribute__ ((__aligned__)) */
+#undef HAVE_ATTRIBUTE_ALIGNED
+
/* Whether PHP has to use its own crypt_r for blowfish, des, ext des and md5 */
#undef PHP_USE_PHP_CRYPT_R
@@ -2453,9 +2459,15 @@
/* Whether the system supports extended DES salt */
#undef PHP_EXT_DES_CRYPT
-/* Whether the system supports extended DES salt */
+/* Whether the system supports MD5 salt */
#undef PHP_MD5_CRYPT
+/* Whether the system supports SHA512 salt */
+#undef PHP_SHA512_CRYPT
+
+/* Whether the system supports SHA256 salt */
+#undef PHP_SHA256_CRYPT
+
/* Whether the system supports standard DES salt */
#undef PHP_STD_DES_CRYPT
@@ -2465,6 +2477,12 @@
/* Whether the system supports extended DES salt */
#undef PHP_EXT_DES_CRYPT
+/* Whether the system supports SHA512 salt */
+#undef PHP_EXT_SHA512_CRYPT
+
+/* Whether the system supports SHA256 salt */
+#undef PHP_EXT_SHA256_CRYPT
+
/* Whether PHP has to use its own crypt_r for blowfish, des and ext des */
#undef PHP_USE_PHP_CRYPT_R
@@ -2732,8 +2750,8 @@
/* Whether to build mysqlnd as dynamic module */
#undef COMPILE_DL_MYSQLND
-/* Use mysqlnd internal threading */
-#undef MYSQLND_THREADED
+/* Enable compressed protocol support */
+#undef MYSQLND_COMPRESSION_ENABLED
/* Define if int32_t type is present. */
#undef HAVE_INT32_T