From: Edin Kadribasic Date: Thu, 29 Jul 2004 21:12:47 +0000 (+0000) Subject: MFH: Fix informix compilation on Windows (bug #29340) X-Git-Tag: php-5.0.1RC1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31120ba5f73821607a823d37894d0a80983f86d4;p=php MFH: Fix informix compilation on Windows (bug #29340) --- diff --git a/NEWS b/NEWS index d21b25c389..81aac4703b 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ PHP NEWS the constructor). (Marcus) - Fixed bug #29342 (strtotime() does not handle empty date string properly). (Ilia) +- Fixed bug #29340 (win32 build produces invalid php_ifx.dll). (Edin) - Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default) (Georg) - Fixed bug #29291 (get_class_vars() return names with NULLs). (Marcus) - Fixed buf #29258 (variant_date_from_timestamp() does not honour diff --git a/ext/informix/config.w32 b/ext/informix/config.w32 index b59918c4b4..c01d3567a0 100644 --- a/ext/informix/config.w32 +++ b/ext/informix/config.w32 @@ -17,7 +17,7 @@ if (PHP_INFORMIX != "no") { ADD_FLAG("CFLAGS_INFORMIX", "/I " + php_ifx_dir + "\\incl\\esql "); - EXTENSION('informix', 'ifx.c', null, "/D IFX_VERSION=921 /D HAVE_IFX_IUS=1", "php_ifx.dll"); + EXTENSION('informix', 'ifx.c', null, "/D IFX_VERSION=921 /D HAVE_IFX_IUS=1 /D HAVE_IFX=1", "php_ifx.dll"); MFO.WriteLine(configure_module_dirname + "\\ifx.c: " + configure_module_dirname + "\\ifx.ec"); MFO.WriteLine("\t<