summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2006-05-11 21:43:59 +0000
committerEdin Kadribasic <edink@php.net>2006-05-11 21:43:59 +0000
commitbbf97549b8fb2361f2e1c02e1362361c4259bf68 (patch)
treeec8669097d4c7638da30a3e044da285692f908e3 /ext/pdo_firebird
parent7a5240e84671ca093e69048f5592d612e1b13aa3 (diff)
downloadphp-git-bbf97549b8fb2361f2e1c02e1362361c4259bf68.tar.gz
Remove pecl includes (Steph), except pdo_odbc which will remain broke
Diffstat (limited to 'ext/pdo_firebird')
-rw-r--r--ext/pdo_firebird/config.w321
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdo_firebird/config.w32 b/ext/pdo_firebird/config.w32
index 30b87c2d1d..b28a89e2ea 100644
--- a/ext/pdo_firebird/config.w32
+++ b/ext/pdo_firebird/config.w32
@@ -10,7 +10,6 @@ if (PHP_PDO_FIREBIRD != "no") {
) && CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_PDO_FIREBIRD", PHP_PHP_BUILD + "\\interbase\\include;" + PHP_PDO_FIREBIRD)) {
EXTENSION("pdo_firebird", "pdo_firebird.c firebird_driver.c firebird_statement.c");
- ADD_FLAG('CFLAGS_PDO_FIREBIRD', "/I ..\\pecl");
} else {
WARNING("pdo_firebird not enabled; libraries and headers not found");
}