mirror of
https://github.com/php/php-src.git
synced 2025-01-16 16:54:41 +08:00
Blah, PDO_DBG_ENABLED is a 0/1 toggle
This commit is contained in:
parent
9e4e4922bb
commit
981faa6754
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user