From: Pierre Joye Date: Thu, 23 Apr 2009 18:03:05 +0000 (+0000) Subject: - wrong var name X-Git-Tag: php-5.3.0RC2~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbddb216682a27b407c5402844583344f8124cc1;p=php - wrong var name --- diff --git a/ext/pdo_odbc/config.w32 b/ext/pdo_odbc/config.w32 index dcdb99e4ad..cd1017f2e4 100755 --- a/ext/pdo_odbc/config.w32 +++ b/ext/pdo_odbc/config.w32 @@ -13,7 +13,7 @@ if (PHP_PDO_ODBC != "no") { } else { WARNING("pdo_odbc support can't be enabled, headers or libraries are missing (SDK)") - PHP_LIBXML = "no" + PHP_PDO_ODBC = "no" } }