diff options
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r-- | ext/odbc/php_odbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index c823d41882..2f2b173189 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -243,7 +243,7 @@ static PHP_INI_DISP(display_defPW) } if (value) { -#if DEBUG +#if PHP_DEBUG php_printf("%s", value); #else PUTS("********"); |