summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/config.w32
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-08-15 15:56:33 +0000
committerMarcus Boerger <helly@php.net>2004-08-15 15:56:33 +0000
commitd16571328f03cae9703ab7e2ed8c0d6e3d98f87c (patch)
tree82b73c8171e95d2f697d52d46fc8cdf1b451c2f5 /ext/pdo_mysql/config.w32
parentce8331f9a5cb2bce74ad2fa03f5589983a8acb8c (diff)
downloadphp-git-d16571328f03cae9703ab7e2ed8c0d6e3d98f87c.tar.gz
Fix extension name
Diffstat (limited to 'ext/pdo_mysql/config.w32')
-rw-r--r--ext/pdo_mysql/config.w324
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_mysql/config.w32 b/ext/pdo_mysql/config.w32
index 3af2e63acb..24b2f7cf53 100644
--- a/ext/pdo_mysql/config.w32
+++ b/ext/pdo_mysql/config.w32
@@ -9,7 +9,7 @@ if (PHP_PDO_MYSQL != "no") {
EXTENSION("pdo_mysql", "pdo_mysql.c mysql_driver.c mysql_statement.c");
ADD_FLAG('CFLAGS_PDO_MYSQL', "/I ..\\pecl");
} else {
- WARNING("pdo-mysql not enabled; libraries and headers not found");
+ WARNING("pdo_mysql not enabled; libraries and headers not found");
}
- ADD_EXTENSION_DEP('pdo-mysql', 'pdo');
+ ADD_EXTENSION_DEP('pdo_mysql', 'pdo');
}