php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #64388
Patch Example revision 2013-03-08 11:13 UTC by edgardmessias at gmail dot com

Patch Example for PDO_INFORMIX Bug #64388

Patch version 2013-03-08 11:13 UTC

Return to Bug #64388 | Download this patch
Patch Revisions:

Developer: edgardmessias@gmail.com

diff --git a/config.w32 b/config.w32_2
index bf5d345..b50d6ff 100755
--- a/config.w32
+++ b/config.w32_2
@@ -3,7 +3,6 @@ ARG_WITH("pdo-informix", "Informix IDS support for PDO. Pass the location of the
 if (PHP_PDO_INFORMIX != "no")
 {
 	if (CHECK_LIB("iclit09b.lib", "pdo_informix", PHP_PDO_INFORMIX) &&
-		CHECK_LIB("odbc32.lib", "pdo_odbc") && CHECK_LIB("odbccp32.lib", "pdo_odbc") &&
 		CHECK_HEADER_ADD_INCLUDE('sql.h', 'CFLAGS_PDO_INFORMIX', PHP_PDO_INFORMIX + '\\incl\\cli;' + PHP_PHP_BUILD + "\\include\\informix\\cli") &&
 		CHECK_HEADER_ADD_INCLUDE('ifxtypes.h', 'CFLAGS_PDO_INFORMIX', PHP_PDO_INFORMIX + '\\incl\\esql;' + PHP_PHP_BUILD + "\\include\\informix\\esql"))
 	{
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 14:01:29 2024 UTC