1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

Blah, PDO_DBG_ENABLED is a 0/1 toggle

This commit is contained in:
Rasmus Lerdorf
2010-01-31 17:07:31 +00:00
parent cc4e15ce53
commit 693eff5dc2
+1 -1
View File
@@ -196,7 +196,7 @@ zend_module_entry pdo_mysql_module_entry = {
pdo_mysql_functions,
PHP_MINIT(pdo_mysql),
PHP_MSHUTDOWN(pdo_mysql),
#if defined(PDO_USE_MYSQLND) && defined(PDO_DBG_ENABLED)
#if PDO_USE_MYSQLND && PDO_DBG_ENABLED
PHP_RINIT(pdo_mysql),
PHP_RSHUTDOWN(pdo_mysql),
#else