summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/SAPI.c4
-rw-r--r--main/SAPI.h4
-rw-r--r--main/fopen_wrappers.c4
-rw-r--r--main/fopen_wrappers.h4
-rw-r--r--main/getopt.c4
-rw-r--r--main/internal_functions_nw.c4
-rw-r--r--main/internal_functions_win32.c4
-rw-r--r--main/logos.h4
-rw-r--r--main/main.c64
-rw-r--r--main/network.c4
-rw-r--r--main/output.c4
-rw-r--r--main/php.h4
-rw-r--r--main/php3_compat.h4
-rw-r--r--main/php_compat.h4
-rw-r--r--main/php_config.h.in3678
-rw-r--r--main/php_content_types.c4
-rw-r--r--main/php_content_types.h4
-rw-r--r--main/php_getopt.h4
-rw-r--r--main/php_globals.h10
-rw-r--r--main/php_ini.c4
-rw-r--r--main/php_ini.h4
-rw-r--r--main/php_logos.c4
-rw-r--r--main/php_logos.h4
-rw-r--r--main/php_main.h4
-rw-r--r--main/php_memory_streams.h4
-rw-r--r--main/php_network.h4
-rw-r--r--main/php_open_temporary_file.c4
-rw-r--r--main/php_open_temporary_file.h4
-rw-r--r--main/php_output.h4
-rw-r--r--main/php_reentrancy.h4
-rw-r--r--main/php_scandir.c4
-rw-r--r--main/php_scandir.h4
-rw-r--r--main/php_sprintf.c4
-rwxr-xr-xmain/php_streams.h4
-rw-r--r--main/php_syslog.h4
-rw-r--r--main/php_ticks.c4
-rw-r--r--main/php_ticks.h4
-rw-r--r--main/php_variables.c24
-rw-r--r--main/php_variables.h4
-rw-r--r--main/php_version.h6
-rw-r--r--main/reentrancy.c4
-rw-r--r--main/rfc1867.c17
-rw-r--r--main/rfc1867.h4
-rw-r--r--main/safe_mode.c4
-rw-r--r--main/safe_mode.h4
-rw-r--r--main/snprintf.c4
-rw-r--r--main/snprintf.h4
-rw-r--r--main/spprintf.c4
-rw-r--r--main/spprintf.h4
-rw-r--r--main/streams/cast.c18
-rw-r--r--main/streams/filter.c4
-rwxr-xr-xmain/streams/glob_wrapper.c4
-rw-r--r--main/streams/memory.c4
-rw-r--r--main/streams/mmap.c4
-rw-r--r--main/streams/php_stream_context.h4
-rw-r--r--main/streams/php_stream_filter_api.h4
-rwxr-xr-xmain/streams/php_stream_glob_wrapper.h4
-rw-r--r--main/streams/php_stream_mmap.h4
-rw-r--r--main/streams/php_stream_plain_wrapper.h4
-rw-r--r--main/streams/php_stream_transport.h4
-rw-r--r--main/streams/php_stream_userspace.h4
-rw-r--r--main/streams/php_streams_int.h4
-rw-r--r--main/streams/plain_wrapper.c4
-rwxr-xr-xmain/streams/streams.c9
-rw-r--r--main/streams/transports.c4
-rw-r--r--main/streams/userspace.c5
-rw-r--r--main/streams/xp_socket.c4
-rw-r--r--main/strlcat.c4
-rw-r--r--main/strlcpy.c4
-rw-r--r--main/win32_internal_function_disabled.h4
-rw-r--r--main/win95nt.h4
71 files changed, 1822 insertions, 2257 deletions
diff --git a/main/SAPI.c b/main/SAPI.c
index 1cbacff0c..491b5d97d 100644
--- a/main/SAPI.c
+++ b/main/SAPI.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: SAPI.c 309319 2011-03-16 23:54:14Z pajoye $ */
+/* $Id: SAPI.c 321634 2012-01-01 13:15:04Z felipe $ */
#include <ctype.h>
#include <sys/stat.h>
diff --git a/main/SAPI.h b/main/SAPI.h
index d1f4433f1..996d73325 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: SAPI.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: SAPI.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef SAPI_H
#define SAPI_H
diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c
index b7abb8333..c1dcf4bc2 100644
--- a/main/fopen_wrappers.c
+++ b/main/fopen_wrappers.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: fopen_wrappers.c 314645 2011-08-09 13:04:35Z laruence $ */
+/* $Id: fopen_wrappers.c 321634 2012-01-01 13:15:04Z felipe $ */
/* {{{ includes
*/
diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h
index 967ce3554..69f2cdd93 100644
--- a/main/fopen_wrappers.h
+++ b/main/fopen_wrappers.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: fopen_wrappers.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: fopen_wrappers.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef FOPEN_WRAPPERS_H
#define FOPEN_WRAPPERS_H
diff --git a/main/getopt.c b/main/getopt.c
index 2f08f9ef4..9825622bd 100644
--- a/main/getopt.c
+++ b/main/getopt.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: getopt.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: getopt.c 321634 2012-01-01 13:15:04Z felipe $ */
#include <stdio.h>
#include <string.h>
diff --git a/main/internal_functions_nw.c b/main/internal_functions_nw.c
index ce8344509..8f9d20e9b 100644
--- a/main/internal_functions_nw.c
+++ b/main/internal_functions_nw.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: internal_functions_nw.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: internal_functions_nw.c 321634 2012-01-01 13:15:04Z felipe $ */
/* {{{ includes
*/
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index 5c1491927..3295dc19a 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: internal_functions_win32.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: internal_functions_win32.c 321634 2012-01-01 13:15:04Z felipe $ */
/* {{{ includes
*/
diff --git a/main/logos.h b/main/logos.h
index 9fa9d27e3..784536102 100644
--- a/main/logos.h
+++ b/main/logos.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: logos.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: logos.h 321634 2012-01-01 13:15:04Z felipe $ */
#define CONTEXT_TYPE_IMAGE_GIF "Content-Type: image/gif"
diff --git a/main/main.c b/main/main.c
index 3ea3048d2..7763266cc 100644
--- a/main/main.c
+++ b/main/main.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: main.c 312201 2011-06-16 01:31:10Z pajoye $ */
+/* $Id: main.c 321634 2012-01-01 13:15:04Z felipe $ */
/* {{{ includes
*/
@@ -92,14 +92,25 @@
#include "SAPI.h"
#include "rfc1867.h"
-#if HAVE_SYS_MMAN_H
-# include <sys/mman.h>
-# ifndef PAGE_SIZE
-# define PAGE_SIZE 4096
+#if HAVE_MMAP
+# if HAVE_UNISTD_H
+# include <unistd.h>
+# if defined(_SC_PAGESIZE)
+# define REAL_PAGE_SIZE sysconf(_SC_PAGESIZE);
+# elif defined(_SC_PAGE_SIZE)
+# define REAL_PAGE_SIZE sysconf(_SC_PAGE_SIZE);
+# endif
+# endif
+# if HAVE_SYS_MMAN_H
+# include <sys/mman.h>
+# endif
+# ifndef REAL_PAGE_SIZE
+# ifdef PAGE_SIZE
+# define REAL_PAGE_SIZE PAGE_SIZE
+# else
+# define REAL_PAGE_SIZE 4096
+# endif
# endif
-#endif
-#ifdef PHP_WIN32
-# define PAGE_SIZE 4096
#endif
/* }}} */
@@ -501,6 +512,7 @@ PHP_INI_BEGIN()
STD_PHP_INI_ENTRY("post_max_size", "8M", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, post_max_size, sapi_globals_struct,sapi_globals)
STD_PHP_INI_ENTRY("upload_tmp_dir", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, upload_tmp_dir, php_core_globals, core_globals)
STD_PHP_INI_ENTRY("max_input_nesting_level", "64", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLongGEZero, max_input_nesting_level, php_core_globals, core_globals)
+ STD_PHP_INI_ENTRY("max_input_vars", "1000", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLongGEZero, max_input_vars, php_core_globals, core_globals)
STD_PHP_INI_ENTRY("user_dir", NULL, PHP_INI_SYSTEM, OnUpdateString, user_dir, php_core_globals, core_globals)
STD_PHP_INI_ENTRY("variables_order", "EGPCS", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateStringUnempty, variables_order, php_core_globals, core_globals)
@@ -533,6 +545,9 @@ PHP_INI_BEGIN()
STD_PHP_INI_ENTRY("user_ini.filename", ".user.ini", PHP_INI_SYSTEM, OnUpdateString, user_ini_filename, php_core_globals, core_globals)
STD_PHP_INI_ENTRY("user_ini.cache_ttl", "300", PHP_INI_SYSTEM, OnUpdateLong, user_ini_cache_ttl, php_core_globals, core_globals)
STD_PHP_INI_BOOLEAN("exit_on_timeout", "0", PHP_INI_ALL, OnUpdateBool, exit_on_timeout, php_core_globals, core_globals)
+#ifdef PHP_WIN32
+ STD_PHP_INI_BOOLEAN("windows.show_crt_warning", "0", PHP_INI_ALL, OnUpdateBool, windows_show_crt_warning, php_core_globals, core_globals)
+#endif
PHP_INI_END()
/* }}} */
@@ -585,7 +600,7 @@ PHPAPI void php_log_err(char *log_message TSRMLS_DC)
char *error_time_str;
time(&error_time);
- error_time_str = php_format_date("d-M-Y H:i:s", 11, error_time, 1 TSRMLS_CC);
+ error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 0 TSRMLS_CC);
len = spprintf(&tmp, 0, "[%s] %s%s", error_time_str, log_message, PHP_EOL);
#ifdef PHP_WIN32
php_flock(fd, 2);
@@ -1201,6 +1216,10 @@ PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *h
php_stream *stream = php_stream_open_wrapper((char *)filename, "rb", mode, &handle->opened_path);
if (stream) {
+#if HAVE_MMAP
+ size_t page_size = REAL_PAGE_SIZE;
+#endif
+
handle->filename = (char*)filename;
handle->free_filename = 0;
handle->handle.stream.handle = stream;
@@ -1211,7 +1230,9 @@ PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *h
memset(&handle->handle.stream.mmap, 0, sizeof(handle->handle.stream.mmap));
len = php_zend_stream_fsizer(stream TSRMLS_CC);
if (len != 0
- && ((len - 1) % PAGE_SIZE) <= PAGE_SIZE - ZEND_MMAP_AHEAD
+#if HAVE_MMAP
+ && ((len - 1) % page_size) <= page_size - ZEND_MMAP_AHEAD
+#endif
&& php_stream_mmap_possible(stream)
&& (p = php_stream_mmap_range(stream, 0, len, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped_len)) != NULL) {
handle->handle.stream.closer = php_zend_stream_mmap_closer;
@@ -1770,18 +1791,21 @@ void dummy_invalid_parameter_handler(
int len;
if (!called) {
- called = 1;
- if (function) {
- if (file) {
- len = _snprintf(buf, sizeof(buf)-1, "Invalid parameter detected in CRT function '%ws' (%ws:%d)", function, file, line);
+ TSRMLS_FETCH();
+ if(PG(windows_show_crt_warning)) {
+ called = 1;
+ if (function) {
+ if (file) {
+ len = _snprintf(buf, sizeof(buf)-1, "Invalid parameter detected in CRT function '%ws' (%ws:%d)", function, file, line);
+ } else {
+ len = _snprintf(buf, sizeof(buf)-1, "Invalid parameter detected in CRT function '%ws'", function);
+ }
} else {
- len = _snprintf(buf, sizeof(buf)-1, "Invalid parameter detected in CRT function '%ws'", function);
+ len = _snprintf(buf, sizeof(buf)-1, "Invalid CRT parameter detected (function not known)");
}
- } else {
- len = _snprintf(buf, sizeof(buf)-1, "Invalid CRT parameters detected");
+ zend_error(E_WARNING, "%s", buf);
+ called = 0;
}
- zend_error(E_WARNING, "%s", buf);
- called = 0;
}
}
#endif
diff --git a/main/network.c b/main/network.c
index 2aa9e49e3..b09eda514 100644
--- a/main/network.c
+++ b/main/network.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: network.c 309579 2011-03-23 00:51:22Z cataphract $ */
+/* $Id: network.c 321634 2012-01-01 13:15:04Z felipe $ */
/*#define DEBUG_MAIN_NETWORK 1*/
diff --git a/main/output.c b/main/output.c
index deea88f80..141dbb62d 100644
--- a/main/output.c
+++ b/main/output.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: output.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: output.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
#include "ext/standard/head.h"
diff --git a/main/php.h b/main/php.h
index 8f22ccc22..9e84459af 100644
--- a/main/php.h
+++ b/main/php.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php.h 313662 2011-07-25 11:30:53Z felipe $ */
+/* $Id: php.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_H
#define PHP_H
diff --git a/main/php3_compat.h b/main/php3_compat.h
index 3520999cf..565de591f 100644
--- a/main/php3_compat.h
+++ b/main/php3_compat.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php3_compat.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php3_compat.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP3_COMPAT_H
#define PHP3_COMPAT_H
diff --git a/main/php_compat.h b/main/php_compat.h
index 5fbf27827..e53d30b5b 100644
--- a/main/php_compat.h
+++ b/main/php_compat.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_compat.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_compat.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_COMPAT_H
#define PHP_COMPAT_H
diff --git a/main/php_config.h.in b/main/php_config.h.in
index 0ff89eb92..507f5a09e 100644
--- a/main/php_config.h.in
+++ b/main/php_config.h.in
@@ -1,10 +1,10 @@
-/* main/php_config.h.in. Generated automatically from configure.in by autoheader 2.13. */
+/* main/php_config.h.in. Generated from configure.in by autoheader. */
/* Leave this file alone */
/*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
- | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) |
+ | Copyright (c) 1998-2012 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 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: acconfig.h 321634 2012-01-01 13:15:04Z felipe $ */
#if defined(__GNUC__) && __GNUC__ >= 4
# define ZEND_API __attribute__ ((visibility("default")))
@@ -32,2898 +32,2418 @@
#define ZEND_DLIMPORT
-/* Define if on AIX 3.
- System headers sometimes define this.
- We just want to avoid a redefinition error message. */
-#ifndef _ALL_SOURCE
-#undef _ALL_SOURCE
-#endif
-
-/* Define if using alloca.c. */
-#undef C_ALLOCA
-
-/* Define to empty if the keyword does not work. */
-#undef const
-
-/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
- This function is required for alloca.c support on those systems. */
-#undef CRAY_STACKSEG_END
-
-/* Define to `int' if <sys/types.h> doesn't define. */
-#undef gid_t
-
-/* Define if you have alloca, as a function or macro. */
-#undef HAVE_ALLOCA
-
-/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
-#undef HAVE_ALLOCA_H
-
-/* Define if you don't have vprintf but do have _doprnt. */
-#undef HAVE_DOPRNT
-
-/* Define if your system has a working fnmatch function. */
-#undef HAVE_FNMATCH
-
-/* Define if your struct stat has st_blksize. */
-#undef HAVE_ST_BLKSIZE
-
-/* Define if your struct stat has st_blocks. */
-#undef HAVE_ST_BLOCKS
-
-/* Define if your struct stat has st_rdev. */
-#undef HAVE_ST_RDEV
-
-/* Define if your struct tm has tm_zone. */
-#undef HAVE_TM_ZONE
-
-/* Define if you don't have tm_zone but do have the external array
- tzname. */
-#undef HAVE_TZNAME
-
-/* Define if utime(file, NULL) sets file's timestamp to the present. */
-#undef HAVE_UTIME_NULL
-
-/* Define if you have the vprintf function. */
-#undef HAVE_VPRINTF
-
-/* Define as __inline if that's what the C compiler calls it. */
-#undef inline
-
-/* Define if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
-/* Define as the return type of signal handlers (int or void). */
-#undef RETSIGTYPE
-
-/* Define to `unsigned' if <sys/types.h> doesn't define. */
-#undef size_t
-
-/* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise it will be
- automatically deduced at run-time.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown
- */
-#undef STACK_DIRECTION
-
-/* Define if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Define if you can safely include both <sys/time.h> and <time.h>. */
-#undef TIME_WITH_SYS_TIME
-
-/* Define if your <sys/time.h> declares struct tm. */
-#undef TM_IN_SYS_TIME
-
-/* Define to `int' if <sys/types.h> doesn't define. */
-#undef uid_t
-
#undef uint
#undef ulong
-/* The number of bytes in a char. */
-#undef SIZEOF_CHAR
+/* Define if you want to enable memory limit support */
+#define MEMORY_LIMIT 0
-/* The number of bytes in a char *. */
-#undef SIZEOF_CHAR_P
-/* The number of bytes in a int. */
-#undef SIZEOF_INT
-
-/* The number of bytes in a long. */
-#undef SIZEOF_LONG
-
-/* The number of bytes in a long int. */
-#undef SIZEOF_LONG_INT
-
-/* The number of bytes in a long long. */
-#undef SIZEOF_LONG_LONG
-
-/* The number of bytes in a long long int. */
-#undef SIZEOF_LONG_LONG_INT
-
-/* The number of bytes in a short. */
-#undef SIZEOF_SHORT
-
-/* The number of bytes in a size_t. */
-#undef SIZEOF_SIZE_T
-
-/* Define if you have the CreateProcess function. */
-#undef HAVE_CREATEPROCESS
-
-/* Define if you have the acosh function. */
-#undef HAVE_ACOSH
-
-/* Define if you have the alphasort function. */
-#undef HAVE_ALPHASORT
-
-/* Define if you have the asctime_r function. */
-#undef HAVE_ASCTIME_R
-
-/* Define if you have the asinh function. */
-#undef HAVE_ASINH
-
-/* Define if you have the asprintf function. */
-#undef HAVE_ASPRINTF
-
-/* Define if you have the atanh function. */
-#undef HAVE_ATANH
-
-/* Define if you have the atoll function. */
-#undef HAVE_ATOLL
-
-/* Define if you have the chroot function. */
-#undef HAVE_CHROOT
-
-/* Define if you have the clearenv function. */
-#undef HAVE_CLEARENV
-
-/* Define if you have the crypt function. */
-#undef HAVE_CRYPT
-
-/* Define if you have the crypt_r function. */
-#undef HAVE_CRYPT_R
-
-/* Define if you have the ctermid function. */
-#undef HAVE_CTERMID
-
-/* Define if you have the ctime_r function. */
-#undef HAVE_CTIME_R
-
-/* Define if you have the cuserid function. */
-#undef HAVE_CUSERID
-
-/* Define if you have the fabsf function. */
-#undef HAVE_FABSF
-
-/* Define if you have the finite function. */
-#undef HAVE_FINITE
-
-/* Define if you have the flock function. */
-#undef HAVE_FLOCK
-
-/* Define if you have the floorf function. */
-#undef HAVE_FLOORF
-
-/* Define if you have the fork function. */
-#undef HAVE_FORK
-
-/* Define if you have the fpclass function. */
-#undef HAVE_FPCLASS
-
-/* Define if you have the ftok function. */
-#undef HAVE_FTOK
-
-/* Define if you have the funopen function. */
-#undef HAVE_FUNOPEN
-
-/* Define if you have the gai_strerror function. */
-#undef HAVE_GAI_STRERROR
-
-/* Define if you have the gcvt function. */
-#undef HAVE_GCVT
-
-/* Define if you have the getcwd function. */
-#undef HAVE_GETCWD
-
-/* Define if you have the getgrgid_r function. */
-#undef HAVE_GETGRGID_R
-
-/* Define if you have the getgrnam_r function. */
-#undef HAVE_GETGRNAM_R
-
-/* Define if you have the getgroups function. */
-#undef HAVE_GETGROUPS
-
-/* Define if you have the gethostname function. */
-#undef HAVE_GETHOSTNAME
-
-/* Define if you have the getloadavg function. */
-#undef HAVE_GETLOADAVG
-
-/* Define if you have the getlogin function. */
-#undef HAVE_GETLOGIN
-
-/* Define if you have the getopt function. */
-#undef HAVE_GETOPT
-
-/* Define if you have the getpgid function. */
-#undef HAVE_GETPGID
+/* */
+#undef AIX
-/* Define if you have the getpid function. */
-#undef HAVE_GETPID
+/* Whether to use native BeOS threads */
+#undef BETHREADS
-/* Define if you have the getpriority function. */
-#undef HAVE_GETPRIORITY
+/* */
+#undef CDB_INCLUDE_FILE
-/* Define if you have the getprotobyname function. */
-#undef HAVE_GETPROTOBYNAME
+/* Define if system uses EBCDIC */
+#undef CHARSET_EBCDIC
-/* Define if you have the getprotobynumber function. */
-#undef HAVE_GETPROTOBYNUMBER
+/* Whether to build bcmath as dynamic module */
+#undef COMPILE_DL_BCMATH
-/* Define if you have the getpwnam_r function. */
-#undef HAVE_GETPWNAM_R
+/* Whether to build bz2 as dynamic module */
+#undef COMPILE_DL_BZ2
-/* Define if you have the getpwuid_r function. */
-#undef HAVE_GETPWUID_R
+/* Whether to build calendar as dynamic module */
+#undef COMPILE_DL_CALENDAR
-/* Define if you have the getrlimit function. */
-#undef HAVE_GETRLIMIT
+/* Whether to build ctype as dynamic module */
+#undef COMPILE_DL_CTYPE
-/* Define if you have the getrusage function. */
-#undef HAVE_GETRUSAGE
+/* Whether to build curl as dynamic module */
+#undef COMPILE_DL_CURL
-/* Define if you have the getservbyname function. */
-#undef HAVE_GETSERVBYNAME
+/* Whether to build date as dynamic module */
+#undef COMPILE_DL_DATE
-/* Define if you have the getservbyport function. */
-#undef HAVE_GETSERVBYPORT
+/* Whether to build dba as dynamic module */
+#undef COMPILE_DL_DBA
-/* Define if you have the getsid function. */
-#undef HAVE_GETSID
+/* Whether to build dom as dynamic module */
+#undef COMPILE_DL_DOM
-/* Define if you have the gettimeofday function. */
-#undef HAVE_GETTIMEOFDAY
+/* Whether to build enchant as dynamic module */
+#undef COMPILE_DL_ENCHANT
-/* Define if you have the getwd function. */
-#undef HAVE_GETWD
+/* Whether to build ereg as dynamic module */
+#undef COMPILE_DL_EREG
-/* Define if you have the glob function. */
-#undef HAVE_GLOB
+/* Whether to build exif as dynamic module */
+#undef COMPILE_DL_EXIF
-/* Define if you have the gmtime_r function. */
-#undef HAVE_GMTIME_R
+/* Whether to build fileinfo as dynamic module */
+#undef COMPILE_DL_FILEINFO
-/* Define if you have the grantpt function. */
-#undef HAVE_GRANTPT
+/* Whether to build filter as dynamic module */
+#undef COMPILE_DL_FILTER
-/* Define if you have the hstrerror function. */
-#undef HAVE_HSTRERROR
+/* Whether to build ftp as dynamic module */
+#undef COMPILE_DL_FTP
-/* Define if you have the hypot function. */
-#undef HAVE_HYPOT
+/* Whether to build gd as dynamic module */
+#undef COMPILE_DL_GD
-/* Define if you have the inet_ntoa function. */
-#undef HAVE_INET_NTOA
+/* Whether to build gettext as dynamic module */
+#undef COMPILE_DL_GETTEXT
-/* Define if you have the inet_ntop function. */
-#undef HAVE_INET_NTOP
+/* Whether to build gmp as dynamic module */
+#undef COMPILE_DL_GMP
-/* Define if you have the inet_pton function. */
-#undef HAVE_INET_PTON
+/* Whether to build hash as dynamic module */
+#undef COMPILE_DL_HASH
-/* Define if you have the initgroups function. */
-#undef HAVE_INITGROUPS
+/* Whether to build iconv as dynamic module */
+#undef COMPILE_DL_ICONV
-/* Define if you have the isascii function. */
-#undef HAVE_ISASCII
+/* Whether to build imap as dynamic module */
+#undef COMPILE_DL_IMAP
-/* Define if you have the isfinite function. */
-#undef HAVE_ISFINITE
+/* Whether to build interbase as dynamic module */
+#undef COMPILE_DL_INTERBASE
-/* Define if you have the isinf function. */
-#undef HAVE_ISINF
+/* Whether to build intl as dynamic module */
+#undef COMPILE_DL_INTL
-/* Define if you have the isnan function. */
-#undef HAVE_ISNAN
+/* Whether to build json as dynamic module */
+#undef COMPILE_DL_JSON
-/* Define if you have the kill function. */
-#undef HAVE_KILL
+/* Whether to build ldap as dynamic module */
+#undef COMPILE_DL_LDAP
-/* Define if you have the lchown function. */
-#undef HAVE_LCHOWN
+/* Whether to build libxml as dynamic module */
+#undef COMPILE_DL_LIBXML
-/* Define if you have the ldap_parse_reference function. */
-#undef HAVE_LDAP_PARSE_REFERENCE
+/* Whether to build mbstring as dynamic module */
+#undef COMPILE_DL_MBSTRING
-/* Define if you have the ldap_parse_result function. */
-#undef HAVE_LDAP_PARSE_RESULT
+/* Whether to build mcrypt as dynamic module */
+#undef COMPILE_DL_MCRYPT
-/* Define if you have the ldap_start_tls_s function. */
-#undef HAVE_LDAP_START_TLS_S
+/* Whether to build mssql as dynamic module */
+#undef COMPILE_DL_MSSQL
-/* Define if you have the link function. */
-#undef HAVE_LINK
+/* Whether to build mysql as dynamic module */
+#undef COMPILE_DL_MYSQL
-/* Define if you have the localeconv function. */
-#undef HAVE_LOCALECONV
+/* Whether to build mysqli as dynamic module */
+#undef COMPILE_DL_MYSQLI
-/* Define if you have the localtime_r function. */
-#undef HAVE_LOCALTIME_R
+/* Whether to build mysqlnd as dynamic module */
+#undef COMPILE_DL_MYSQLND
-/* Define if you have the lockf function. */
-#undef HAVE_LOCKF
+/* Whether to build oci8 as dynamic module */
+#undef COMPILE_DL_OCI8
-/* Define if you have the log1p function. */
-#undef HAVE_LOG1P
+/* Whether to build odbc as dynamic module */
+#undef COMPILE_DL_ODBC
-/* Define if you have the lrand48 function. */
-#undef HAVE_LRAND48
+/* Whether to build openssl as dynamic module */
+#undef COMPILE_DL_OPENSSL
-/* Define if you have the makedev function. */
-#undef HAVE_MAKEDEV
+/* Whether to build pcntl as dynamic module */
+#undef COMPILE_DL_PCNTL
-/* Define if you have the mblen function. */
-#undef HAVE_MBLEN
+/* Whether to build pcre as dynamic module */
+#undef COMPILE_DL_PCRE
-/* Define if you have the mbrlen function. */
-#undef HAVE_MBRLEN
+/* Whether to build pdo as dynamic module */
+#undef COMPILE_DL_PDO
-/* Define if you have the mbsinit function. */
-#undef HAVE_MBSINIT
+/* Whether to build pdo_dblib as dynamic module */
+#undef COMPILE_DL_PDO_DBLIB
-/* Define if you have the memcpy function. */
-#undef HAVE_MEMCPY
+/* Whether to build pdo_firebird as dynamic module */
+#undef COMPILE_DL_PDO_FIREBIRD
-/* Define if you have the memmove function. */
-#undef HAVE_MEMMOVE
+/* Whether to build pdo_mysql as dynamic module */
+#undef COMPILE_DL_PDO_MYSQL
-/* Define if you have the mempcpy function. */
-#undef HAVE_MEMPCPY
+/* Whether to build pdo_oci as dynamic module */
+#undef COMPILE_DL_PDO_OCI
-/* Define if you have the mkfifo function. */
-#undef HAVE_MKFIFO
+/* Whether to build pdo_odbc as dynamic module */
+#undef COMPILE_DL_PDO_ODBC
-/* Define if you have the mknod function. */
-#undef HAVE_MKNOD
+/* Whether to build pdo_pgsql as dynamic module */
+#undef COMPILE_DL_PDO_PGSQL
-/* Define if you have the mkstemp function. */
-#undef HAVE_MKSTEMP
+/* Whether to build pdo_sqlite as dynamic module */
+#undef COMPILE_DL_PDO_SQLITE
-/* Define if you have the mmap function. */
-#undef HAVE_MMAP
+/* Whether to build pgsql as dynamic module */
+#undef COMPILE_DL_PGSQL
-/* Define if you have the mremap function. */
-#undef HAVE_MREMAP
+/* Whether to build phar as dynamic module */
+#undef COMPILE_DL_PHAR
-/* Define if you have the mysql_commit function. */
-#undef HAVE_MYSQL_COMMIT
+/* Whether to build posix as dynamic module */
+#undef COMPILE_DL_POSIX
-/* Define if you have the mysql_next_result function. */
-#undef HAVE_MYSQL_NEXT_RESULT
+/* Whether to build pspell as dynamic module */
+#undef COMPILE_DL_PSPELL
-/* Define if you have the mysql_sqlstate function. */
-#undef HAVE_MYSQL_SQLSTATE
+/* Whether to build readline as dynamic module */
+#undef COMPILE_DL_READLINE
-/* Define if you have the mysql_stmt_prepare function. */
-#undef HAVE_MYSQL_STMT_PREPARE
+/* Whether to build recode as dynamic module */
+#undef COMPILE_DL_RECODE
-/* Define if you have the nanosleep function. */
-#undef HAVE_NANOSLEEP
+/* Whether to build reflection as dynamic module */
+#undef COMPILE_DL_REFLECTION
-/* Define if you have the nice function. */
-#undef HAVE_NICE
+/* Whether to build session as dynamic module */
+#undef COMPILE_DL_SESSION
-/* Define if you have the nl_langinfo function. */
-#undef HAVE_NL_LANGINFO
+/* Whether to build shmop as dynamic module */
+#undef COMPILE_DL_SHMOP
-/* Define if you have the perror function. */
-#undef HAVE_PERROR
+/* Whether to build simplexml as dynamic module */
+#undef COMPILE_DL_SIMPLEXML
-/* Define if you have the poll function. */
-#undef HAVE_POLL
+/* Whether to build snmp as dynamic module */
+#undef COMPILE_DL_SNMP
-/* Define if you have the ptsname function. */
-#undef HAVE_PTSNAME
+/* Whether to build soap as dynamic module */
+#undef COMPILE_DL_SOAP
-/* Define if you have the putenv function. */
-#undef HAVE_PUTENV
+/* Whether to build sockets as dynamic module */
+#undef COMPILE_DL_SOCKETS
-/* Define if you have the rand_r function. */
-#undef HAVE_RAND_R
+/* Whether to build spl as dynamic module */
+#undef COMPILE_DL_SPL
-/* Define if you have the random function. */
-#undef HAVE_RANDOM
+/* Whether to build sqlite as dynamic module */
+#undef COMPILE_DL_SQLITE
-/* Define if you have the realpath function. */
-#undef HAVE_REALPATH
+/* Whether to build sqlite3 as dynamic module */
+#undef COMPILE_DL_SQLITE3
-/* Define if you have the rl_completion_matches function. */
-#undef HAVE_RL_COMPLETION_MATCHES
+/* Whether to build standard as dynamic module */
+#undef COMPILE_DL_STANDARD
-/* Define if you have the scandir function. */
-#undef HAVE_SCANDIR
+/* Whether to build sybase_ct as dynamic module */
+#undef COMPILE_DL_SYBASE_CT
-/* Define if you have the setegid function. */
-#undef HAVE_SETEGID
+/* Whether to build sysvmsg as dynamic module */
+#undef COMPILE_DL_SYSVMSG
-/* Define if you have the setenv function. */
-#undef HAVE_SETENV
+/* Whether to build sysvsem as dynamic module */
+#undef COMPILE_DL_SYSVSEM
-/* Define if you have the seteuid function. */
-#undef HAVE_SETEUID
+/* Whether to build sysvshm as dynamic module */
+#undef COMPILE_DL_SYSVSHM
-/* Define if you have the setitimer function. */
-#undef HAVE_SETITIMER
+/* Whether to build tidy as dynamic module */
+#undef COMPILE_DL_TIDY
-/* Define if you have the setlocale function. */
-#undef HAVE_SETLOCALE
+/* Whether to build tokenizer as dynamic module */
+#undef COMPILE_DL_TOKENIZER
-/* Define if you have the setpgid function. */
-#undef HAVE_SETPGID
+/* Whether to build wddx as dynamic module */
+#undef COMPILE_DL_WDDX
-/* Define if you have the setpriority function. */
-#undef HAVE_SETPRIORITY
+/* Whether to build xml as dynamic module */
+#undef COMPILE_DL_XML
-/* Define if you have the setproctitle function. */
-#undef HAVE_SETPROCTITLE
+/* Whether to build xmlreader as dynamic module */
+#undef COMPILE_DL_XMLREADER
-/* Define if you have the setsid function. */
-#undef HAVE_SETSID
+/* Whether to build xmlrpc as dynamic module */
+#undef COMPILE_DL_XMLRPC
-/* Define if you have the setsockopt function. */
-#undef HAVE_SETSOCKOPT
+/* Whether to build xmlwriter as dynamic module */
+#undef COMPILE_DL_XMLWRITER
-/* Define if you have the setvbuf function. */
-#undef HAVE_SETVBUF
+/* Whether to build xsl as dynamic module */
+#undef COMPILE_DL_XSL
-/* Define if you have the shutdown function. */
-#undef HAVE_SHUTDOWN
+/* Whether to build zip as dynamic module */
+#undef COMPILE_DL_ZIP
-/* Define if you have the sigaction function. */
-#undef HAVE_SIGACTION
+/* Whether to build zlib as dynamic module */
+#undef COMPILE_DL_ZLIB
-/* Define if you have the sigprocmask function. */
-#undef HAVE_SIGPROCMASK
+/* */
+#undef COOKIE_IO_FUNCTIONS_T
-/* Define if you have the sigsetjmp function. */
-#undef HAVE_SIGSETJMP
+/* */
+#undef COOKIE_SEEKER_USES_OFF64_T
-/* Define if you have the sigtimedwait function. */
-#undef HAVE_SIGTIMEDWAIT
+/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
+ systems. This function is required for `alloca.c' support on those systems.
+ */
+#undef CRAY_STACKSEG_END
-/* Define if you have the sigwaitinfo function. */
-#undef HAVE_SIGWAITINFO
+/* Define if crypt_r has uses CRYPTD */
+#undef CRYPT_R_CRYPTD
-/* Define if you have the sin function. */
-#undef HAVE_SIN
+/* Define if struct crypt_data requires _GNU_SOURCE */
+#undef CRYPT_R_GNU_SOURCE
-/* Define if you have the snprintf function. */
-#undef HAVE_SNPRINTF
+/* Define if crypt_r uses struct crypt_data */
+#undef CRYPT_R_STRUCT_CRYPT_DATA
-/* Define if you have the socketpair function. */
-#undef HAVE_SOCKETPAIR
+/* Define to 1 if using `alloca.c'. */
+#undef C_ALLOCA
-/* Define if you have the srand48 function. */
-#undef HAVE_SRAND48
+/* Define if the target system is darwin */
+#undef DARWIN
-/* Define if you have the srandom function. */
-#undef HAVE_SRANDOM
+/* */
+#undef DB1_INCLUDE_FILE
-/* Define if you have the statfs function. */
-#undef HAVE_STATFS
+/* */
+#undef DB1_VERSION
-/* Define if you have the statvfs function. */
-#undef HAVE_STATVFS
+/* */
+#undef DB2_INCLUDE_FILE
-/* Define if you have the std_syslog function. */
-#undef HAVE_STD_SYSLOG
+/* */
+#undef DB3_INCLUDE_FILE
-/* Define if you have the strcasecmp function. */
-#undef HAVE_STRCASECMP
+/* */
+#undef DB4_INCLUDE_FILE
-/* Define if you have the strcoll function. */
-#undef HAVE_STRCOLL
+/* */
+#undef DBA_CDB
-/* Define if you have the strdup function. */
-#undef HAVE_STRDUP
+/* */
+#undef DBA_CDB_BUILTIN
-/* Define if you have the strerror function. */
-#undef HAVE_STRERROR
+/* */
+#undef DBA_CDB_MAKE
-/* Define if you have the strfmon function. */
-#undef HAVE_STRFMON
+/* */
+#undef DBA_DB1
-/* Define if you have the strftime function. */
-#undef HAVE_STRFTIME
+/* */
+#undef DBA_DB2
-/* Define if you have the strlcat function. */
-#undef HAVE_STRLCAT
+/* */
+#undef DBA_DB3
-/* Define if you have the strlcpy function. */
-#undef HAVE_STRLCPY
+/* */
+#undef DBA_DB4
-/* Define if you have the strndup function. */
-#undef HAVE_STRNDUP
+/* */
+#undef DBA_DBM
-/* Define if you have the strnlen function. */
-#undef HAVE_STRNLEN
+/* */
+#undef DBA_FLATFILE
-/* Define if you have the strpbrk function. */
-#undef HAVE_STRPBRK
+/* */
+#undef DBA_GDBM
-/* Define if you have the strpncpy function. */
-#undef HAVE_STRPNCPY
+/* */
+#undef DBA_INIFILE
-/* Define if you have the strptime function. */
-#undef HAVE_STRPTIME
+/* */
+#undef DBA_NDBM
-/* Define if you have the strstr function. */
-#undef HAVE_STRSTR
+/* */
+#undef DBA_QDBM
-/* Define if you have the strtod function. */
-#undef HAVE_STRTOD
+/* */
+#undef DBM_INCLUDE_FILE
-/* Define if you have the strtok_r function. */
-#undef HAVE_STRTOK_R
+/* */
+#undef DBM_VERSION
-/* Define if you have the strtol function. */
-#undef HAVE_STRTOL
+/* */
+#undef DEFAULT_SHORT_OPEN_TAG
-/* Define if you have the strtoll function. */
-#undef HAVE_STRTOLL
+/* Define if dlsym() requires a leading underscore in symbol names. */
+#undef DLSYM_NEEDS_UNDERSCORE
-/* Define if you have the strtoul function. */
-#undef HAVE_STRTOUL
+/* Whether to enable chroot() function */
+#undef ENABLE_CHROOT_FUNC
-/* Define if you have the strtoull function. */
-#undef HAVE_STRTOULL
+/* */
+#undef ENABLE_GD_TTF
-/* Define if you have the symlink function. */
-#undef HAVE_SYMLINK
+/* */
+#undef ENCHANT_VERSION_STRING
-/* Define if you have the tempnam function. */
-#undef HAVE_TEMPNAM
+/* */
+#undef GDBM_INCLUDE_FILE
-/* Define if you have the tzset function. */
-#undef HAVE_TZSET
+/* Whether you use GNU Pth */
+#undef GNUPTH
-/* Define if you have the unlockpt function. */
-#undef HAVE_UNLOCKPT
+/* Whether 3 arg set_rebind_proc() */
+#undef HAVE_3ARG_SETREBINDPROC
-/* Define if you have the unsetenv function. */
-#undef HAVE_UNSETENV
+/* Define to 1 if you have the `acosh' function. */
+#undef HAVE_ACOSH
-/* Define if you have the usleep function. */
-#undef HAVE_USLEEP
+/* */
+#undef HAVE_ADABAS
-/* Define if you have the utime function. */
-#undef HAVE_UTIME
+/* whether the compiler supports __alignof__ */
+#undef HAVE_ALIGNOF
-/* Define if you have the utimes function. */
-#undef HAVE_UTIMES
+/* Define to 1 if you have `alloca', as a function or macro. */
+#undef HAVE_ALLOCA
-/* Define if you have the vasprintf function. */
-#undef HAVE_VASPRINTF
+/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
+ */
+#undef HAVE_ALLOCA_H
-/* Define if you have the vsnprintf function. */
-#undef HAVE_VSNPRINTF
+/* Define to 1 if you have the `alphasort' function. */
+#undef HAVE_ALPHASORT
-/* Define if you have the wait3 function. */
-#undef HAVE_WAIT3
+/* Whether you have AOLserver */
+#undef HAVE_AOLSERVER
-/* Define if you have the waitpid function. */
-#undef HAVE_WAITPID
+/* */
+#undef HAVE_APACHE
-/* Define if you have the </nsapi.h> header file. */
-#undef HAVE__NSAPI_H
+/* */
+#undef HAVE_APACHE_HOOKS
-/* Define if you have the <ApplicationServices/ApplicationServices.h> header file. */
+/* Define to 1 if you have the <ApplicationServices/ApplicationServices.h>
+ header file. */
#undef HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H
-/* Define if you have the <alloca.h> header file. */
-#undef HAVE_ALLOCA_H
+/* */
+#undef HAVE_AP_COMPAT_H
-/* Define if you have the <arpa/inet.h> header file. */
+/* */
+#undef HAVE_AP_CONFIG_H
+
+/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
-/* Define if you have the <arpa/nameser.h> header file. */
+/* Define to 1 if you have the <arpa/nameser.h> header file. */
#undef HAVE_ARPA_NAMESER_H
-/* Define if you have the <assert.h> header file. */
-#undef HAVE_ASSERT_H
-
-/* Define if you have the <atomic.h> header file. */
-#undef HAVE_ATOMIC_H
-
-/* Define if you have the <crypt.h> header file. */
-#undef HAVE_CRYPT_H
-
-/* Define if you have the <default_store.h> header file. */
-#undef HAVE_DEFAULT_STORE_H
-
-/* Define if you have the <dirent.h> header file. */
-#undef HAVE_DIRENT_H
-
-/* Define if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define if you have the <dns.h> header file. */
-#undef HAVE_DNS_H
-
-/* Define if you have the <errno.h> header file. */
-#undef HAVE_ERRNO_H
-
-/* Define if you have the <fcntl.h> header file. */
-#undef HAVE_FCNTL_H
-
-/* Define if you have the <grp.h> header file. */
-#undef HAVE_GRP_H
-
-/* Define if you have the <ieeefp.h> header file. */
-#undef HAVE_IEEEFP_H
-
-/* Define if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define if you have the <langinfo.h> header file. */
-#undef HAVE_LANGINFO_H
-
-/* Define if you have the <limits.h> header file. */
-#undef HAVE_LIMITS_H
-
-/* Define if you have the <locale.h> header file. */
-#undef HAVE_LOCALE_H
+/* Define to 1 if you have the `asctime_r' function. */
+#undef HAVE_ASCTIME_R
-/* Define if you have the <malloc.h> header file. */
-#undef HAVE_MALLOC_H
+/* Define to 1 if you have the `asinh' function. */
+#undef HAVE_ASINH
-/* Define if you have the <monetary.h> header file. */
-#undef HAVE_MONETARY_H
+/* Define to 1 if you have the `asprintf' function. */
+#undef HAVE_ASPRINTF
-/* Define if you have the <ndir.h> header file. */
-#undef HAVE_NDIR_H
+/* Define to 1 if you have the <assert.h> header file. */
+#undef HAVE_ASSERT_H
-/* Define if you have the <netdb.h> header file. */
-#undef HAVE_NETDB_H
+/* Define to 1 if you have the `atanh' function. */
+#undef HAVE_ATANH
-/* Define if you have the <netinet/in.h> header file. */
-#undef HAVE_NETINET_IN_H
+/* whether atof() accepts INF */
+#undef HAVE_ATOF_ACCEPTS_INF
-/* Define if you have the <netinet/tcp.h> header file. */
-#undef HAVE_NETINET_TCP_H
+/* whether atof() accepts NAN */
+#undef HAVE_ATOF_ACCEPTS_NAN
-/* Define if you have the <openssl/crypto.h> header file. */
-#undef HAVE_OPENSSL_CRYPTO_H
+/* Define to 1 if you have the `atoll' function. */
+#undef HAVE_ATOLL
-/* Define if you have the <pwd.h> header file. */
-#undef HAVE_PWD_H
+/* Define to 1 if you have the <atomic.h> header file. */
+#undef HAVE_ATOMIC_H
-/* Define if you have the <resolv.h> header file. */
-#undef HAVE_RESOLV_H
+/* whether the compiler supports __attribute__ ((__aligned__)) */
+#undef HAVE_ATTRIBUTE_ALIGNED
-/* Define if you have the <signal.h> header file. */
-#undef HAVE_SIGNAL_H
+/* Whether you have bcmath */
+#undef HAVE_BCMATH
-/* Define if you have the <st.h> header file. */
-#undef HAVE_ST_H
+/* */
+#undef HAVE_BIND_TEXTDOMAIN_CODESET
-/* Define if you have the <stdarg.h> header file. */
-#undef HAVE_STDARG_H
+/* */
+#undef HAVE_BIRDSTEP
-/* Define if you have the <stdbool.h> header file. */
-#undef HAVE_STDBOOL_H
+/* Define if system has broken getcwd */
+#undef HAVE_BROKEN_GETCWD
-/* Define if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
+/* Define if your glibc borks on fopen with mode a+ */
+#undef HAVE_BROKEN_GLIBC_FOPEN_APPEND
-/* Define if you have the <stdio.h> header file. */
-#undef HAVE_STDIO_H
+/* Whether we have librecode 3.5 */
+#undef HAVE_BROKEN_RECODE
-/* Define if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
+/* Konstantin Chuguev's iconv implementation */
+#undef HAVE_BSD_ICONV
-/* Define if you have the <string.h> header file. */
-#undef HAVE_STRING_H
+/* */
+#undef HAVE_BUILD_DEFS_H
-/* Define if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
+/* Define to 1 if gcc supports __sync_bool_compare_and_swap() a.o. */
+#undef HAVE_BUILTIN_ATOMIC
-/* Define if you have the <sys/dir.h> header file. */
-#undef HAVE_SYS_DIR_H
+/* */
+#undef HAVE_BUNDLED_PCRE
-/* Define if you have the <sys/file.h> header file. */
-#undef HAVE_SYS_FILE_H
+/* */
+#undef HAVE_BZ2
-/* Define if you have the <sys/ioctl.h> header file. */
-#undef HAVE_SYS_IOCTL_H
+/* */
+#undef HAVE_CALENDAR
-/* Define if you have the <sys/ipc.h> header file. */
-#undef HAVE_SYS_IPC_H
+/* Whether to compile with Caudium support */
+#undef HAVE_CAUDIUM
-/* Define if you have the <sys/loadavg.h> header file. */
-#undef HAVE_SYS_LOADAVG_H
+/* Define to 1 if you have the `chroot' function. */
+#undef HAVE_CHROOT
-/* Define if you have the <sys/mkdev.h> header file. */
-#undef HAVE_SYS_MKDEV_H
+/* Define to 1 if you have the `clearenv' function. */
+#undef HAVE_CLEARENV
-/* Define if you have the <sys/mman.h> header file. */
-#undef HAVE_SYS_MMAN_H
+/* */
+#undef HAVE_CLI0CLI_H
-/* Define if you have the <sys/mount.h> header file. */
-#undef HAVE_SYS_MOUNT_H
+/* */
+#undef HAVE_CLI0CORE_H
-/* Define if you have the <sys/ndir.h> header file. */
-#undef HAVE_SYS_NDIR_H
+/* */
+#undef HAVE_CLI0DEFS_H
-/* Define if you have the <sys/param.h> header file. */
-#undef HAVE_SYS_PARAM_H
+/* */
+#undef HAVE_CLI0ENV_H
-/* Define if you have the <sys/poll.h> header file. */
-#undef HAVE_SYS_POLL_H
+/* */
+#undef HAVE_CLI0EXT_H
-/* Define if you have the <sys/resource.h> header file. */
-#undef HAVE_SYS_RESOURCE_H
+/* do we have clock_gettime? */
+#undef HAVE_CLOCK_GETTIME
-/* Define if you have the <sys/select.h> header file. */
-#undef HAVE_SYS_SELECT_H
+/* do we have clock_get_time? */
+#undef HAVE_CLOCK_GET_TIME
-/* Define if you have the <sys/socket.h> header file. */
-#undef HAVE_SYS_SOCKET_H
+/* Whether you have struct cmsghdr */
+#undef HAVE_CMSGHDR
-/* Define if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
+/* */
+#undef HAVE_CODBC
-/* Define if you have the <sys/statfs.h> header file. */
-#undef HAVE_SYS_STATFS_H
+/* */
+#undef HAVE_COLORCLOSESTHWB
-/* Define if you have the <sys/statvfs.h> header file. */
-#undef HAVE_SYS_STATVFS_H
+/* Whether you have a Continuity Server */
+#undef HAVE_CONTINUITY
-/* Define if you have the <sys/sysexits.h> header file. */
-#undef HAVE_SYS_SYSEXITS_H
+/* Define to 1 if you have the `CreateProcess' function. */
+#undef HAVE_CREATEPROCESS
-/* Define if you have the <sys/time.h> header file. */
-#undef HAVE_SYS_TIME_H
+/* */
+#undef HAVE_CRYPT
-/* Define if you have the <sys/times.h> header file. */
-#undef HAVE_SYS_TIMES_H
+/* Define to 1 if you have the <crypt.h> header file. */
+#undef HAVE_CRYPT_H
-/* Define if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
+/* Define to 1 if you have the `crypt_r' function. */
+#undef HAVE_CRYPT_R
-/* Define if you have the <sys/uio.h> header file. */
-#undef HAVE_SYS_UIO_H
+/* Define to 1 if you have the `ctermid' function. */
+#undef HAVE_CTERMID
-/* Define if you have the <sys/un.h> header file. */
-#undef HAVE_SYS_UN_H
+/* Define to 1 if you have the `ctime_r' function. */
+#undef HAVE_CTIME_R
-/* Define if you have the <sys/utsname.h> header file. */
-#undef HAVE_SYS_UTSNAME_H
+/* */
+#undef HAVE_CTYPE
-/* Define if you have the <sys/varargs.h> header file. */
-#undef HAVE_SYS_VARARGS_H
+/* */
+#undef HAVE_CURL
-/* Define if you have the <sys/vfs.h> header file. */
-#undef HAVE_SYS_VFS_H
+/* */
+#undef HAVE_CURL_EASY_STRERROR
-/* Define if you have the <sys/wait.h> header file. */
-#undef HAVE_SYS_WAIT_H
+/* Have cURL with GnuTLS support */
+#undef HAVE_CURL_GNUTLS
-/* Define if you have the <sysexits.h> header file. */
-#undef HAVE_SYSEXITS_H
+/* */
+#undef HAVE_CURL_MULTI_STRERROR
-/* Define if you have the <syslog.h> header file. */
-#undef HAVE_SYSLOG_H
+/* Have cURL with OpenSSL support */
+#undef HAVE_CURL_OPENSSL
-/* Define if you have the <termios.h> header file. */
-#undef HAVE_TERMIOS_H
+/* Have cURL with SSL support */
+#undef HAVE_CURL_SSL
-/* Define if you have the <time.h> header file. */
-#undef HAVE_TIME_H
+/* */
+#undef HAVE_CURL_VERSION_INFO
-/* Define if you have the <tuxmodule.h> header file. */
-#undef HAVE_TUXMODULE_H
+/* Define to 1 if you have the `cuserid' function. */
+#undef HAVE_CUSERID
-/* Define if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
+/* */
+#undef HAVE_DBA
-/* Define if you have the <unix.h> header file. */
-#undef HAVE_UNIX_H
+/* Whether you want DBMaker */
+#undef HAVE_DBMAKER
-/* Define if you have the <utime.h> header file. */
-#undef HAVE_UTIME_H
+/* */
+#undef HAVE_DCNGETTEXT
-/* Define if you have the <wchar.h> header file. */
-#undef HAVE_WCHAR_H
+/* Whether system headers declare timezone */
+#undef HAVE_DECLARED_TIMEZONE
-/* Define if you have the <xmlparse.h> header file. */
-#undef HAVE_XMLPARSE_H
+/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
+ */
+#undef HAVE_DECL_TZNAME
-/* Define if you have the <xmltok.h> header file. */
-#undef HAVE_XMLTOK_H
+/* Define to 1 if you have the <default_store.h> header file. */
+#undef HAVE_DEFAULT_STORE_H
-/* Define if you have the m library (-lm). */
-#undef HAVE_LIBM
+/* do we have /dev/poll? */
+#undef HAVE_DEVPOLL
/* Define if the target system has /dev/urandom device */
#undef HAVE_DEV_URANDOM
-/* Whether you have AOLserver */
-#undef HAVE_AOLSERVER
-
-/* */
-#undef HAVE_AP_CONFIG_H
-
-/* */
-#undef HAVE_AP_COMPAT_H
-
-/* */
-#undef HAVE_APACHE
-
-/* */
-#undef HAVE_APACHE
-
-/* */
-#undef HAVE_AP_CONFIG_H
-
-/* */
-#undef HAVE_AP_CONFIG_H
+/* Define to 1 if you have the <dirent.h> header file. */
+#undef HAVE_DIRENT_H
-/* */
-#undef HAVE_AP_COMPAT_H
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
-/* */
-#undef HAVE_OLD_COMPAT_H
+/* */
+#undef HAVE_DLOPEN
-/* */
-#undef HAVE_AP_CONFIG_H
+/* Whether you have dmalloc */
+#undef HAVE_DMALLOC
-/* */
-#undef HAVE_AP_COMPAT_H
+/* */
+#undef HAVE_DNGETTEXT
-/* */
-#undef HAVE_OLD_COMPAT_H
+/* Define to 1 if you have the <dns.h> header file. */
+#undef HAVE_DNS_H
-/* */
-#undef HAVE_AP_CONFIG_H
+/* */
+#undef HAVE_DNS_SEARCH
-/* */
-#undef HAVE_AP_COMPAT_H
+/* */
+#undef HAVE_DN_EXPAND
-/* */
-#undef HAVE_OLD_COMPAT_H
+/* */
+#undef HAVE_DN_SKIPNAME
-/* */
-#undef USE_TRANSFER_TABLES
+/* */
+#undef HAVE_DOM
-/* */
-#undef PHP_APACHE_HAVE_CLIENT_FD
+/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
+#undef HAVE_DOPRNT
-/* */
-#undef HAVE_AP_CONFIG_H
+/* OpenSSL 0.9.7 or later */
+#undef HAVE_DSA_DEFAULT_METHOD
-/* */
-#undef HAVE_AP_COMPAT_H
+/* embedded MySQL support enabled */
+#undef HAVE_EMBEDDED_MYSQLI
-/* */
-#undef HAVE_APACHE_HOOKS
+/* */
+#undef HAVE_EMPRESS
-/* */
-#undef HAVE_APACHE
+/* */
+#undef HAVE_ENCHANT
-/* */
-#undef HAVE_AP_CONFIG_H
+/* */
+#undef HAVE_ENCHANT_BROKER_SET_PARAM
-/* */
-#undef HAVE_AP_CONFIG_H
+/* do we have epoll? */
+#undef HAVE_EPOLL
-/* */
-#undef HAVE_AP_COMPAT_H
+/* Define to 1 if you have the <errno.h> header file. */
+#undef HAVE_ERRNO_H
-/* */
-#undef HAVE_OLD_COMPAT_H
+/* */
+#undef HAVE_ESOOB
-/* */
-#undef HAVE_AP_CONFIG_H
+/* Whether you want EXIF (metadata from images) support */
+#undef HAVE_EXIF
-/* */
-#undef HAVE_AP_COMPAT_H
+/* Define to 1 if you have the `fabsf' function. */
+#undef HAVE_FABSF
-/* */
-#undef HAVE_OLD_COMPAT_H
+/* Define to 1 if you have the <fcntl.h> header file. */
+#undef HAVE_FCNTL_H
-/* */
-#undef HAVE_AP_CONFIG_H
+/* Define to 1 if you have the `finite' function. */
+#undef HAVE_FINITE
-/* */
-#undef HAVE_AP_COMPAT_H
+/* Define to 1 if you have the `flock' function. */
+#undef HAVE_FLOCK
-/* */
-#undef HAVE_OLD_COMPAT_H
+/* Define to 1 if you have the `floorf' function. */
+#undef HAVE_FLOORF
-/* */
-#undef USE_TRANSFER_TABLES
+/* Define if flush should be called explicitly after a buffered io. */
+#undef HAVE_FLUSHIO
-/* */
-#undef PHP_APACHE_HAVE_CLIENT_FD
+/* Define to 1 if your system has a working POSIX `fnmatch' function. */
+#undef HAVE_FNMATCH
-/* Whether to compile with Caudium support */
-#undef HAVE_CAUDIUM
+/* */
+#undef HAVE_FOPENCOOKIE
-/* Whether you have a Continuity Server */
-#undef HAVE_CONTINUITY
+/* Define to 1 if you have the `fork' function. */
+#undef HAVE_FORK
-/* do we have prctl? */
-#undef HAVE_PRCTL
+/* Define to 1 if you have the `fpclass' function. */
+#undef HAVE_FPCLASS
-/* do we have clock_gettime? */
-#undef HAVE_CLOCK_GETTIME
+/* whether fpsetprec is present and usable */
+#undef HAVE_FPSETPREC
-/* do we have clock_get_time? */
-#undef HAVE_CLOCK_GET_TIME
+/* whether FPU control word can be manipulated by inline assembler */
+#undef HAVE_FPU_INLINE_ASM_X86
-/* do we have ptrace? */
-#undef HAVE_PTRACE
+/* whether floatingpoint.h defines fp_except */
+#undef HAVE_FP_EXCEPT
-/* do we have mach_vm_read? */
-#undef HAVE_MACH_VM_READ
+/* */
+#undef HAVE_FREETDS
-/* /proc/pid/mem interface */
-#undef PROC_MEM_FILE
+/* Define to 1 if you have the `ftok' function. */
+#undef HAVE_FTOK
-/* Define to 1 if gcc supports __sync_bool_compare_and_swap() a.o. */
-#undef HAVE_BUILTIN_ATOMIC
+/* Whether you want FTP support */
+#undef HAVE_FTP
-/* do we have TCP_INFO? */
-#undef HAVE_LQ_TCP_INFO
+/* Define to 1 if you have the `funopen' function. */
+#undef HAVE_FUNOPEN
-/* do we have SO_LISTENQxxx? */
-#undef HAVE_LQ_SO_LISTENQ
+/* Define to 1 if you have the `gai_strerror' function. */
+#undef HAVE_GAI_STRERROR
-/* do we have sysconf? */
-#undef HAVE_SYSCONF
+/* Whether you have gcov */
+#undef HAVE_GCOV
-/* do we have times? */
-#undef HAVE_TIMES
+/* Define to 1 if you have the `gcvt' function. */
+#undef HAVE_GCVT
-/* fpm user name */
-#undef PHP_FPM_USER
+/* */
+#undef HAVE_GDIMAGECOLORRESOLVE
-/* fpm group name */
-#undef PHP_FPM_GROUP
+/* */
+#undef HAVE_GD_BUNDLED
-/* */
-#undef WITH_ZEUS
+/* */
+#undef HAVE_GD_CACHE_CREATE
-/* Whether you have a Netscape/iPlanet/Sun Webserver */
-#undef HAVE_NSAPI
+/* */
+#undef HAVE_GD_DYNAMIC_CTX_EX
-/* Whether you have phttpd */
-#undef HAVE_PHTTPD
+/* */
+#undef HAVE_GD_FONTCACHESHUTDOWN
-/* whether you want Pi3Web support */
-#undef WITH_PI3WEB
+/* */
+#undef HAVE_GD_FONTMUTEX
-/* Whether you use Roxen */
-#undef HAVE_ROXEN
+/* */
+#undef HAVE_GD_FREEFONTCACHE
-/* Whether to use Roxen in ZTS mode */
-#undef ROXEN_USE_ZTS
+/* */
+#undef HAVE_GD_GD2
-/* Define if the socklen_t typedef is in sys/socket.h */
-#undef HAVE_SOCKLEN_T
+/* */
+#undef HAVE_GD_GIF_CREATE
-/* Define if sockaddr_un in sys/un.h contains a sun_len component */
-#undef HAVE_SOCKADDR_UN_SUN_LEN
+/* */
+#undef HAVE_GD_GIF_CTX
-/* Define if cross-process locking is required by accept() */
-#undef USE_LOCKING
+/* */
+#undef HAVE_GD_GIF_READ
-/* Define if system uses EBCDIC */
-#undef CHARSET_EBCDIC
+/* */
+#undef HAVE_GD_IMAGEELLIPSE
-/* Define if processor uses big-endian word */
-#undef WORDS_BIGENDIAN
+/* */
+#undef HAVE_GD_IMAGESETBRUSH
-/* whether write(2) works */
-#undef PHP_WRITE_STDOUT
+/* */
+#undef HAVE_GD_IMAGESETTILE
-/* */
-#undef HAVE_SOCKET
+/* */
+#undef HAVE_GD_JPG
-/* */
-#undef HAVE_SOCKET
+/* */
+#undef HAVE_GD_PNG
-/* */
-#undef HAVE_LIBSOCKET
+/* */
+#undef HAVE_GD_STRINGFT
-/* */
-#undef HAVE_SOCKETPAIR
+/* */
+#undef HAVE_GD_STRINGFTEX
-/* */
-#undef HAVE_SOCKETPAIR
+/* */
+#undef HAVE_GD_STRINGTTF
-/* */
-#undef HAVE_LIBSOCKET
+/* */
+#undef HAVE_GD_WBMP
-/* */
-#undef HAVE_HTONL
+/* */
+#undef HAVE_GD_XBM
-/* */
-#undef HAVE_HTONL
+/* */
+#undef HAVE_GD_XPM
-/* */
-#undef HAVE_LIBSOCKET
+/* Define if you have the getaddrinfo function */
+#undef HAVE_GETADDRINFO
-/* */
-#undef HAVE_GETHOSTNAME
+/* Define to 1 if you have the `getcwd' function. */
+#undef HAVE_GETCWD
-/* */
-#undef HAVE_GETHOSTNAME
+/* Define to 1 if you have the `getgrgid_r' function. */
+#undef HAVE_GETGRGID_R
-/* */
-#undef HAVE_LIBNSL
+/* Define to 1 if you have the `getgrnam_r' function. */
+#undef HAVE_GETGRNAM_R
-/* */
-#undef HAVE_GETHOSTBYADDR
+/* Define to 1 if you have the `getgroups' function. */
+#undef HAVE_GETGROUPS
-/* */
+/* */
#undef HAVE_GETHOSTBYADDR
-/* */
-#undef HAVE_LIBNSL
-
-/* */
-#undef HAVE_YP_GET_DEFAULT_DOMAIN
-
-/* */
-#undef HAVE_YP_GET_DEFAULT_DOMAIN
-
-/* */
-#undef HAVE_LIBNSL
-
-/* */
-#undef HAVE_DLOPEN
-
-/* */
-#undef HAVE_DLOPEN
-
-/* */
-#undef HAVE_LIBDL
+/* Define to 1 if you have the `gethostname' function. */
+#undef HAVE_GETHOSTNAME
-/* */
-#undef HAVE_LIBDL
+/* Define to 1 if you have the `getloadavg' function. */
+#undef HAVE_GETLOADAVG
-/* */
-#undef HAVE_INET_ATON
+/* Define to 1 if you have the `getlogin' function. */
+#undef HAVE_GETLOGIN
-/* */
-#undef HAVE_INET_ATON
+/* Define to 1 if you have the `getopt' function. */
+#undef HAVE_GETOPT
-/* */
-#undef HAVE_LIBRESOLV
+/* Define to 1 if you have the `getpgid' function. */
+#undef HAVE_GETPGID
-/* */
-#undef HAVE_INET_ATON
+/* Define to 1 if you have the `getpid' function. */
+#undef HAVE_GETPID
-/* */
-#undef HAVE_LIBBIND
+/* Define to 1 if you have the `getpriority' function. */
+#undef HAVE_GETPRIORITY
-/* */
-#undef HAVE_FOPENCOOKIE
+/* Define to 1 if you have the `getprotobyname' function. */
+#undef HAVE_GETPROTOBYNAME
-/* */
-#undef COOKIE_IO_FUNCTIONS_T
+/* Define to 1 if you have the `getprotobynumber' function. */
+#undef HAVE_GETPROTOBYNUMBER
-/* */
-#undef COOKIE_SEEKER_USES_OFF64_T
+/* Define to 1 if you have the `getpwnam_r' function. */
+#undef HAVE_GETPWNAM_R
-/* Define if system has broken getcwd */
-#undef HAVE_BROKEN_GETCWD
+/* Define to 1 if you have the `getpwuid_r' function. */
+#undef HAVE_GETPWUID_R
-/* Define if your glibc borks on fopen with mode a+ */
-#undef HAVE_BROKEN_GLIBC_FOPEN_APPEND
+/* Define to 1 if you have the `getrlimit' function. */
+#undef HAVE_GETRLIMIT
-/* Whether localtime_r is declared */
-#undef MISSING_LOCALTIME_R_DECL
+/* Define to 1 if you have the `getrusage' function. */
+#undef HAVE_GETRUSAGE
-/* Whether gmtime_r is declared */
-#undef MISSING_GMTIME_R_DECL
+/* Define to 1 if you have the `getservbyname' function. */
+#undef HAVE_GETSERVBYNAME
-/* Whether asctime_r is declared */
-#undef MISSING_ASCTIME_R_DECL
+/* Define to 1 if you have the `getservbyport' function. */
+#undef HAVE_GETSERVBYPORT
-/* Whether ctime_r is declared */
-#undef MISSING_CTIME_R_DECL
+/* Define to 1 if you have the `getsid' function. */
+#undef HAVE_GETSID
-/* Whether strtok_r is declared */
-#undef MISSING_STRTOK_R_DECL
+/* Define to 1 if you have the `gettimeofday' function. */
+#undef HAVE_GETTIMEOFDAY
-/* */
-#undef MISSING_FCLOSE_DECL
+/* Define to 1 if you have the `getwd' function. */
+#undef HAVE_GETWD
-/* */
-#undef MISSING_FCLOSE_DECL
+/* */
+#undef HAVE_GICONV_H
-/* whether you have tm_gmtoff in struct tm */
-#undef HAVE_TM_GMTOFF
+/* glibc's iconv implementation */
+#undef HAVE_GLIBC_ICONV
-/* whether you have struct flock */
-#undef HAVE_STRUCT_FLOCK
+/* Define to 1 if you have the `glob' function. */
+#undef HAVE_GLOB
-/* Whether you have socklen_t */
-#undef HAVE_SOCKLEN_T
+/* */
+#undef HAVE_GMP
-/* Size of intmax_t */
-#undef SIZEOF_INTMAX_T
+/* Define to 1 if you have the `gmtime_r' function. */
+#undef HAVE_GMTIME_R
-/* Whether intmax_t is available */
-#undef HAVE_INTMAX_T
+/* Define to 1 if you have the `grantpt' function. */
+#undef HAVE_GRANTPT
-/* Size of ssize_t */
-#undef SIZEOF_SSIZE_T
+/* Define to 1 if you have the <grp.h> header file. */
+#undef HAVE_GRP_H
-/* Whether ssize_t is available */
-#undef HAVE_SSIZE_T
+/* Have HASH Extension */
+#undef HAVE_HASH_EXT
-/* Size of ptrdiff_t */
-#undef SIZEOF_PTRDIFF_T
+/* Define to 1 if you have the `hstrerror' function. */
+#undef HAVE_HSTRERROR
-/* Whether ptrdiff_t is available */
-#undef HAVE_PTRDIFF_T
+/* */
+#undef HAVE_HTONL
-/* Whether you have struct sockaddr_storage */
-#undef HAVE_SOCKADDR_STORAGE
+/* whether HUGE_VAL == INF */
+#undef HAVE_HUGE_VAL_INF
-/* Whether struct sockaddr has field sa_len */
-#undef HAVE_SOCKADDR_SA_LEN
+/* whether HUGE_VAL + -HUGEVAL == NAN */
+#undef HAVE_HUGE_VAL_NAN
-/* */
-#undef HAVE_NANOSLEEP
+/* Define to 1 if you have the `hypot' function. */
+#undef HAVE_HYPOT
-/* */
-#undef HAVE_LIBRT
+/* */
+#undef HAVE_IBASE
-/* Define if you have the getaddrinfo function */
-#undef HAVE_GETADDRINFO
+/* */
+#undef HAVE_IBMDB2
-/* Whether system headers declare timezone */
-#undef HAVE_DECLARED_TIMEZONE
+/* IBM iconv implementation */
+#undef HAVE_IBM_ICONV
-/* Whether you have HP-UX 10.x */
-#undef PHP_HPUX_TIME_R
+/* */
+#undef HAVE_ICONV
-/* Whether you have IRIX-style functions */
-#undef PHP_IRIX_TIME_R
+/* Define to 1 if you have the <ieeefp.h> header file. */
+#undef HAVE_IEEEFP_H
-/* whether you have POSIX readdir_r */
-#undef HAVE_POSIX_READDIR_R
+/* */
+#undef HAVE_IMAP
-/* whether you have old-style readdir_r */
-#undef HAVE_OLD_READDIR_R
+/* */
+#undef HAVE_IMAP2000
-/* */
-#undef in_addr_t
+/* */
+#undef HAVE_IMAP2001
-/* Define if crypt_r has uses CRYPTD */
-#undef CRYPT_R_CRYPTD
+/* */
+#undef HAVE_IMAP2004
-/* Define if crypt_r uses struct crypt_data */
-#undef CRYPT_R_STRUCT_CRYPT_DATA
+/* */
+#undef HAVE_IMAP_AUTH_GSS
-/* Define if struct crypt_data requires _GNU_SOURCE */
-#undef CRYPT_R_GNU_SOURCE
+/* */
+#undef HAVE_IMAP_KRB
-/* Whether you have gcov */
-#undef HAVE_GCOV
+/* */
+#undef HAVE_IMAP_MUTF7
-/* */
-#undef PHP_SAFE_MODE
+/* */
+#undef HAVE_IMAP_SSL
-/* */
-#undef PHP_SAFE_MODE
+/* */
+#undef HAVE_INET_ATON
-/* */
-#undef PHP_SAFE_MODE_EXEC_DIR
+/* Define to 1 if you have the `inet_ntoa' function. */
+#undef HAVE_INET_NTOA
-/* */
-#undef PHP_SAFE_MODE_EXEC_DIR
+/* Define to 1 if you have the `inet_ntop' function. */
+#undef HAVE_INET_NTOP
-/* */
-#undef PHP_SIGCHILD
+/* Define to 1 if you have the `inet_pton' function. */
+#undef HAVE_INET_PTON
-/* */
-#undef PHP_SIGCHILD
+/* Define to 1 if you have the `initgroups' function. */
+#undef HAVE_INITGROUPS
-/* */
-#undef MAGIC_QUOTES
+/* Define if int32_t type is present. */
+#undef HAVE_INT32_T
-/* */
-#undef MAGIC_QUOTES
+/* Whether intmax_t is available */
+#undef HAVE_INTMAX_T
-/* */
-#undef DEFAULT_SHORT_OPEN_TAG
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
-/* */
-#undef DEFAULT_SHORT_OPEN_TAG
+/* */
+#undef HAVE_IODBC
-/* Whether you have dmalloc */
-#undef HAVE_DMALLOC
+/* */
+#undef HAVE_IODBC_H
/* Whether to enable IPv6 support */
#undef HAVE_IPV6
-/* Define if int32_t type is present. */
-#undef HAVE_INT32_T
-
-/* Define if uint32_t type is present. */
-#undef HAVE_UINT32_T
-
-/* Whether to build date as dynamic module */
-#undef COMPILE_DL_DATE
-
-/* Whether to build ereg as dynamic module */
-#undef COMPILE_DL_EREG
-
-/* */
-#undef HAVE_REGEX_T_RE_MAGIC
-
-/* */
-#undef HSREGEX
-
-/* */
-#undef REGEX
-
-/* */
-#undef REGEX
-
-/* 1 */
-#undef HAVE_REGEX_T_RE_MAGIC
-
-/* */
-#undef HAVE_LIBXML
-
-/* */
-#undef HAVE_LIBXML
-
-/* Whether to build libxml as dynamic module */
-#undef COMPILE_DL_LIBXML
-
-/* Whether to build openssl as dynamic module */
-#undef COMPILE_DL_OPENSSL
-
-/* OpenSSL 0.9.7 or later */
-#undef HAVE_DSA_DEFAULT_METHOD
-
-/* OpenSSL 0.9.7 or later */
-#undef HAVE_DSA_DEFAULT_METHOD
-
-/* */
-#undef HAVE_OPENSSL_EXT
-
-/* */
-#undef HAVE_PCRE
-
-/* Whether to build pcre as dynamic module */
-#undef COMPILE_DL_PCRE
-
-/* Whether to build pcre as dynamic module */
-#undef COMPILE_DL_PCRE
-
-/* */
-#undef HAVE_BUNDLED_PCRE
-
-/* have commercial sqlite3 with crypto support */
-#undef HAVE_SQLITE3_KEY
-
-/* have sqlite3 with extension support */
-#undef SQLITE_OMIT_LOAD_EXTENSION
-
-/* */
-#undef HAVE_SQLITE3
-
-/* Whether to build sqlite3 as dynamic module */
-#undef COMPILE_DL_SQLITE3
-
-/* Whether to build zlib as dynamic module */
-#undef COMPILE_DL_ZLIB
-
-/* */
-#undef HAVE_ZLIB
-
-/* Whether to build bcmath as dynamic module */
-#undef COMPILE_DL_BCMATH
-
-/* Whether you have bcmath */
-#undef HAVE_BCMATH
-
-/* */
-#undef HAVE_BZ2
+/* Define to 1 if you have the `isascii' function. */
+#undef HAVE_ISASCII
-/* Whether to build bz2 as dynamic module */
-#undef COMPILE_DL_BZ2
+/* Define to 1 if you have the `isfinite' function. */
+#undef HAVE_ISFINITE
-/* */
-#undef HAVE_CALENDAR
+/* Define to 1 if you have the `isinf' function. */
+#undef HAVE_ISINF
-/* Whether to build calendar as dynamic module */
-#undef COMPILE_DL_CALENDAR
+/* Define to 1 if you have the `isnan' function. */
+#undef HAVE_ISNAN
-/* */
-#undef HAVE_CTYPE
+/* */
+#undef HAVE_ISQLEXT_H
-/* Whether to build ctype as dynamic module */
-#undef COMPILE_DL_CTYPE
+/* */
+#undef HAVE_ISQL_H
-/* Have cURL with SSL support */
-#undef HAVE_CURL_SSL
+/* whether to enable JavaScript Object Serialization support */
+#undef HAVE_JSON
-/* Have cURL with OpenSSL support */
-#undef HAVE_CURL_OPENSSL
+/* Define to 1 if you have the `kill' function. */
+#undef HAVE_KILL
-/* Have cURL with GnuTLS support */
-#undef HAVE_CURL_GNUTLS
+/* do we have kqueue? */
+#undef HAVE_KQUEUE
-/* */
-#undef HAVE_CURL
+/* Define to 1 if you have the <langinfo.h> header file. */
+#undef HAVE_LANGINFO_H
-/* */
-#undef HAVE_CURL_VERSION_INFO
+/* Define to 1 if you have the `lchown' function. */
+#undef HAVE_LCHOWN
-/* */
-#undef HAVE_CURL_EASY_STRERROR
+/* */
+#undef HAVE_LDAP
-/* */
-#undef HAVE_CURL_MULTI_STRERROR
+/* Define to 1 if you have the `ldap_parse_reference' function. */
+#undef HAVE_LDAP_PARSE_REFERENCE
-/* */
-#undef PHP_CURL_URL_WRAPPERS
+/* Define to 1 if you have the `ldap_parse_result' function. */
+#undef HAVE_LDAP_PARSE_RESULT
-/* Whether to build curl as dynamic module */
-#undef COMPILE_DL_CURL
+/* LDAP SASL support */
+#undef HAVE_LDAP_SASL
-/* */
-#undef QDBM_INCLUDE_FILE
+/* */
+#undef HAVE_LDAP_SASL_H
-/* */
-#undef DBA_QDBM
+/* */
+#undef HAVE_LDAP_SASL_SASL_H
-/* */
-#undef GDBM_INCLUDE_FILE
+/* Define to 1 if you have the `ldap_start_tls_s' function. */
+#undef HAVE_LDAP_START_TLS_S
-/* */
-#undef DBA_GDBM
+/* */
+#undef HAVE_LIBBIND
-/* */
-#undef NDBM_INCLUDE_FILE
+/* */
+#undef HAVE_LIBCRYPT
-/* */
-#undef DBA_NDBM
+/* */
+#undef HAVE_LIBDL
-/* */
-#undef DBA_DB4
+/* */
+#undef HAVE_LIBDNET_STUB
-/* */
-#undef DB4_INCLUDE_FILE
+/* */
+#undef HAVE_LIBEDIT
-/* */
-#undef DBA_DB3
+/* */
+#undef HAVE_LIBEXPAT
-/* */
-#undef DB3_INCLUDE_FILE
+/* */
+#undef HAVE_LIBFREETYPE
-/* */
-#undef DBA_DB2
+/* */
+#undef HAVE_LIBGD
-/* */
-#undef DB2_INCLUDE_FILE
+/* */
+#undef HAVE_LIBGD13
-/* */
-#undef DB1_VERSION
+/* */
+#undef HAVE_LIBGD15
-/* */
-#undef DB1_VERSION
+/* */
+#undef HAVE_LIBGD20
-/* */
-#undef DB1_INCLUDE_FILE
+/* */
+#undef HAVE_LIBGD204
-/* */
-#undef DBA_DB1
+/* */
+#undef HAVE_LIBICONV
-/* */
-#undef DBM_INCLUDE_FILE
+/* */
+#undef HAVE_LIBINTL
-/* */
-#undef DBM_VERSION
+/* Define to 1 if you have the `m' library (-lm). */
+#undef HAVE_LIBM
-/* */
-#undef DBM_VERSION
+/* */
+#undef HAVE_LIBMCRYPT
-/* */
-#undef DBA_DBM
+/* Whether you have libmm */
+#undef HAVE_LIBMM
-/* */
-#undef DBA_CDB_BUILTIN
+/* */
+#undef HAVE_LIBNSL
-/* */
-#undef DBA_CDB_MAKE
+/* */
+#undef HAVE_LIBPAM
-/* */
-#undef DBA_CDB
+/* */
+#undef HAVE_LIBRARYMANAGER_H
-/* */
-#undef CDB_INCLUDE_FILE
+/* */
+#undef HAVE_LIBREADLINE
-/* */
-#undef DBA_CDB
+/* Whether we have librecode 3.5 or higher */
+#undef HAVE_LIBRECODE
-/* */
-#undef DBA_INIFILE
+/* */
+#undef HAVE_LIBRESOLV
-/* */
-#undef DBA_FLATFILE
+/* */
+#undef HAVE_LIBRT
-/* */
-#undef HAVE_DBA
+/* */
+#undef HAVE_LIBSOCKET
-/* Whether to build dba as dynamic module */
-#undef COMPILE_DL_DBA
+/* */
+#undef HAVE_LIBT1
-/* */
+/* */
#undef HAVE_LIBXML
-/* */
-#undef HAVE_DOM
-
-/* Whether to build dom as dynamic module */
-#undef COMPILE_DL_DOM
-
-/* Whether to build enchant as dynamic module */
-#undef COMPILE_DL_ENCHANT
-
-/* */
-#undef HAVE_ENCHANT
-
-/* */
-#undef HAVE_ENCHANT_BROKER_SET_PARAM
-
-/* */
-#undef ENCHANT_VERSION_STRING
-
-/* Whether you want EXIF (metadata from images) support */
-#undef HAVE_EXIF
-
-/* Whether to build exif as dynamic module */
-#undef COMPILE_DL_EXIF
-
-/* Whether to build fileinfo as dynamic module */
-#undef COMPILE_DL_FILEINFO
-
-/* Whether to build filter as dynamic module */
-#undef COMPILE_DL_FILTER
+/* Define to 1 if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
-/* Whether you want FTP support */
-#undef HAVE_FTP
+/* Define to 1 if you have the `link' function. */
+#undef HAVE_LINK
-/* Whether to build ftp as dynamic module */
-#undef COMPILE_DL_FTP
+/* Define to 1 if you have the `localeconv' function. */
+#undef HAVE_LOCALECONV
-/* */
-#undef USE_GD_IMGSTRTTF
+/* Define to 1 if you have the <locale.h> header file. */
+#undef HAVE_LOCALE_H
-/* */
-#undef USE_GD_IMGSTRTTF
+/* Define to 1 if you have the `localtime_r' function. */
+#undef HAVE_LOCALTIME_R
-/* */
-#undef HAVE_LIBFREETYPE
+/* Define to 1 if you have the `lockf' function. */
+#undef HAVE_LOCKF
-/* */
-#undef ENABLE_GD_TTF
+/* Define to 1 if you have the `log1p' function. */
+#undef HAVE_LOG1P
-/* */
-#undef HAVE_LIBT1
+/* do we have SO_LISTENQxxx? */
+#undef HAVE_LQ_SO_LISTENQ
-/* */
-#undef HAVE_LIBGD
+/* do we have TCP_INFO? */
+#undef HAVE_LQ_TCP_INFO
-/* */
-#undef HAVE_LIBGD13
+/* Define to 1 if you have the `lrand48' function. */
+#undef HAVE_LRAND48
-/* */
-#undef HAVE_LIBGD15
+/* do we have mach_vm_read? */
+#undef HAVE_MACH_VM_READ
-/* */
-#undef HAVE_LIBGD20
+/* Define to 1 if you have the `makedev' function. */
+#undef HAVE_MAKEDEV
-/* */
-#undef HAVE_LIBGD204
+/* Define to 1 if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
-/* */
-#undef HAVE_GD_IMAGESETTILE
+/* Define to 1 if you have the `mblen' function. */
+#undef HAVE_MBLEN
-/* */
-#undef HAVE_GD_IMAGESETBRUSH
+/* whether to have multibyte regex support */
+#undef HAVE_MBREGEX
-/* */
-#undef HAVE_GDIMAGECOLORRESOLVE
+/* Define to 1 if you have the `mbrlen' function. */
+#undef HAVE_MBRLEN
-/* */
-#undef HAVE_COLORCLOSESTHWB
+/* Define to 1 if you have the `mbsinit' function. */
+#undef HAVE_MBSINIT
-/* */
-#undef HAVE_GD_WBMP
+/* Define if your system has mbstate_t in wchar.h */
+#undef HAVE_MBSTATE_T
-/* */
-#undef HAVE_GD_GD2
+/* whether to have multibyte string support */
+#undef HAVE_MBSTRING
-/* */
-#undef HAVE_GD_PNG
+/* Define to 1 if you have the `memcpy' function. */
+#undef HAVE_MEMCPY
-/* */
-#undef HAVE_GD_XBM
+/* Define to 1 if you have the `memmove' function. */
+#undef HAVE_MEMMOVE
-/* */
-#undef HAVE_GD_BUNDLED
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
-/* */
-#undef HAVE_GD_GIF_READ
+/* Define to 1 if you have the `mempcpy' function. */
+#undef HAVE_MEMPCPY
-/* */
-#undef HAVE_GD_GIF_CREATE
+/* Define if the target system has support for memory allocation using
+ mmap(MAP_ANON) */
+#undef HAVE_MEM_MMAP_ANON
-/* */
-#undef HAVE_GD_IMAGEELLIPSE
+/* Define if the target system has support for memory allocation using
+ mmap("/dev/zero") */
+#undef HAVE_MEM_MMAP_ZERO
-/* */
-#undef HAVE_GD_FONTCACHESHUTDOWN
+/* Define to 1 if you have the `mkfifo' function. */
+#undef HAVE_MKFIFO
-/* */
-#undef HAVE_GD_FONTMUTEX
+/* Define to 1 if you have the `mknod' function. */
+#undef HAVE_MKNOD
-/* */
-#undef HAVE_GD_DYNAMIC_CTX_EX
+/* Define to 1 if you have the `mkstemp' function. */
+#undef HAVE_MKSTEMP
-/* */
-#undef HAVE_GD_GIF_CTX
+/* Define to 1 if you have the `mmap' function. */
+#undef HAVE_MMAP
-/* */
-#undef HAVE_GD_JPG
+/* Define to 1 if you have the <monetary.h> header file. */
+#undef HAVE_MONETARY_H
-/* */
-#undef HAVE_GD_XPM
+/* Define to 1 if you have the `mremap' function. */
+#undef HAVE_MREMAP
-/* */
-#undef HAVE_GD_STRINGFT
+/* */
+#undef HAVE_MSSQL
-/* */
-#undef HAVE_GD_STRINGFTEX
+/* Whether you have MySQL */
+#undef HAVE_MYSQL
-/* */
-#undef ENABLE_GD_TTF
+/* */
+#undef HAVE_MYSQLILIB
-/* */
-#undef USE_GD_JISX0208
+/* Define to 1 if you have the `mysql_commit' function. */
+#undef HAVE_MYSQL_COMMIT
-/* */
-#undef USE_GD_IMGSTRTTF
+/* Define to 1 if you have the `mysql_next_result' function. */
+#undef HAVE_MYSQL_NEXT_RESULT
-/* */
-#undef USE_GD_IMGSTRTTF
+/* Define to 1 if you have the `mysql_sqlstate' function. */
+#undef HAVE_MYSQL_SQLSTATE
-/* */
-#undef HAVE_LIBFREETYPE
+/* Define to 1 if you have the `mysql_stmt_prepare' function. */
+#undef HAVE_MYSQL_STMT_PREPARE
-/* */
-#undef ENABLE_GD_TTF
+/* Define to 1 if you have the `nanosleep' function. */
+#undef HAVE_NANOSLEEP
-/* */
-#undef HAVE_LIBT1
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
+#undef HAVE_NDIR_H
-/* */
-#undef HAVE_LIBGD
+/* Define to 1 if you have the <netdb.h> header file. */
+#undef HAVE_NETDB_H
-/* */
-#undef HAVE_LIBGD13
+/* Define to 1 if you have the <netinet/in.h> header file. */
+#undef HAVE_NETINET_IN_H
-/* */
-#undef HAVE_LIBGD15
+/* Define to 1 if you have the <netinet/tcp.h> header file. */
+#undef HAVE_NETINET_TCP_H
-/* */
-#undef HAVE_GD_PNG
+/* */
+#undef HAVE_NET_SNMP
-/* */
-#undef HAVE_GD_GIF_READ
+/* Whether utf8_mime2text() has new signature */
+#undef HAVE_NEW_MIME2TEXT
-/* */
-#undef HAVE_GD_GIF_CREATE
+/* */
+#undef HAVE_NGETTEXT
-/* */
-#undef HAVE_GD_WBMP
+/* Define to 1 if you have the `nice' function. */
+#undef HAVE_NICE
-/* */
-#undef HAVE_GD_JPG
+/* Define to 1 if you have the `nl_langinfo' function. */
+#undef HAVE_NL_LANGINFO
-/* */
-#undef HAVE_GD_XPM
+/* Whether you have a Netscape/iPlanet/Sun Webserver */
+#undef HAVE_NSAPI
-/* */
-#undef HAVE_GD_GD2
+/* */
+#undef HAVE_NSLDAP
-/* */
-#undef HAVE_LIBGD20
+/* */
+#undef HAVE_OCI8
-/* */
-#undef HAVE_GD_IMAGESETTILE
+/* */
+#undef HAVE_OCICOLLASSIGN
-/* */
-#undef HAVE_GD_IMAGEELLIPSE
+/* */
+#undef HAVE_OCIENVCREATE
-/* */
-#undef HAVE_GD_IMAGESETBRUSH
+/* */
+#undef HAVE_OCIENVNLSCREATE
-/* */
-#undef HAVE_GD_STRINGTTF
+/* */
+#undef HAVE_OCILOBISTEMPORARY
-/* */
-#undef HAVE_GD_STRINGFT
+/* */
+#undef HAVE_OCISTMTFETCH2
-/* */
-#undef HAVE_GD_STRINGFTEX
+/* */
+#undef HAVE_OCI_INSTANT_CLIENT
-/* */
-#undef HAVE_COLORCLOSESTHWB
+/* */
+#undef HAVE_OCI_LOB_READ2
-/* */
-#undef HAVE_GDIMAGECOLORRESOLVE
+/* */
+#undef HAVE_ODBC2
-/* */
-#undef HAVE_GD_GIF_CTX
+/* */
+#undef HAVE_ODBCSDK_H
-/* */
-#undef HAVE_GD_CACHE_CREATE
+/* */
+#undef HAVE_ODBC_H
-/* */
-#undef HAVE_GD_FONTCACHESHUTDOWN
+/* */
+#undef HAVE_ODBC_ROUTER
-/* */
-#undef HAVE_GD_FREEFONTCACHE
+/* */
+#undef HAVE_OLD_COMPAT_H
-/* */
-#undef HAVE_GD_FONTMUTEX
+/* whether you have old-style readdir_r */
+#undef HAVE_OLD_READDIR_R
-/* */
-#undef HAVE_GD_DYNAMIC_CTX_EX
+/* Define to 1 if the oniguruma library is available */
+#undef HAVE_ONIG
-/* */
-#undef HAVE_LIBGD204
+/* Define to 1 if you have the <openssl/crypto.h> header file. */
+#undef HAVE_OPENSSL_CRYPTO_H
-/* Whether to build gd as dynamic module */
-#undef COMPILE_DL_GD
+/* */
+#undef HAVE_OPENSSL_EXT
-/* */
-#undef HAVE_LIBINTL
+/* */
+#undef HAVE_ORALDAP
-/* Whether to build gettext as dynamic module */
-#undef COMPILE_DL_GETTEXT
+/* */
+#undef HAVE_ORALDAP_10
-/* */
-#undef HAVE_NGETTEXT
+/* Whether struct _zend_object_value is packed */
+#undef HAVE_PACKED_OBJECT_VALUE
-/* */
-#undef HAVE_DNGETTEXT
+/* */
+#undef HAVE_PCRE
-/* */
-#undef HAVE_DCNGETTEXT
+/* */
+#undef HAVE_PDO_DBLIB
-/* */
-#undef HAVE_BIND_TEXTDOMAIN_CODESET
+/* */
+#undef HAVE_PDO_FIREBIRD
-/* Whether to build gmp as dynamic module */
-#undef COMPILE_DL_GMP
+/* Whether to build PostgreSQL for PDO support or not */
+#undef HAVE_PDO_PGSQL
-/* */
-#undef HAVE_GMP
+/* */
+#undef HAVE_PDO_SQLITELIB
-/* */
-#undef PHP_MHASH_BC
+/* Define to 1 if you have the `perror' function. */
+#undef HAVE_PERROR
-/* Have HASH Extension */
-#undef HAVE_HASH_EXT
+/* Whether to build PostgreSQL support or not */
+#undef HAVE_PGSQL
-/* Define if processor uses big-endian word */
-#undef WORDS_BIGENDIAN
+/* Whether libpq is compiled with --enable-multibyte */
+#undef HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT
-/* Whether to build hash as dynamic module */
-#undef COMPILE_DL_HASH
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PGTRANSACTIONSTATUS
-/* */
-#undef HAVE_LIBICONV
+/* Whether to have pg_config.h */
+#undef HAVE_PG_CONFIG_H
-/* */
-#undef HAVE_GICONV_H
+/* PostgreSQL 8.1 or later */
+#undef HAVE_PG_LO_CREATE
-/* */
-#undef HAVE_LIBICONV
+/* PostgreSQL 8.4 or later */
+#undef HAVE_PG_LO_IMPORT_WITH_OID
-/* iconv() is aliased to libiconv() in -liconv */
-#undef ICONV_ALIASED_LIBICONV
+/* */
+#undef HAVE_PHP_SESSION
-/* */
-#undef HAVE_ICONV
+/* Whether you have phttpd */
+#undef HAVE_PHTTPD
-/* Which iconv implementation to use */
-#undef PHP_ICONV_IMPL
+/* Define to 1 if you have the `poll' function. */
+#undef HAVE_POLL
-/* Konstantin Chuguev's iconv implementation */
-#undef HAVE_BSD_ICONV
+/* do we have port framework? */
+#undef HAVE_PORT
-/* Which iconv implementation to use */
-#undef PHP_ICONV_IMPL
+/* whether to include POSIX-like functions */
+#undef HAVE_POSIX
-/* glibc's iconv implementation */
-#undef HAVE_GLIBC_ICONV
+/* whether you have POSIX readdir_r */
+#undef HAVE_POSIX_READDIR_R
-/* Which iconv implementation to use */
-#undef PHP_ICONV_IMPL
+/* PostgreSQL 7.0.x or later */
+#undef HAVE_PQCLIENTENCODING
-/* IBM iconv implementation */
-#undef HAVE_IBM_ICONV
+/* Broken libpq under windows */
+#undef HAVE_PQCMDTUPLES
-/* Which iconv implementation to use */
-#undef PHP_ICONV_IMPL
+/* PostgreSQL 7.2.0 or later */
+#undef HAVE_PQESCAPE
-/* Whether iconv supports error no or not */
-#undef ICONV_SUPPORTS_ERRNO
+/* PostgreSQL 8.1.4 or later */
+#undef HAVE_PQESCAPE_BYTEA_CONN
-/* Whether iconv supports error no or not */
-#undef ICONV_SUPPORTS_ERRNO
+/* PostgreSQL 8.1.4 or later */
+#undef HAVE_PQESCAPE_CONN
-/* Whether iconv supports error no or not */
-#undef ICONV_SUPPORTS_ERRNO
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQEXECPARAMS
-/* Path to iconv.h */
-#undef PHP_ICONV_H_PATH
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQEXECPREPARED
-/* Whether to build iconv as dynamic module */
-#undef COMPILE_DL_ICONV
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQFREEMEM
-/* Whether to build imap as dynamic module */
-#undef COMPILE_DL_IMAP
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQFTABLE
-/* */
-#undef HAVE_IMAP
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQGETCOPYDATA
-/* */
-#undef HAVE_IMAP2000
+/* Older PostgreSQL */
+#undef HAVE_PQOIDVALUE
-/* */
-#undef HAVE_IMAP2000
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQPARAMETERSTATUS
-/* */
-#undef HAVE_IMAP2000
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQPREPARE
-/* */
-#undef HAVE_IMAP2000
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQPROTOCOLVERSION
-/* */
-#undef HAVE_IMAP2000
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQPUTCOPYDATA
-/* */
-#undef HAVE_IMAP2000
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQPUTCOPYEND
-/* */
-#undef HAVE_IMAP2004
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQRESULTERRORFIELD
-/* Whether utf8_mime2text() has new signature */
-#undef HAVE_NEW_MIME2TEXT
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQSENDPREPARE
-/* */
-#undef HAVE_IMAP2001
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQSENDQUERYPARAMS
-/* */
-#undef HAVE_LIBPAM
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQSENDQUERYPREPARED
-/* */
-#undef HAVE_LIBCRYPT
+/* PostgreSQL 7.4 or later */
+#undef HAVE_PQSETERRORVERBOSITY
-/* */
-#undef HAVE_IMAP_KRB
+/* PostgreSQL 7.0.x or later */
+#undef HAVE_PQSETNONBLOCKING
-/* */
-#undef HAVE_IMAP_SSL
+/* PostgreSQL 7.3.0 or later */
+#undef HAVE_PQUNESCAPEBYTEA
-/* */
-#undef HAVE_IMAP_AUTH_GSS
+/* do we have prctl? */
+#undef HAVE_PRCTL
-/* */
-#undef HAVE_IMAP_MUTF7
+/* */
+#undef HAVE_PREAD
-/* */
-#undef HAVE_RFC822_OUTPUT_ADDRESS_LIST
+/* */
+#undef HAVE_PSPELL
-/* */
-#undef HAVE_IBASE
+/* do we have ptrace? */
+#undef HAVE_PTRACE
-/* Whether to build interbase as dynamic module */
-#undef COMPILE_DL_INTERBASE
+/* Whether ptrdiff_t is available */
+#undef HAVE_PTRDIFF_T
-/* Whether to build intl as dynamic module */
-#undef COMPILE_DL_INTL
+/* Define to 1 if you have the `ptsname' function. */
+#undef HAVE_PTSNAME
-/* whether to enable JavaScript Object Serialization support */
-#undef HAVE_JSON
+/* Define to 1 if you have the `putenv' function. */
+#undef HAVE_PUTENV
-/* Whether to build json as dynamic module */
-#undef COMPILE_DL_JSON
+/* Define to 1 if you have the <pwd.h> header file. */
+#undef HAVE_PWD_H
-/* Whether to build ldap as dynamic module */
-#undef COMPILE_DL_LDAP
+/* */
+#undef HAVE_PWRITE
-/* */
-#undef HAVE_NSLDAP
+/* Define to 1 if you have the `random' function. */
+#undef HAVE_RANDOM
-/* */
-#undef HAVE_NSLDAP
+/* Define to 1 if you have the `rand_r' function. */
+#undef HAVE_RAND_R
-/* */
-#undef HAVE_NSLDAP
+/* Define to 1 if you have the `realpath' function. */
+#undef HAVE_REALPATH
-/* */
-#undef HAVE_NSLDAP
+/* Whether Reflection is enabled */
+#undef HAVE_REFLECTION
-/* */
-#undef HAVE_ORALDAP
+/* 1 */
+#undef HAVE_REGEX_T_RE_MAGIC
-/* */
-#undef HAVE_ORALDAP_10
+/* Define to 1 if you have the <resolv.h> header file. */
+#undef HAVE_RESOLV_H
-/* */
-#undef HAVE_LDAP
+/* */
+#undef HAVE_RES_NSEARCH
-/* Whether 3 arg set_rebind_proc() */
-#undef HAVE_3ARG_SETREBINDPROC
+/* */
+#undef HAVE_RES_SEARCH
-/* */
-#undef HAVE_LDAP_SASL_SASL_H
+/* */
+#undef HAVE_RFC822_OUTPUT_ADDRESS_LIST
-/* */
-#undef HAVE_LDAP_SASL_H
+/* */
+#undef HAVE_RL_CALLBACK_READ_CHAR
-/* LDAP SASL support */
-#undef HAVE_LDAP_SASL
+/* Define to 1 if you have the `rl_completion_matches' function. */
+#undef HAVE_RL_COMPLETION_MATCHES
-/* whether to have multibyte string support */
-#undef HAVE_MBSTRING
+/* Whether you use Roxen */
+#undef HAVE_ROXEN
-/* whether to check multibyte regex backtrack */
-#undef USE_COMBINATION_EXPLOSION_CHECK
+/* */
+#undef HAVE_SAPDB
-/* Define to 1 if you have the <stdarg.h> header file. */
-#undef HAVE_STDARG_PROTOTYPES
+/* Define to 1 if you have the `scandir' function. */
+#undef HAVE_SCANDIR
-/* Define to 1 if the bundled oniguruma is used */
-#undef PHP_ONIG_BUNDLED
+/* do we have select? */
+#undef HAVE_SELECT
-/* Define to 1 if the oniguruma library is available */
-#undef HAVE_ONIG
+/* */
+#undef HAVE_SEMUN
-/* Define to 1 if the oniguruma library is available */
-#undef HAVE_ONIG
+/* Define to 1 if you have the `setegid' function. */
+#undef HAVE_SETEGID
-/* define to 1 if oniguruma has an invalid entry for KOI8 encoding */
-#undef PHP_ONIG_BAD_KOI8_ENTRY
+/* Define to 1 if you have the `setenv' function. */
+#undef HAVE_SETENV
-/* whether to have multibyte regex support */
-#undef HAVE_MBREGEX
+/* Define to 1 if you have the `seteuid' function. */
+#undef HAVE_SETEUID
-/* Whether to build mbstring as dynamic module */
-#undef COMPILE_DL_MBSTRING
+/* Define to 1 if you have the `setitimer' function. */
+#undef HAVE_SETITIMER
-/* */
-#undef HAVE_LIBMCRYPT
+/* Define to 1 if you have the `setlocale' function. */
+#undef HAVE_SETLOCALE
-/* */
-#undef HAVE_LIBMCRYPT
+/* Define to 1 if you have the `setpgid' function. */
+#undef HAVE_SETPGID
-/* Whether to build mcrypt as dynamic module */
-#undef COMPILE_DL_MCRYPT
+/* Define to 1 if you have the `setpriority' function. */
+#undef HAVE_SETPRIORITY
-/* Whether to build mssql as dynamic module */
-#undef COMPILE_DL_MSSQL
+/* Define to 1 if you have the `setproctitle' function. */
+#undef HAVE_SETPROCTITLE
-/* */
-#undef HAVE_LIBDNET_STUB
+/* Define to 1 if you have the `setsid' function. */
+#undef HAVE_SETSID
-/* */
-#undef HAVE_MSSQL
+/* Define to 1 if you have the `setsockopt' function. */
+#undef HAVE_SETSOCKOPT
-/* */
-#undef HAVE_FREETDS
+/* Define to 1 if you have the `setvbuf' function. */
+#undef HAVE_SETVBUF
-/* */
-#undef PHP_MYSQL_UNIX_SOCK_ADDR
+/* */
+#undef HAVE_SHMOP
-/* */
-#undef PHP_MYSQL_UNIX_SOCK_ADDR
+/* Define to 1 if you have the `shutdown' function. */
+#undef HAVE_SHUTDOWN
-/* Whether you have MySQL */
-#undef HAVE_MYSQL
+/* */
+#undef HAVE_SIGACTION
-/* Whether to build mysql as dynamic module */
-#undef COMPILE_DL_MYSQL
+/* Define to 1 if you have the <signal.h> header file. */
+#undef HAVE_SIGNAL_H
-/* Whether mysqlnd is enabled */
-#undef MYSQL_USE_MYSQLND
+/* Define to 1 if you have the `sigprocmask' function. */
+#undef HAVE_SIGPROCMASK
-/* embedded MySQL support enabled */
-#undef HAVE_EMBEDDED_MYSQLI
+/* Define to 1 if you have the `sigsetjmp' function. */
+#undef HAVE_SIGSETJMP
-/* */
-#undef HAVE_MYSQLILIB
+/* Define to 1 if you have the `sigtimedwait' function. */
+#undef HAVE_SIGTIMEDWAIT
-/* */
-#undef HAVE_STMT_NEXT_RESULT
+/* Define to 1 if you have the `sigwaitinfo' function. */
+#undef HAVE_SIGWAITINFO
-/* Whether to build mysqli as dynamic module */
-#undef COMPILE_DL_MYSQLI
+/* */
+#undef HAVE_SIMPLEXML
-/* Whether mysqlnd is enabled */
-#undef MYSQLI_USE_MYSQLND
+/* Define to 1 if you have the `sin' function. */
+#undef HAVE_SIN
-/* */
-#undef HAVE_OCI_LOB_READ2
+/* */
+#undef HAVE_SNMP
-/* Whether to build oci8 as dynamic module */
-#undef COMPILE_DL_OCI8
+/* */
+#undef HAVE_SNMP_PARSE_OID
-/* */
-#undef HAVE_OCI8
+/* Define to 1 if you have the `snprintf' function. */
+#undef HAVE_SNPRINTF
-/* */
-#undef PHP_OCI8_DEF_DIR
+/* */
+#undef HAVE_SOAP
-/* */
-#undef PHP_OCI8_DEF_SHARED_LIBADD
+/* Whether struct sockaddr has field sa_len */
+#undef HAVE_SOCKADDR_SA_LEN
-/* */
-#undef HAVE_OCI_INSTANT_CLIENT
+/* Whether you have struct sockaddr_storage */
+#undef HAVE_SOCKADDR_STORAGE
-/* */
-#undef HAVE_OCI_LOB_READ2
+/* Define if sockaddr_un in sys/un.h contains a sun_len component */
+#undef HAVE_SOCKADDR_UN_SUN_LEN
-/* Whether to build oci8 as dynamic module */
-#undef COMPILE_DL_OCI8
+/* */
+#undef HAVE_SOCKET
-/* */
-#undef HAVE_OCI8
+/* Define to 1 if you have the `socketpair' function. */
+#undef HAVE_SOCKETPAIR
-/* */
-#undef HAVE_ADABAS
+/* */
+#undef HAVE_SOCKETS
-/* */
-#undef HAVE_SAPDB
+/* Whether you have socklen_t */
+#undef HAVE_SOCKLEN_T
-/* */
-#undef HAVE_SOLID_35
+/* */
+#undef HAVE_SOLID
-/* */
+/* */
#undef HAVE_SOLID_30
-/* */
-#undef HAVE_SOLID
-
-/* Needed in sqlunix.h */
-#undef SS_LINUX
+/* */
+#undef HAVE_SOLID_35
-/* Needed in sqlunix.h */
-#undef SS_LINUX
+/* Whether you want SPL (Standard PHP Library) support */
+#undef HAVE_SPL
-/* Needed in sqlunix.h for wchar defs */
-#undef SS_FBX
+/* */
+#undef HAVE_SQLCLI1_H
-/* Needed in sqlunix.h for wchar defs */
-#undef SS_FBX
+/* */
+#undef HAVE_SQLDATASOURCES
-/* */
-#undef HAVE_IBMDB2
+/* */
+#undef HAVE_SQLEXT_H
-/* */
-#undef HAVE_ODBC_ROUTER
+/* */
+#undef HAVE_SQLITE3
-/* */
-#undef HAVE_EMPRESS
+/* have commercial sqlite3 with crypto support */
+#undef HAVE_SQLITE3_KEY
-/* */
-#undef HAVE_EMPRESS
+/* */
+#undef HAVE_SQLTYPES_H
-/* */
-#undef AIX
+/* */
+#undef HAVE_SQLUCODE_H
-/* */
-#undef HPUX
+/* */
+#undef HAVE_SQLUNIX_H
-/* */
-#undef LINUX
+/* */
+#undef HAVE_SQL_H
-/* */
-#undef NEUTRINO
+/* Define to 1 if you have the `srand48' function. */
+#undef HAVE_SRAND48
-/* */
-#undef ISOLARIS
+/* Define to 1 if you have the `srandom' function. */
+#undef HAVE_SRANDOM
-/* */
-#undef SOLARIS
+/* Whether ssize_t is available */
+#undef HAVE_SSIZE_T
-/* */
-#undef UNIXWARE
+/* Define to 1 if you have the `statfs' function. */
+#undef HAVE_STATFS
-/* */
-#undef HAVE_BIRDSTEP
+/* Define to 1 if you have the `statvfs' function. */
+#undef HAVE_STATVFS
-/* */
-#undef HAVE_CODBC
+/* Define to 1 if you have the <stdarg.h> header file. */
+#undef HAVE_STDARG_H
-/* */
-#undef HAVE_IODBC
+/* Define to 1 if you have the <stdarg.h> header file. */
+#undef HAVE_STDARG_PROTOTYPES
-/* */
-#undef HAVE_ODBC2
+/* Define to 1 if you have the <stdbool.h> header file. */
+#undef HAVE_STDBOOL_H
-/* */
-#undef HAVE_ESOOB
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
-/* */
-#undef HAVE_UNIXODBC
+/* Define to 1 if you have the <stdio.h> header file. */
+#undef HAVE_STDIO_H
-/* Whether you want DBMaker */
-#undef HAVE_DBMAKER
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
-/* */
-#undef HAVE_SQLDATASOURCES
+/* Define to 1 if you have the `std_syslog' function. */
+#undef HAVE_STD_SYSLOG
-/* */
-#undef HAVE_UODBC
+/* */
+#undef HAVE_STMT_NEXT_RESULT
-/* Whether to build odbc as dynamic module */
-#undef COMPILE_DL_ODBC
+/* Define to 1 if you have the `strcasecmp' function. */
+#undef HAVE_STRCASECMP
-/* */
-#undef HAVE_FORK
+/* Define to 1 if you have the `strcoll' function. */
+#undef HAVE_STRCOLL
-/* */
-#undef HAVE_WAITPID
+/* Define to 1 if you have the `strdup' function. */
+#undef HAVE_STRDUP
-/* */
-#undef HAVE_SIGACTION
+/* Define to 1 if you have the `strerror' function. */
+#undef HAVE_STRERROR
-/* Whether to build pcntl as dynamic module */
-#undef COMPILE_DL_PCNTL
+/* Define to 1 if you have the `strfmon' function. */
+#undef HAVE_STRFMON
-/* Whether to build pdo as dynamic module */
-#undef COMPILE_DL_PDO
+/* Define to 1 if you have the `strftime' function. */
+#undef HAVE_STRFTIME
-/* Whether to build pdo_dblib as dynamic module */
-#undef COMPILE_DL_PDO_DBLIB
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
-/* */
-#undef HAVE_LIBDNET_STUB
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
-/* */
-#undef HAVE_PDO_DBLIB
+/* Define to 1 if you have the `strlcat' function. */
+#undef HAVE_STRLCAT
-/* */
-#undef HAVE_FREETDS
+/* Define to 1 if you have the `strlcpy' function. */
+#undef HAVE_STRLCPY
-/* */
-#undef HAVE_PDO_FIREBIRD
+/* Define to 1 if you have the `strndup' function. */
+#undef HAVE_STRNDUP
-/* Whether to build pdo_firebird as dynamic module */
-#undef COMPILE_DL_PDO_FIREBIRD
+/* Define to 1 if you have the `strnlen' function. */
+#undef HAVE_STRNLEN
-/* Whether pdo_mysql uses mysqlnd */
-#undef PDO_USE_MYSQLND
+/* Define to 1 if you have the `strpbrk' function. */
+#undef HAVE_STRPBRK
-/* Whether you have MySQL */
-#undef HAVE_MYSQL
+/* Define to 1 if you have the `strpncpy' function. */
+#undef HAVE_STRPNCPY
-/* */
-#undef PDO_MYSQL_UNIX_ADDR
+/* Define to 1 if you have the `strptime' function. */
+#undef HAVE_STRPTIME
-/* Whether to build pdo_mysql as dynamic module */
-#undef COMPILE_DL_PDO_MYSQL
+/* whether strptime() declaration fails */
+#undef HAVE_STRPTIME_DECL_FAILS
-/* */
-#undef HAVE_OCIENVCREATE
+/* Define to 1 if you have the `strstr' function. */
+#undef HAVE_STRSTR
-/* */
-#undef HAVE_OCIENVNLSCREATE
+/* Define to 1 if you have the `strtod' function. */
+#undef HAVE_STRTOD
-/* */
-#undef HAVE_OCILOBISTEMPORARY
+/* Define to 1 if you have the `strtok_r' function. */
+#undef HAVE_STRTOK_R
-/* */
-#undef HAVE_OCILOBISTEMPORARY
+/* Define to 1 if you have the `strtol' function. */
+#undef HAVE_STRTOL
-/* */
-#undef HAVE_OCICOLLASSIGN
+/* Define to 1 if you have the `strtoll' function. */
+#undef HAVE_STRTOLL
-/* */
-#undef HAVE_OCISTMTFETCH2
+/* Define to 1 if you have the `strtoul' function. */
+#undef HAVE_STRTOUL
-/* Whether to build pdo_oci as dynamic module */
-#undef COMPILE_DL_PDO_OCI
+/* Define to 1 if you have the `strtoull' function. */
+#undef HAVE_STRTOULL
-/* */
-#undef PHP_PDO_OCI_CLIENT_VERSION
+/* whether you have struct flock */
+#undef HAVE_STRUCT_FLOCK
-/* */
-#undef HAVE_ODBC_H
+/* Define to 1 if `st_blksize' is member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_BLKSIZE
-/* */
-#undef HAVE_ODBCSDK_H
+/* Define to 1 if `st_blocks' is member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_BLOCKS
-/* */
-#undef HAVE_IODBC_H
+/* Define to 1 if `st_rdev' is member of `struct stat'. */
+#undef HAVE_STRUCT_STAT_ST_RDEV
-/* */
-#undef HAVE_SQLUNIX_H
+/* Define to 1 if `tm_zone' is member of `struct tm'. */
+#undef HAVE_STRUCT_TM_TM_ZONE
-/* */
-#undef HAVE_SQLTYPES_H
+/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
+ `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
+#undef HAVE_ST_BLKSIZE
-/* */
-#undef HAVE_SQLUCODE_H
+/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
+ `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
+#undef HAVE_ST_BLOCKS
-/* */
-#undef HAVE_SQL_H
+/* Define to 1 if you have the <st.h> header file. */
+#undef HAVE_ST_H
-/* */
-#undef HAVE_ISQL_H
+/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
+ `HAVE_STRUCT_STAT_ST_RDEV' instead. */
+#undef HAVE_ST_RDEV
-/* */
-#undef HAVE_SQLEXT_H
+/* */
+#undef HAVE_SYBASE_CT
-/* */
-#undef HAVE_ISQLEXT_H
+/* Define to 1 if you have the `symlink' function. */
+#undef HAVE_SYMLINK
-/* */
-#undef HAVE_UDBCEXT_H
+/* Define if you have the __sync_fetch_and_add function */
+#undef HAVE_SYNC_FETCH_AND_ADD
-/* */
-#undef HAVE_SQLCLI1_H
+/* do we have sysconf? */
+#undef HAVE_SYSCONF
-/* */
-#undef HAVE_LIBRARYMANAGER_H
+/* Define to 1 if you have the <sysexits.h> header file. */
+#undef HAVE_SYSEXITS_H
-/* */
-#undef HAVE_CLI0CORE_H
+/* Define to 1 if you have the <syslog.h> header file. */
+#undef HAVE_SYSLOG_H
-/* */
-#undef HAVE_CLI0EXT_H
+/* */
+#undef HAVE_SYSVMSG
-/* */
-#undef HAVE_CLI0CLI_H
+/* */
+#undef HAVE_SYSVSEM
-/* */
-#undef HAVE_CLI0DEFS_H
+/* */
+#undef HAVE_SYSVSHM
-/* */
-#undef HAVE_CLI0ENV_H
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+ */
+#undef HAVE_SYS_DIR_H
-/* Whether to build pdo_odbc as dynamic module */
-#undef COMPILE_DL_PDO_ODBC
+/* Define to 1 if you have the <sys/file.h> header file. */
+#undef HAVE_SYS_FILE_H
-/* Whether to have pg_config.h */
-#undef HAVE_PG_CONFIG_H
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
+#undef HAVE_SYS_IOCTL_H
-/* Whether to have pg_config.h */
-#undef HAVE_PG_CONFIG_H
+/* Define to 1 if you have the <sys/ipc.h> header file. */
+#undef HAVE_SYS_IPC_H
-/* Whether to build PostgreSQL for PDO support or not */
-#undef HAVE_PDO_PGSQL
+/* Define to 1 if you have the <sys/loadavg.h> header file. */
+#undef HAVE_SYS_LOADAVG_H
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQPARAMETERSTATUS
+/* Define to 1 if you have the <sys/mkdev.h> header file. */
+#undef HAVE_SYS_MKDEV_H
-/* PostgreSQL 8.0 or later */
-#undef HAVE_PQPREPARE
+/* Define to 1 if you have the <sys/mman.h> header file. */
+#undef HAVE_SYS_MMAN_H
-/* PostgreSQL 8.1.4 or later */
-#undef HAVE_PQESCAPE_CONN
+/* Define to 1 if you have the <sys/mount.h> header file. */
+#undef HAVE_SYS_MOUNT_H
-/* PostgreSQL 8.1.4 or later */
-#undef HAVE_PQESCAPE_BYTEA_CONN
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+ */
+#undef HAVE_SYS_NDIR_H
-/* Whether libpq is compiled with --enable-multibyte */
-#undef HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT
+/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
-/* Whether to build pdo_pgsql as dynamic module */
-#undef COMPILE_DL_PDO_PGSQL
+/* Define to 1 if you have the <sys/poll.h> header file. */
+#undef HAVE_SYS_POLL_H
-/* */
-#undef HAVE_PDO_SQLITELIB
+/* Define to 1 if you have the <sys/resource.h> header file. */
+#undef HAVE_SYS_RESOURCE_H
-/* have commercial sqlite3 with crypto support */
-#undef HAVE_SQLITE3_KEY
+/* Define to 1 if you have the <sys/select.h> header file. */
+#undef HAVE_SYS_SELECT_H
-/* Whether to build pdo_sqlite as dynamic module */
-#undef COMPILE_DL_PDO_SQLITE
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#undef HAVE_SYS_SOCKET_H
-/* Whether to build pdo_sqlite as dynamic module */
-#undef COMPILE_DL_PDO_SQLITE
+/* Define to 1 if you have the <sys/statfs.h> header file. */
+#undef HAVE_SYS_STATFS_H
-/* Whether to have pg_config.h */
-#undef HAVE_PG_CONFIG_H
+/* Define to 1 if you have the <sys/statvfs.h> header file. */
+#undef HAVE_SYS_STATVFS_H
-/* Whether to have pg_config.h */
-#undef HAVE_PG_CONFIG_H
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
-/* Whether to build PostgreSQL support or not */
-#undef HAVE_PGSQL
+/* Define to 1 if you have the <sys/sysexits.h> header file. */
+#undef HAVE_SYS_SYSEXITS_H
-/* PostgreSQL 7.2.0 or later */
-#undef HAVE_PQESCAPE
+/* Define to 1 if you have the <sys/times.h> header file. */
+#undef HAVE_SYS_TIMES_H
-/* PostgreSQL 7.3.0 or later */
-#undef HAVE_PQUNESCAPEBYTEA
+/* Define to 1 if you have the <sys/time.h> header file. */
+#undef HAVE_SYS_TIME_H
-/* PostgreSQL 7.0.x or later */
-#undef HAVE_PQSETNONBLOCKING
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
-/* Broken libpq under windows */
-#undef HAVE_PQCMDTUPLES
+/* Define to 1 if you have the <sys/uio.h> header file. */
+#undef HAVE_SYS_UIO_H
-/* Older PostgreSQL */
-#undef HAVE_PQOIDVALUE
+/* Define to 1 if you have the <sys/un.h> header file. */
+#undef HAVE_SYS_UN_H
-/* PostgreSQL 7.0.x or later */
-#undef HAVE_PQCLIENTENCODING
+/* Define to 1 if you have the <sys/utsname.h> header file. */
+#undef HAVE_SYS_UTSNAME_H
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQPARAMETERSTATUS
+/* Define to 1 if you have the <sys/varargs.h> header file. */
+#undef HAVE_SYS_VARARGS_H
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQPROTOCOLVERSION
+/* Define to 1 if you have the <sys/vfs.h> header file. */
+#undef HAVE_SYS_VFS_H
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PGTRANSACTIONSTATUS
+/* Define to 1 if you have the <sys/wait.h> header file. */
+#undef HAVE_SYS_WAIT_H
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQEXECPARAMS
+/* Define to 1 if you have the `tempnam' function. */
+#undef HAVE_TEMPNAM
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQPREPARE
+/* Define to 1 if you have the <termios.h> header file. */
+#undef HAVE_TERMIOS_H
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQEXECPREPARED
+/* */
+#undef HAVE_TIDY
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQRESULTERRORFIELD
+/* */
+#undef HAVE_TIDYOPTGETDOC
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQSENDQUERYPARAMS
+/* do we have times? */
+#undef HAVE_TIMES
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQSENDPREPARE
+/* Define to 1 if you have the <time.h> header file. */
+#undef HAVE_TIME_H
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQSENDQUERYPREPARED
+/* whether you have tm_gmtoff in struct tm */
+#undef HAVE_TM_GMTOFF
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQPUTCOPYDATA
+/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
+ `HAVE_STRUCT_TM_TM_ZONE' instead. */
+#undef HAVE_TM_ZONE
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQPUTCOPYEND
+/* Whether you have a working ttyname_r */
+#undef HAVE_TTYNAME_R
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQGETCOPYDATA
+/* Define to 1 if you have the <tuxmodule.h> header file. */
+#undef HAVE_TUXMODULE_H
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQFREEMEM
+/* Define to 1 if you don't have `tm_zone' but do have the external array
+ `tzname'. */
+#undef HAVE_TZNAME
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQSETERRORVERBOSITY
+/* Define to 1 if you have the `tzset' function. */
+#undef HAVE_TZSET
-/* PostgreSQL 7.4 or later */
-#undef HAVE_PQFTABLE
+/* */
+#undef HAVE_UDBCEXT_H
-/* PostgreSQL 8.1.4 or later */
-#undef HAVE_PQESCAPE_CONN
+/* Define if uint32_t type is present. */
+#undef HAVE_UINT32_T
-/* PostgreSQL 8.1.4 or later */
-#undef HAVE_PQESCAPE_BYTEA_CONN
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
-/* Whether libpq is compiled with --enable-multibyte */
-#undef HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT
+/* */
+#undef HAVE_UNIXODBC
-/* PostgreSQL 8.1 or later */
-#undef HAVE_PG_LO_CREATE
+/* Define to 1 if you have the <unix.h> header file. */
+#undef HAVE_UNIX_H
-/* PostgreSQL 8.4 or later */
-#undef HAVE_PG_LO_IMPORT_WITH_OID
+/* Define to 1 if you have the `unlockpt' function. */
+#undef HAVE_UNLOCKPT
-/* Whether to build pgsql as dynamic module */
-#undef COMPILE_DL_PGSQL
+/* Define to 1 if you have the `unsetenv' function. */
+#undef HAVE_UNSETENV
-/* Whether to build phar as dynamic module */
-#undef COMPILE_DL_PHAR
+/* */
+#undef HAVE_UODBC
-/* */
-#undef PHAR_HASH_OK
+/* Define to 1 if you have the `usleep' function. */
+#undef HAVE_USLEEP
-/* */
-#undef PHAR_HAVE_OPENSSL
+/* Define to 1 if you have the `utime' function. */
+#undef HAVE_UTIME
-/* whether to include POSIX-like functions */
-#undef HAVE_POSIX
+/* Define to 1 if you have the `utimes' function. */
+#undef HAVE_UTIMES
-/* Whether to build posix as dynamic module */
-#undef COMPILE_DL_POSIX
+/* Define to 1 if you have the <utime.h> header file. */
+#undef HAVE_UTIME_H
-/* Whether you have a working ttyname_r */
-#undef HAVE_TTYNAME_R
+/* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
+#undef HAVE_UTIME_NULL
/* Wether struct utsname has domainname */
#undef HAVE_UTSNAME_DOMAINNAME
-/* Whether to build pspell as dynamic module */
-#undef COMPILE_DL_PSPELL
-
-/* */
-#undef HAVE_PSPELL
-
-/* */
-#undef HAVE_RL_CALLBACK_READ_CHAR
+/* Define to 1 if you have the `vasprintf' function. */
+#undef HAVE_VASPRINTF
-/* */
-#undef HAVE_LIBREADLINE
+/* Define to 1 if you have the `vprintf' function. */
+#undef HAVE_VPRINTF
-/* */
-#undef HAVE_LIBEDIT
+/* Define to 1 if you have the `vsnprintf' function. */
+#undef HAVE_VSNPRINTF
-/* Whether to build readline as dynamic module */
-#undef COMPILE_DL_READLINE
+/* Define to 1 if you have the `wait3' function. */
+#undef HAVE_WAIT3
-/* Whether we have librecode 3.5 */
-#undef HAVE_BROKEN_RECODE
+/* */
+#undef HAVE_WAITPID
-/* Whether we have librecode 3.5 or higher */
-#undef HAVE_LIBRECODE
+/* Define to 1 if you have the <wchar.h> header file. */
+#undef HAVE_WCHAR_H
-/* Whether to build recode as dynamic module */
-#undef COMPILE_DL_RECODE
+/* */
+#undef HAVE_WDDX
-/* Whether Reflection is enabled */
-#undef HAVE_REFLECTION
+/* */
+#undef HAVE_XML
-/* Whether to build reflection as dynamic module */
-#undef COMPILE_DL_REFLECTION
+/* Define to 1 if you have the <xmlparse.h> header file. */
+#undef HAVE_XMLPARSE_H
-/* */
-#undef HAVE_PWRITE
+/* */
+#undef HAVE_XMLREADER
-/* whether pwrite64 is default */
-#undef PHP_PWRITE_64
+/* */
+#undef HAVE_XMLRPC
-/* */
-#undef HAVE_PREAD
+/* Define to 1 if you have the <xmltok.h> header file. */
+#undef HAVE_XMLTOK_H
-/* whether pread64 is default */
-#undef PHP_PREAD_64
+/* */
+#undef HAVE_XMLWRITER
-/* Whether to build session as dynamic module */
-#undef COMPILE_DL_SESSION
+/* */
+#undef HAVE_XSL
-/* */
-#undef HAVE_PHP_SESSION
+/* */
+#undef HAVE_XSL_EXSLT
-/* Whether you have libmm */
-#undef HAVE_LIBMM
+/* */
+#undef HAVE_YP_GET_DEFAULT_DOMAIN
-/* */
-#undef HAVE_SHMOP
+/* */
+#undef HAVE_ZIP
-/* Whether to build shmop as dynamic module */
-#undef COMPILE_DL_SHMOP
+/* */
+#undef HAVE_ZLIB
-/* */
-#undef HAVE_LIBXML
+/* whether _controlfp is present usable */
+#undef HAVE__CONTROLFP
-/* */
-#undef HAVE_SIMPLEXML
+/* whether _controlfp_s is present and usable */
+#undef HAVE__CONTROLFP_S
-/* Whether to build simplexml as dynamic module */
-#undef COMPILE_DL_SIMPLEXML
+/* whether _FPU_SETCW is present and usable */
+#undef HAVE__FPU_SETCW
-/* */
-#undef HAVE_NET_SNMP
+/* */
+#undef HPUX
-/* */
-#undef HAVE_SNMP_PARSE_OID
+/* */
+#undef HSREGEX
-/* */
-#undef HAVE_SNMP
+/* iconv() is aliased to libiconv() in -liconv */
+#undef ICONV_ALIASED_LIBICONV
-/* */
-#undef UCD_SNMP_HACK
+/* Whether iconv supports error no or not */
+#undef ICONV_SUPPORTS_ERRNO
-/* Whether to build snmp as dynamic module */
-#undef COMPILE_DL_SNMP
+/* */
+#undef ISOLARIS
-/* */
-#undef HAVE_LIBXML
+/* */
+#undef LINUX
-/* */
-#undef HAVE_SOAP
+/* */
+#undef MAGIC_QUOTES
-/* Whether to build soap as dynamic module */
-#undef COMPILE_DL_SOAP
+/* Whether asctime_r is declared */
+#undef MISSING_ASCTIME_R_DECL
-/* Whether you have struct cmsghdr */
-#undef HAVE_CMSGHDR
+/* Whether ctime_r is declared */
+#undef MISSING_CTIME_R_DECL
-/* */
-#undef MISSING_MSGHDR_MSGFLAGS
+/* */
+#undef MISSING_FCLOSE_DECL
-/* */
-#undef HAVE_SOCKETS
+/* Whether gmtime_r is declared */
+#undef MISSING_GMTIME_R_DECL
-/* Whether to build sockets as dynamic module */
-#undef COMPILE_DL_SOCKETS
+/* Whether localtime_r is declared */
+#undef MISSING_LOCALTIME_R_DECL
-/* Whether struct _zend_object_value is packed */
-#undef HAVE_PACKED_OBJECT_VALUE
+/* */
+#undef MISSING_MSGHDR_MSGFLAGS
-/* Whether you want SPL (Standard PHP Library) support */
-#undef HAVE_SPL
+/* Whether strtok_r is declared */
+#undef MISSING_STRTOK_R_DECL
-/* Whether to build spl as dynamic module */
-#undef COMPILE_DL_SPL
+/* Whether mysqlnd is enabled */
+#undef MYSQLI_USE_MYSQLND
-/* Have PDO */
-#undef PHP_SQLITE2_HAVE_PDO
+/* Enable compressed protocol support */
+#undef MYSQLND_COMPRESSION_WANTED
-/* Whether to build sqlite as dynamic module */
-#undef COMPILE_DL_SQLITE
+/* Enable SSL support */
+#undef MYSQLND_SSL_SUPPORTED
-/* Size of a pointer */
-#undef SQLITE_PTR_SZ
+/* Whether mysqlnd is enabled */
+#undef MYSQL_USE_MYSQLND
-/* */
-#undef SQLITE_UTF8
+/* */
+#undef NDBM_INCLUDE_FILE
-/* Define if flush should be called explicitly after a buffered io. */
-#undef HAVE_FLUSHIO
+/* */
+#undef NEUTRINO
-/* */
-#undef HAVE_CRYPT
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
-/* whether the compiler supports __alignof__ */
-#undef HAVE_ALIGNOF
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
-/* whether the compiler supports __attribute__ ((__aligned__)) */
-#undef HAVE_ATTRIBUTE_ALIGNED
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
-/* Whether PHP has to use its own crypt_r for blowfish, des, ext des and md5 */
-#undef PHP_USE_PHP_CRYPT_R
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
-/* Whether the system supports standard DES salt */
-#undef PHP_STD_DES_CRYPT
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
-/* Whether the system supports BlowFish salt */
-#undef PHP_BLOWFISH_CRYPT
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
-/* Whether the system supports extended DES salt */
-#undef PHP_EXT_DES_CRYPT
+/* */
+#undef PDO_MYSQL_UNIX_ADDR
-/* Whether the system supports MD5 salt */
-#undef PHP_MD5_CRYPT
+/* Whether pdo_mysql uses mysqlnd */
+#undef PDO_USE_MYSQLND
-/* Whether the system supports SHA512 salt */
-#undef PHP_SHA512_CRYPT
+/* */
+#undef PHAR_HASH_OK
-/* Whether the system supports SHA256 salt */
-#undef PHP_SHA256_CRYPT
+/* */
+#undef PHAR_HAVE_OPENSSL
-/* Whether the system supports standard DES salt */
-#undef PHP_STD_DES_CRYPT
+/* */
+#undef PHP_APACHE_HAVE_CLIENT_FD
/* Whether the system supports BlowFish salt */
#undef PHP_BLOWFISH_CRYPT
-/* Whether the system supports extended DES salt */
-#undef PHP_EXT_DES_CRYPT
-
-/* 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 PHP has to use its own crypt_r for blowfish, des and ext des */
-#undef PHP_USE_PHP_CRYPT_R
+/* PHP build date */
+#undef PHP_BUILD_DATE
/* Define if your system has fork/vfork/CreateProcess */
#undef PHP_CAN_SUPPORT_PROC_OPEN
-/* Whether to enable chroot() function */
-#undef ENABLE_CHROOT_FUNC
-
-/* */
-#undef HAVE_RES_NSEARCH
-
-/* */
-#undef HAVE_RES_NSEARCH
-
-/* */
-#undef HAVE_LIBRESOLV
-
-/* */
-#undef HAVE_RES_NSEARCH
-
-/* */
-#undef HAVE_LIBBIND
-
-/* */
-#undef HAVE_RES_NSEARCH
-
-/* */
-#undef HAVE_LIBSOCKET
-
-/* */
-#undef HAVE_DNS_SEARCH
-
-/* */
-#undef HAVE_DNS_SEARCH
-
-/* */
-#undef HAVE_LIBRESOLV
-
-/* */
-#undef HAVE_DNS_SEARCH
-
-/* */
-#undef HAVE_LIBBIND
-
-/* */
-#undef HAVE_DNS_SEARCH
-
-/* */
-#undef HAVE_LIBSOCKET
-
-/* */
-#undef HAVE_DN_EXPAND
-
-/* */
-#undef HAVE_DN_EXPAND
-
-/* */
-#undef HAVE_LIBRESOLV
+/* */
+#undef PHP_CURL_URL_WRAPPERS
-/* */
-#undef HAVE_DN_EXPAND
+/* Whether the system supports extended DES salt */
+#undef PHP_EXT_DES_CRYPT
-/* */
-#undef HAVE_LIBBIND
+/* fpm group name */
+#undef PHP_FPM_GROUP
-/* */
-#undef HAVE_DN_EXPAND
+/* fpm user name */
+#undef PHP_FPM_USER
-/* */
-#undef HAVE_LIBSOCKET
+/* Whether you have HP-UX 10.x */
+#undef PHP_HPUX_TIME_R
-/* */
-#undef HAVE_DN_SKIPNAME
+/* Path to iconv.h */
+#undef PHP_ICONV_H_PATH
-/* */
-#undef HAVE_DN_SKIPNAME
+/* Which iconv implementation to use */
+#undef PHP_ICONV_IMPL
-/* */
-#undef HAVE_LIBRESOLV
+/* Whether you have IRIX-style functions */
+#undef PHP_IRIX_TIME_R
-/* */
-#undef HAVE_DN_SKIPNAME
+/* Whether the system supports MD5 salt */
+#undef PHP_MD5_CRYPT
-/* */
-#undef HAVE_LIBBIND
+/* */
+#undef PHP_MHASH_BC
-/* */
-#undef HAVE_DN_SKIPNAME
+/* */
+#undef PHP_MYSQL_UNIX_SOCK_ADDR
-/* */
-#undef HAVE_LIBSOCKET
+/* */
+#undef PHP_OCI8_DEF_DIR
-/* */
-#undef HAVE_RES_SEARCH
+/* */
+#undef PHP_OCI8_DEF_SHARED_LIBADD
-/* */
-#undef HAVE_RES_SEARCH
+/* define to 1 if oniguruma has an invalid entry for KOI8 encoding */
+#undef PHP_ONIG_BAD_KOI8_ENTRY
-/* */
-#undef HAVE_LIBRESOLV
+/* Define to 1 if the bundled oniguruma is used */
+#undef PHP_ONIG_BUNDLED
-/* */
-#undef HAVE_RES_SEARCH
+/* uname output */
+#undef PHP_OS
-/* */
-#undef HAVE_LIBBIND
+/* */
+#undef PHP_PDO_OCI_CLIENT_VERSION
-/* */
-#undef HAVE_RES_SEARCH
+/* whether pread64 is default */
+#undef PHP_PREAD_64
-/* */
-#undef HAVE_LIBSOCKET
+/* whether pwrite64 is default */
+#undef PHP_PWRITE_64
-/* whether atof() accepts NAN */
-#undef HAVE_ATOF_ACCEPTS_NAN
+/* */
+#undef PHP_SAFE_MODE
-/* whether atof() accepts INF */
-#undef HAVE_ATOF_ACCEPTS_INF
+/* */
+#undef PHP_SAFE_MODE_EXEC_DIR
-/* whether HUGE_VAL == INF */
-#undef HAVE_HUGE_VAL_INF
+/* Whether the system supports SHA256 salt */
+#undef PHP_SHA256_CRYPT
-/* whether HUGE_VAL + -HUGEVAL == NAN */
-#undef HAVE_HUGE_VAL_NAN
+/* Whether the system supports SHA512 salt */
+#undef PHP_SHA512_CRYPT
-/* whether strptime() declaration fails */
-#undef HAVE_STRPTIME_DECL_FAILS
+/* */
+#undef PHP_SIGCHILD
-/* Define if your system has mbstate_t in wchar.h */
-#undef HAVE_MBSTATE_T
+/* Have PDO */
+#undef PHP_SQLITE2_HAVE_PDO
-/* Whether to build standard as dynamic module */
-#undef COMPILE_DL_STANDARD
+/* Whether the system supports standard DES salt */
+#undef PHP_STD_DES_CRYPT
-/* */
-#undef HAVE_SYBASE_CT
+/* uname -a output */
+#undef PHP_UNAME
-/* Whether to build sybase_ct as dynamic module */
-#undef COMPILE_DL_SYBASE_CT
+/* Whether PHP has to use its own crypt_r for blowfish, des and ext des */
+#undef PHP_USE_PHP_CRYPT_R
-/* */
-#undef HAVE_SYSVMSG
+/* whether write(2) works */
+#undef PHP_WRITE_STDOUT
-/* Whether to build sysvmsg as dynamic module */
-#undef COMPILE_DL_SYSVMSG
+/* /proc/pid/mem interface */
+#undef PROC_MEM_FILE
-/* Whether to build sysvsem as dynamic module */
-#undef COMPILE_DL_SYSVSEM
+/* Whether to use Pthreads */
+#undef PTHREADS
-/* */
-#undef HAVE_SYSVSEM
+/* */
+#undef QDBM_INCLUDE_FILE
-/* */
-#undef HAVE_SEMUN
+/* */
+#undef REGEX
-/* */
-#undef HAVE_SEMUN
+/* Define as the return type of signal handlers (`int' or `void'). */
+#undef RETSIGTYPE
-/* */
-#undef HAVE_SYSVSHM
+/* Whether to use Roxen in ZTS mode */
+#undef ROXEN_USE_ZTS
-/* Whether to build sysvshm as dynamic module */
-#undef COMPILE_DL_SYSVSHM
+/* The size of `char', as computed by sizeof. */
+#undef SIZEOF_CHAR
-/* */
-#undef HAVE_TIDYOPTGETDOC
+/* The size of `char *', as computed by sizeof. */
+#undef SIZEOF_CHAR_P
-/* Whether to build tidy as dynamic module */
-#undef COMPILE_DL_TIDY
+/* The size of `int', as computed by sizeof. */
+#undef SIZEOF_INT
-/* */
-#undef HAVE_TIDY
+/* Size of intmax_t */
+#undef SIZEOF_INTMAX_T
-/* Whether to build tokenizer as dynamic module */
-#undef COMPILE_DL_TOKENIZER
+/* The size of `long', as computed by sizeof. */
+#undef SIZEOF_LONG
-/* */
-#undef HAVE_LIBXML
+/* The size of `long int', as computed by sizeof. */
+#undef SIZEOF_LONG_INT
-/* */
-#undef HAVE_LIBEXPAT
+/* The size of `long long', as computed by sizeof. */
+#undef SIZEOF_LONG_LONG
-/* */
-#undef HAVE_WDDX
+/* The size of `long long int', as computed by sizeof. */
+#undef SIZEOF_LONG_LONG_INT
-/* Whether to build wddx as dynamic module */
-#undef COMPILE_DL_WDDX
+/* Size of ptrdiff_t */
+#undef SIZEOF_PTRDIFF_T
-/* */
-#undef HAVE_LIBXML
+/* The size of `short', as computed by sizeof. */
+#undef SIZEOF_SHORT
-/* */
-#undef HAVE_LIBEXPAT
+/* The size of `size_t', as computed by sizeof. */
+#undef SIZEOF_SIZE_T
-/* Whether to build xml as dynamic module */
-#undef COMPILE_DL_XML
+/* Size of ssize_t */
+#undef SIZEOF_SSIZE_T
-/* */
-#undef HAVE_XML
+/* */
+#undef SOLARIS
-/* */
-#undef HAVE_LIBXML
+/* have sqlite3 with extension support */
+#undef SQLITE_OMIT_LOAD_EXTENSION
-/* */
-#undef HAVE_XMLREADER
+/* Size of a pointer */
+#undef SQLITE_PTR_SZ
-/* Whether to build xmlreader as dynamic module */
-#undef COMPILE_DL_XMLREADER
+/* */
+#undef SQLITE_UTF8
-/* */
-#undef HAVE_XMLRPC
+/* Needed in sqlunix.h for wchar defs */
+#undef SS_FBX
-/* */
-#undef HAVE_LIBXML
+/* Needed in sqlunix.h */
+#undef SS_LINUX
-/* */
-#undef HAVE_LIBEXPAT
+/* If using the C implementation of alloca, define if you know the
+ direction of stack growth for your system; otherwise it will be
+ automatically deduced at runtime.
+ STACK_DIRECTION > 0 => grows toward higher addresses
+ STACK_DIRECTION < 0 => grows toward lower addresses
+ STACK_DIRECTION = 0 => direction of growth unknown */
+#undef STACK_DIRECTION
-/* */
-#undef HAVE_LIBICONV
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
-/* */
-#undef HAVE_GICONV_H
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#undef TIME_WITH_SYS_TIME
-/* */
-#undef HAVE_LIBICONV
+/* Define to 1 if your <sys/time.h> declares `struct tm'. */
+#undef TM_IN_SYS_TIME
-/* iconv() is aliased to libiconv() in -liconv */
-#undef ICONV_ALIASED_LIBICONV
+/* */
+#undef TSRM_ST
-/* */
-#undef HAVE_ICONV
+/* */
+#undef UCD_SNMP_HACK
-/* */
+/* */
#undef UNDEF_THREADS_HACK
-/* Whether to build xmlrpc as dynamic module */
-#undef COMPILE_DL_XMLRPC
-
-/* Whether to build xmlrpc as dynamic module */
-#undef COMPILE_DL_XMLRPC
-
-/* */
-#undef HAVE_LIBXML
-
-/* */
-#undef HAVE_XMLWRITER
-
-/* Whether to build xmlwriter as dynamic module */
-#undef COMPILE_DL_XMLWRITER
+/* */
+#undef UNIXWARE
-/* */
-#undef HAVE_XSL_EXSLT
+/* whether to check multibyte regex backtrack */
+#undef USE_COMBINATION_EXPLOSION_CHECK
-/* */
-#undef HAVE_XSL
+/* */
+#undef USE_GD_IMGSTRTTF
-/* Whether to build xsl as dynamic module */
-#undef COMPILE_DL_XSL
+/* */
+#undef USE_GD_JISX0208
-/* */
-#undef HAVE_ZIP
+/* Define if cross-process locking is required by accept() */
+#undef USE_LOCKING
-/* Whether to build zip as dynamic module */
-#undef COMPILE_DL_ZIP
+/* Enable extensions on AIX 3, Interix. */
+#ifndef _ALL_SOURCE
+# undef _ALL_SOURCE
+#endif
+/* Enable GNU extensions on systems that have them. */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+/* Enable threading extensions on Solaris. */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# undef _POSIX_PTHREAD_SEMANTICS
+#endif
+/* Enable extensions on HP NonStop. */
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
+/* Enable general extensions on Solaris. */
+#ifndef __EXTENSIONS__
+# undef __EXTENSIONS__
+#endif
-/* Enable compressed protocol support */
-#undef MYSQLND_COMPRESSION_WANTED
-/* Enable SSL support */
-#undef MYSQLND_SSL_SUPPORTED
+/* */
+#undef USE_TRANSFER_TABLES
-/* Whether to build mysqlnd as dynamic module */
-#undef COMPILE_DL_MYSQLND
+/* whether you want Pi3Web support */
+#undef WITH_PI3WEB
-/* Define if int32_t type is present. */
-#undef HAVE_INT32_T
+/* */
+#undef WITH_ZEUS
-/* Define if uint32_t type is present. */
-#undef HAVE_UINT32_T
+/* Define if processor uses big-endian word */
+#undef WORDS_BIGENDIAN
/* Whether sprintf is broken */
#undef ZEND_BROKEN_SPRINTF
-/* whether floatingpoint.h defines fp_except */
-#undef HAVE_FP_EXCEPT
-
-/* whether _FPU_SETCW is present and usable */
-#undef HAVE__FPU_SETCW
-
-/* whether fpsetprec is present and usable */
-#undef HAVE_FPSETPREC
-
-/* whether _controlfp is present usable */
-#undef HAVE__CONTROLFP
-
-/* whether _controlfp_s is present and usable */
-#undef HAVE__CONTROLFP_S
-
-/* whether FPU control word can be manipulated by inline assembler */
-#undef HAVE_FPU_INLINE_ASM_X86
+/* */
+#undef ZEND_DEBUG
/* Define if double cast to long preserves least significant bits */
#undef ZEND_DVAL_TO_LVAL_CAST_OK
-/* Define if dlsym() requires a leading underscore in symbol names. */
-#undef DLSYM_NEEDS_UNDERSCORE
-
-/* virtual machine dispatch method */
-#undef ZEND_VM_KIND
-
-/* virtual machine dispatch method */
-#undef ZEND_VM_KIND
-
-/* virtual machine dispatch method */
-#undef ZEND_VM_KIND
-
-/* */
-#undef ZEND_DEBUG
-
-/* */
-#undef ZEND_DEBUG
-
-/* */
-#undef ZTS
-
-/* */
-#undef ZEND_MULTIBYTE
-
-/* Define if the target system is darwin */
-#undef DARWIN
-
-/* */
+/* */
#undef ZEND_MM_ALIGNMENT
-/* */
+/* */
#undef ZEND_MM_ALIGNMENT_LOG2
-/* Define if the target system has support for memory allocation using mmap(MAP_ANON) */
-#undef HAVE_MEM_MMAP_ANON
+/* */
+#undef ZEND_MULTIBYTE
-/* Define if the target system has support for memory allocation using mmap(/dev/zero) */
-#undef HAVE_MEM_MMAP_ZERO
+/* virtual machine dispatch method */
+#undef ZEND_VM_KIND
-/* */
+/* */
#undef ZTS
-/* Whether you use GNU Pth */
-#undef GNUPTH
+/* Define to 1 if on MINIX. */
+#undef _MINIX
-/* */
-#undef TSRM_ST
+/* Define to 2 if the system does not provide POSIX.1 features except with
+ this defined. */
+#undef _POSIX_1_SOURCE
-/* Whether to use native BeOS threads */
-#undef BETHREADS
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+#undef _POSIX_SOURCE
-/* Whether to use Pthreads */
-#undef PTHREADS
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const
-/* PHP build date */
-#undef PHP_BUILD_DATE
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef gid_t
-/* hardcode for each of the cross compiler host */
-#undef PHP_OS
+/* */
+#undef in_addr_t
-/* hardcode for each of the cross compiler host */
-#undef PHP_UNAME
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+ calls it, or to nothing if 'inline' is not supported under any name. */
+#ifndef __cplusplus
+#undef inline
+#endif
-/* uname -a output */
-#undef PHP_UNAME
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t
-/* uname output */
-#undef PHP_OS
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef uid_t
-/* */
-#undef HAVE_BUILD_DEFS_H
+/* Define to `unsigned int ' if <sys/types.h> does not define. */
+#undef uint
+/* Define to `unsigned long ' if <sys/types.h> does not define. */
+#undef ulong
#ifndef ZEND_ACCONFIG_H_NO_C_PROTOS
diff --git a/main/php_content_types.c b/main/php_content_types.c
index 7633c6d9e..175e28ee8 100644
--- a/main/php_content_types.c
+++ b/main/php_content_types.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_content_types.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_content_types.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
#include "SAPI.h"
diff --git a/main/php_content_types.h b/main/php_content_types.h
index b69887cae..5761e3f60 100644
--- a/main/php_content_types.h
+++ b/main/php_content_types.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_content_types.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_content_types.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_CONTENT_TYPES_H
#define PHP_CONTENT_TYPES_H
diff --git a/main/php_getopt.h b/main/php_getopt.h
index f8639465f..c077d1005 100644
--- a/main/php_getopt.h
+++ b/main/php_getopt.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_getopt.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_getopt.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_GETOPT_H
#define PHP_GETOPT_H
diff --git a/main/php_globals.h b/main/php_globals.h
index 5dbeeaa21..7247de0d1 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_globals.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_globals.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_GLOBALS_H
#define PHP_GLOBALS_H
@@ -170,6 +170,12 @@ struct _php_core_globals {
char *mail_log;
zend_bool in_error_log;
+
+#ifdef PHP_WIN32
+ zend_bool windows_show_crt_warning;
+#endif
+
+ long max_input_vars;
};
diff --git a/main/php_ini.c b/main/php_ini.c
index cd47ea549..a5c9178c6 100644
--- a/main/php_ini.c
+++ b/main/php_ini.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_ini.c 314383 2011-08-06 21:10:29Z rasmus $ */
+/* $Id: php_ini.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
#include "ext/standard/info.h"
diff --git a/main/php_ini.h b/main/php_ini.h
index 09d8ee80e..024e6f320 100644
--- a/main/php_ini.h
+++ b/main/php_ini.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_ini.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_ini.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_INI_H
#define PHP_INI_H
diff --git a/main/php_logos.c b/main/php_logos.c
index 2b5719933..c3670b3be 100644
--- a/main/php_logos.c
+++ b/main/php_logos.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_logos.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_logos.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
#include "logos.h"
diff --git a/main/php_logos.h b/main/php_logos.h
index 9d7c962d4..d147f7859 100644
--- a/main/php_logos.h
+++ b/main/php_logos.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_logos.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_logos.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef _PHP_LOGOS_H
diff --git a/main/php_main.h b/main/php_main.h
index 89a197f10..d36d47f9f 100644
--- a/main/php_main.h
+++ b/main/php_main.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_main.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_main.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_MAIN_H
#define PHP_MAIN_H
diff --git a/main/php_memory_streams.h b/main/php_memory_streams.h
index 838c58c0f..2514859d8 100644
--- a/main/php_memory_streams.h
+++ b/main/php_memory_streams.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_memory_streams.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_memory_streams.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_MEMORY_STREAM_H
#define PHP_MEMORY_STREAM_H
diff --git a/main/php_network.h b/main/php_network.h
index e1240ebed..a8e9e283b 100644
--- a/main/php_network.h
+++ b/main/php_network.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_network.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_network.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef _PHP_NETWORK_H
#define _PHP_NETWORK_H
diff --git a/main/php_open_temporary_file.c b/main/php_open_temporary_file.c
index 0882e5e15..64c6cfbd4 100644
--- a/main/php_open_temporary_file.c
+++ b/main/php_open_temporary_file.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_open_temporary_file.c 309792 2011-03-28 16:43:49Z pajoye $ */
+/* $Id: php_open_temporary_file.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
diff --git a/main/php_open_temporary_file.h b/main/php_open_temporary_file.h
index e9d1d9e1e..6735f5885 100644
--- a/main/php_open_temporary_file.h
+++ b/main/php_open_temporary_file.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_open_temporary_file.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_open_temporary_file.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_OPEN_TEMPORARY_FILE_H
#define PHP_OPEN_TEMPORARY_FILE_H
diff --git a/main/php_output.h b/main/php_output.h
index 56d6c31a1..68222ce7e 100644
--- a/main/php_output.h
+++ b/main/php_output.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_output.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_output.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_OUTPUT_H
#define PHP_OUTPUT_H
diff --git a/main/php_reentrancy.h b/main/php_reentrancy.h
index 242bc1438..e8323c357 100644
--- a/main/php_reentrancy.h
+++ b/main/php_reentrancy.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_reentrancy.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_reentrancy.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_REENTRANCY_H
#define PHP_REENTRANCY_H
diff --git a/main/php_scandir.c b/main/php_scandir.c
index ab21e2649..306ee0fc1 100644
--- a/main/php_scandir.c
+++ b/main/php_scandir.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_scandir.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_scandir.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
#include "php_scandir.h"
diff --git a/main/php_scandir.h b/main/php_scandir.h
index b15cef180..022b951ea 100644
--- a/main/php_scandir.h
+++ b/main/php_scandir.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_scandir.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_scandir.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_SCANDIR_H
#define PHP_SCANDIR_H
diff --git a/main/php_sprintf.c b/main/php_sprintf.c
index 0aba78c97..098ff8fd4 100644
--- a/main/php_sprintf.c
+++ b/main/php_sprintf.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_sprintf.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_sprintf.c 321634 2012-01-01 13:15:04Z felipe $ */
#include <stdio.h>
#include <stdarg.h>
diff --git a/main/php_streams.h b/main/php_streams.h
index 31c0d9774..aae091c94 100755
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_streams.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_streams.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_STREAMS_H
#define PHP_STREAMS_H
diff --git a/main/php_syslog.h b/main/php_syslog.h
index 929553f62..3fe6f29e2 100644
--- a/main/php_syslog.h
+++ b/main/php_syslog.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_syslog.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_syslog.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_SYSLOG_H
#define PHP_SYSLOG_H
diff --git a/main/php_ticks.c b/main/php_ticks.c
index 24e282833..0a6ffd316 100644
--- a/main/php_ticks.c
+++ b/main/php_ticks.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_ticks.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_ticks.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
#include "php_ticks.h"
diff --git a/main/php_ticks.h b/main/php_ticks.h
index 50043ea82..4f47e85b5 100644
--- a/main/php_ticks.h
+++ b/main/php_ticks.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_ticks.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_ticks.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_TICKS_H
#define PHP_TICKS_H
diff --git a/main/php_variables.c b/main/php_variables.c
index b6f28c2ca..8a84ac870 100644
--- a/main/php_variables.c
+++ b/main/php_variables.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_variables.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_variables.c 321634 2012-01-01 13:15:04Z felipe $ */
#include <stdio.h>
#include "php.h"
@@ -191,9 +191,14 @@ PHPAPI void php_register_variable_ex(char *var_name, zval *val, zval *track_vars
}
if (zend_symtable_find(symtable1, escaped_index, index_len + 1, (void **) &gpc_element_p) == FAILURE
|| Z_TYPE_PP(gpc_element_p) != IS_ARRAY) {
- MAKE_STD_ZVAL(gpc_element);
- array_init(gpc_element);
- zend_symtable_update(symtable1, escaped_index, index_len + 1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p);
+ if (zend_hash_num_elements(symtable1) <= PG(max_input_vars)) {
+ if (zend_hash_num_elements(symtable1) == PG(max_input_vars)) {
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Input variables exceeded %ld. To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
+ }
+ MAKE_STD_ZVAL(gpc_element);
+ array_init(gpc_element);
+ zend_symtable_update(symtable1, escaped_index, index_len + 1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p);
+ }
}
if (index != escaped_index) {
efree(escaped_index);
@@ -236,7 +241,14 @@ plain_var:
zend_symtable_exists(symtable1, escaped_index, index_len + 1)) {
zval_ptr_dtor(&gpc_element);
} else {
- zend_symtable_update(symtable1, escaped_index, index_len + 1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p);
+ if (zend_hash_num_elements(symtable1) <= PG(max_input_vars)) {
+ if (zend_hash_num_elements(symtable1) == PG(max_input_vars)) {
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Input variables exceeded %ld. To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
+ }
+ zend_symtable_update(symtable1, escaped_index, index_len + 1, &gpc_element, sizeof(zval *), (void **) &gpc_element_p);
+ } else {
+ zval_ptr_dtor(&gpc_element);
+ }
}
if (escaped_index != index) {
efree(escaped_index);
diff --git a/main/php_variables.h b/main/php_variables.h
index cfd1736b0..59b0507c3 100644
--- a/main/php_variables.h
+++ b/main/php_variables.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_variables.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_variables.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_VARIABLES_H
#define PHP_VARIABLES_H
diff --git a/main/php_version.h b/main/php_version.h
index 776b2f783..54f018f1d 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 8
+#define PHP_RELEASE_VERSION 9
#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.3.8"
-#define PHP_VERSION_ID 50308
+#define PHP_VERSION "5.3.9"
+#define PHP_VERSION_ID 50309
diff --git a/main/reentrancy.c b/main/reentrancy.c
index afa51be6b..d67760ffa 100644
--- a/main/reentrancy.c
+++ b/main/reentrancy.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: reentrancy.c 313144 2011-07-11 17:01:23Z iliaa $ */
+/* $Id: reentrancy.c 321634 2012-01-01 13:15:04Z felipe $ */
#include <sys/types.h>
#include <string.h>
diff --git a/main/rfc1867.c b/main/rfc1867.c
index a63028d9f..ad0ea0292 100644
--- a/main/rfc1867.c
+++ b/main/rfc1867.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: rfc1867.c 312103 2011-06-12 15:14:18Z felipe $ */
+/* $Id: rfc1867.c 321634 2012-01-01 13:15:04Z felipe $ */
/*
* This product includes software developed by the Apache Group
@@ -816,7 +816,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
}
} else {
/* search for the end of the boundary */
- boundary_end = strchr(boundary, ',');
+ boundary_end = strpbrk(boundary, ",;");
}
if (boundary_end) {
boundary_end[0] = '\0';
@@ -1210,11 +1210,12 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
}
#ifdef PHP_WIN32
if (PG(magic_quotes_gpc)) {
- s = s ? s : filename;
- tmp = strrchr(s, '\'');
- s = tmp > s ? tmp : s;
- tmp = strrchr(s, '"');
- s = tmp > s ? tmp : s;
+ if ((tmp = strrchr(s ? s : filename, '\'')) > s) {
+ s = tmp;
+ }
+ if ((tmp = strrchr(s ? s : filename, '"')) > s) {
+ s = tmp;
+ }
}
#endif
diff --git a/main/rfc1867.h b/main/rfc1867.h
index 77e68ded9..f958ece14 100644
--- a/main/rfc1867.h
+++ b/main/rfc1867.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: rfc1867.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: rfc1867.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef RFC1867_H
#define RFC1867_H
diff --git a/main/safe_mode.c b/main/safe_mode.c
index 339653acd..3f7bad6f9 100644
--- a/main/safe_mode.c
+++ b/main/safe_mode.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: safe_mode.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: safe_mode.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
diff --git a/main/safe_mode.h b/main/safe_mode.h
index 39ca65674..c3fd60e41 100644
--- a/main/safe_mode.h
+++ b/main/safe_mode.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: safe_mode.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: safe_mode.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef SAFE_MODE_H
#define SAFE_MODE_H
diff --git a/main/snprintf.c b/main/snprintf.c
index bd5dc939c..94e65dddd 100644
--- a/main/snprintf.c
+++ b/main/snprintf.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: snprintf.c 314582 2011-08-09 02:42:25Z pierrick $ */
+/* $Id: snprintf.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
diff --git a/main/snprintf.h b/main/snprintf.h
index ded7e7055..32c41729b 100644
--- a/main/snprintf.h
+++ b/main/snprintf.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: snprintf.h 308525 2011-02-21 06:53:24Z cataphract $ */
+/* $Id: snprintf.h 321634 2012-01-01 13:15:04Z felipe $ */
/*
diff --git a/main/spprintf.c b/main/spprintf.c
index fef5b63f2..15df17a3b 100644
--- a/main/spprintf.c
+++ b/main/spprintf.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: spprintf.c 314581 2011-08-09 02:37:02Z pierrick $ */
+/* $Id: spprintf.c 321634 2012-01-01 13:15:04Z felipe $ */
/* This is the spprintf implementation.
* It has emerged from apache snprintf. See original header:
diff --git a/main/spprintf.h b/main/spprintf.h
index a63dfeee8..30a0dea58 100644
--- a/main/spprintf.h
+++ b/main/spprintf.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: spprintf.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: spprintf.h 321634 2012-01-01 13:15:04Z felipe $ */
/*
diff --git a/main/streams/cast.c b/main/streams/cast.c
index 1dcfba00c..e7bb4308a 100644
--- a/main/streams/cast.c
+++ b/main/streams/cast.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: cast.c 307611 2011-01-20 06:32:59Z pajoye $ */
+/* $Id: cast.c 321634 2012-01-01 13:15:04Z felipe $ */
#define _GNU_SOURCE
#include "php.h"
@@ -271,15 +271,15 @@ PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show
newstream = php_stream_fopen_tmpfile();
if (newstream) {
- int retval = php_stream_copy_to_stream_ex(stream, newstream, PHP_STREAM_COPY_ALL, NULL);
+ size_t retcopy = php_stream_copy_to_stream_ex(stream, newstream, PHP_STREAM_COPY_ALL, NULL);
- if (ret != SUCCESS) {
+ if (retcopy != SUCCESS) {
php_stream_close(newstream);
} else {
- int retcode = php_stream_cast(newstream, castas | flags, (void **)ret, show_err);
+ int retcast = php_stream_cast(newstream, castas | flags, (void **)ret, show_err);
- if (retcode == SUCCESS) {
- rewind(*(FILE**)retval);
+ if (retcast == SUCCESS) {
+ rewind(*(FILE**)ret);
}
/* do some specialized cleanup */
@@ -287,7 +287,9 @@ PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show
php_stream_free(stream, PHP_STREAM_FREE_CLOSE_CASTED);
}
- return retcode;
+ /* TODO: we probably should be setting .stdiocast and .fclose_stdiocast or
+ * we may be leaking the FILE*. Needs investigation, though. */
+ return retcast;
}
}
}
diff --git a/main/streams/filter.c b/main/streams/filter.c
index 90cebf659..8c4f0a03d 100644
--- a/main/streams/filter.c
+++ b/main/streams/filter.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: filter.c 314641 2011-08-09 12:16:58Z laruence $ */
+/* $Id: filter.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
#include "php_globals.h"
diff --git a/main/streams/glob_wrapper.c b/main/streams/glob_wrapper.c
index 67bceb2ca..a43397498 100755
--- a/main/streams/glob_wrapper.c
+++ b/main/streams/glob_wrapper.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: glob_wrapper.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: glob_wrapper.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
#include "php_streams_int.h"
diff --git a/main/streams/memory.c b/main/streams/memory.c
index aa338da2e..09820af86 100644
--- a/main/streams/memory.c
+++ b/main/streams/memory.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: memory.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: memory.c 321634 2012-01-01 13:15:04Z felipe $ */
#define _GNU_SOURCE
#include "php.h"
diff --git a/main/streams/mmap.c b/main/streams/mmap.c
index de8a3d2eb..58aa06f9f 100644
--- a/main/streams/mmap.c
+++ b/main/streams/mmap.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: mmap.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: mmap.c 321634 2012-01-01 13:15:04Z felipe $ */
/* Memory Mapping interface for streams */
#include "php.h"
diff --git a/main/streams/php_stream_context.h b/main/streams/php_stream_context.h
index 10f5a7906..5bc4aeb90 100644
--- a/main/streams/php_stream_context.h
+++ b/main/streams/php_stream_context.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_stream_context.h 309927 2011-04-03 21:46:52Z pierrick $ */
+/* $Id: php_stream_context.h 321634 2012-01-01 13:15:04Z felipe $ */
/* Stream context and status notification related definitions */
diff --git a/main/streams/php_stream_filter_api.h b/main/streams/php_stream_filter_api.h
index ef3e73ee3..21bdda4b3 100644
--- a/main/streams/php_stream_filter_api.h
+++ b/main/streams/php_stream_filter_api.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -19,7 +19,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_stream_filter_api.h 309927 2011-04-03 21:46:52Z pierrick $ */
+/* $Id: php_stream_filter_api.h 321634 2012-01-01 13:15:04Z felipe $ */
/* The filter API works on the principle of "Bucket-Brigades". This is
* partially inspired by the Apache 2 method of doing things, although
diff --git a/main/streams/php_stream_glob_wrapper.h b/main/streams/php_stream_glob_wrapper.h
index f55245bb0..18178286b 100755
--- a/main/streams/php_stream_glob_wrapper.h
+++ b/main/streams/php_stream_glob_wrapper.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_stream_glob_wrapper.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_stream_glob_wrapper.h 321634 2012-01-01 13:15:04Z felipe $ */
PHPAPI extern php_stream_wrapper php_glob_stream_wrapper;
PHPAPI extern php_stream_ops php_glob_stream_ops;
diff --git a/main/streams/php_stream_mmap.h b/main/streams/php_stream_mmap.h
index 242b43e05..6d9ee869a 100644
--- a/main/streams/php_stream_mmap.h
+++ b/main/streams/php_stream_mmap.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_stream_mmap.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_stream_mmap.h 321634 2012-01-01 13:15:04Z felipe $ */
/* Memory Mapping interface for streams.
* The intention is to provide a uniform interface over the most common
diff --git a/main/streams/php_stream_plain_wrapper.h b/main/streams/php_stream_plain_wrapper.h
index 2d64fec19..2074f5b22 100644
--- a/main/streams/php_stream_plain_wrapper.h
+++ b/main/streams/php_stream_plain_wrapper.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_stream_plain_wrapper.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_stream_plain_wrapper.h 321634 2012-01-01 13:15:04Z felipe $ */
/* definitions for the plain files wrapper */
diff --git a/main/streams/php_stream_transport.h b/main/streams/php_stream_transport.h
index e14ac1023..6d79c97a4 100644
--- a/main/streams/php_stream_transport.h
+++ b/main/streams/php_stream_transport.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_stream_transport.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_stream_transport.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifdef PHP_WIN32
#include "config.w32.h"
#include <Ws2tcpip.h>
diff --git a/main/streams/php_stream_userspace.h b/main/streams/php_stream_userspace.h
index 08a66e50e..ff54d08db 100644
--- a/main/streams/php_stream_userspace.h
+++ b/main/streams/php_stream_userspace.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_stream_userspace.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_stream_userspace.h 321634 2012-01-01 13:15:04Z felipe $ */
/* for user-space streams */
diff --git a/main/streams/php_streams_int.h b/main/streams/php_streams_int.h
index 168614ea1..cd58a0701 100644
--- a/main/streams/php_streams_int.h
+++ b/main/streams/php_streams_int.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_streams_int.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_streams_int.h 321634 2012-01-01 13:15:04Z felipe $ */
#if ZEND_DEBUG
diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c
index 01fb7111c..c4fb17252 100644
--- a/main/streams/plain_wrapper.c
+++ b/main/streams/plain_wrapper.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: plain_wrapper.c 308011 2011-02-04 10:47:41Z aharvey $ */
+/* $Id: plain_wrapper.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
#include "php_globals.h"
diff --git a/main/streams/streams.c b/main/streams/streams.c
index be2745cb8..3638dff74 100755
--- a/main/streams/streams.c
+++ b/main/streams/streams.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -19,7 +19,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: streams.c 312937 2011-07-05 16:09:06Z cataphract $ */
+/* $Id: streams.c 321634 2012-01-01 13:15:04Z felipe $ */
#define _GNU_SOURCE
#include "php.h"
@@ -918,9 +918,8 @@ PHPAPI char *php_stream_get_record(php_stream *stream, size_t maxlen, size_t *re
just_read = (stream->writepos - stream->readpos) - len;
len += just_read;
- /* read operation have less data than request; assume the stream is
- * temporarily or permanently out of data */
- if (just_read < toread) {
+ /* Assume the stream is temporarily or permanently out of data */
+ if (just_read == 0) {
break;
}
}
diff --git a/main/streams/transports.c b/main/streams/transports.c
index 3c75bde80..9431f6a39 100644
--- a/main/streams/transports.c
+++ b/main/streams/transports.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: transports.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: transports.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
#include "php_streams_int.h"
diff --git a/main/streams/userspace.c b/main/streams/userspace.c
index 98371ea64..bc9ff71ba 100644
--- a/main/streams/userspace.c
+++ b/main/streams/userspace.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: userspace.c 307934 2011-02-01 22:55:17Z cataphract $ */
+/* $Id: userspace.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
#include "php_globals.h"
@@ -863,6 +863,7 @@ static int statbuf_from_array(zval *array, php_stream_statbuf *ssb TSRMLS_DC)
#define STAT_PROP_ENTRY(name) STAT_PROP_ENTRY_EX(name,name)
+ memset(ssb, 0, sizeof(php_stream_statbuf));
STAT_PROP_ENTRY(dev);
STAT_PROP_ENTRY(ino);
STAT_PROP_ENTRY(mode);
diff --git a/main/streams/xp_socket.c b/main/streams/xp_socket.c
index 9d0859d5a..bfd05011e 100644
--- a/main/streams/xp_socket.c
+++ b/main/streams/xp_socket.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: xp_socket.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: xp_socket.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
#include "ext/standard/file.h"
diff --git a/main/strlcat.c b/main/strlcat.c
index d68470396..5ea31a627 100644
--- a/main/strlcat.c
+++ b/main/strlcat.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: strlcat.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: strlcat.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
diff --git a/main/strlcpy.c b/main/strlcpy.c
index b60e7fa1f..40fdf2ed2 100644
--- a/main/strlcpy.c
+++ b/main/strlcpy.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: strlcpy.c 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: strlcpy.c 321634 2012-01-01 13:15:04Z felipe $ */
#include "php.h"
diff --git a/main/win32_internal_function_disabled.h b/main/win32_internal_function_disabled.h
index ce9302638..f10c0eaab 100644
--- a/main/win32_internal_function_disabled.h
+++ b/main/win32_internal_function_disabled.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: win32_internal_function_disabled.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: win32_internal_function_disabled.h 321634 2012-01-01 13:15:04Z felipe $ */
/* 5 means the min version is 5 (XP/2000), 6 (2k8/vista), etc. */
diff --git a/main/win95nt.h b/main/win95nt.h
index 4db5ce97a..13b3358c9 100644
--- a/main/win95nt.h
+++ b/main/win95nt.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: win95nt.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: win95nt.h 321634 2012-01-01 13:15:04Z felipe $ */
/* Defines and types for Windows 95/NT */
#define HAVE_DECLARED_TIMEZONE