We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce7268 commit 38c3e0eCopy full SHA for 38c3e0e
1 file changed
interbase.c
@@ -711,12 +711,12 @@ static PHP_INI_DISP(php_ibase_password_displayer_cb)
711
PUTS(" | "); \
712
} \
713
PUTS(str); \
714
- has_puts = true; \
+ has_puts = 1; \
715
} while (0)
716
717
static PHP_INI_DISP(php_ibase_trans_displayer)
718
{
719
- bool has_puts = false;
+ int has_puts = 0;
720
char *value;
721
722
if (type == ZEND_INI_DISPLAY_ORIG && ini_entry->modified) {
0 commit comments