mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Blah, PDO_DBG_ENABLED is a 0/1 toggle
This commit is contained in:
parent
cc4e15ce53
commit
693eff5dc2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue