--- embedaddon/php/main/php_config.h.in 2012/05/29 12:34:35 1.1.1.2 +++ embedaddon/php/main/php_config.h.in 2013/10/14 08:02:43 1.1.1.4 @@ -25,9 +25,6 @@ #undef BETHREADS /* */ -#undef BUGGY_SNMPRINT_VALUE - -/* */ #undef CDB_INCLUDE_FILE /* Define if system uses EBCDIC */ @@ -756,6 +753,12 @@ #undef HAVE_GD_IMAGESETTILE /* */ +#undef HAVE_GD_IMAGE_CONVOLUTION + +/* */ +#undef HAVE_GD_IMAGE_PIXELATE + +/* */ #undef HAVE_GD_JPG /* */ @@ -1366,6 +1369,9 @@ /* PostgreSQL 7.2.0 or later */ #undef HAVE_PQESCAPE +/* PostgreSQL 9.0 or later */ +#undef HAVE_PQESCAPELITERAL + /* PostgreSQL 8.1.4 or later */ #undef HAVE_PQESCAPE_BYTEA_CONN @@ -1495,6 +1501,9 @@ /* */ #undef HAVE_SAPDB +/* Whether you have sockaddr_storage.ss_family */ +#undef HAVE_SA_SS_FAMILY + /* Define to 1 if you have the `scandir' function. */ #undef HAVE_SCANDIR @@ -1795,6 +1804,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYSLOG_H +/* FPM use systemd integration */ +#undef HAVE_SYSTEMD + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYSTEMD_SD_DAEMON_H + /* */ #undef HAVE_SYSVMSG @@ -1970,7 +1985,7 @@ /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ #undef HAVE_UTIME_NULL -/* Wether struct utsname has domainname */ +/* Whether struct utsname has domainname */ #undef HAVE_UTSNAME_DOMAINNAME /* Define to 1 if you have the `vasprintf' function. */ @@ -2147,6 +2162,9 @@ /* fpm group name */ #undef PHP_FPM_GROUP +/* fpm systemd service type */ +#undef PHP_FPM_SYSTEMD + /* fpm user name */ #undef PHP_FPM_USER @@ -2270,6 +2288,9 @@ /* */ #undef SOLARIS +/* have sqlite3 with column metadata enabled */ +#undef SQLITE_ENABLE_COLUMN_METADATA + /* have sqlite3 with extension support */ #undef SQLITE_OMIT_LOAD_EXTENSION @@ -2353,9 +2374,6 @@ /* Define if processor uses big-endian word */ #undef WORDS_BIGENDIAN - -/* Include external shared modules configurations */ -#include "ext/php_config.h" /* Whether sprintf is broken */ #undef ZEND_BROKEN_SPRINTF