Diff for /embedaddon/php/main/php_config.h.in between versions 1.1.1.2 and 1.1.1.4

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

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.4


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