diff options
| author | Ondřej Surý <ondrej@sury.org> | 2014-05-27 16:54:58 +0200 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2014-05-27 16:54:58 +0200 |
| commit | 32c3fbba663e5b1da38bdd2d84b0a9a78271ddfa (patch) | |
| tree | 67a05c22fdb6ad63666fb043c28701bbd6225c9f /ext/interbase | |
| parent | 4bbffbee21093458feadd96f93b96d4627461cff (diff) | |
| download | php-32c3fbba663e5b1da38bdd2d84b0a9a78271ddfa.tar.gz | |
New upstream version 5.6.0~beta3+dfsgupstream/5.6.0_beta3+dfsg
Diffstat (limited to 'ext/interbase')
| -rw-r--r-- | ext/interbase/php_ibase_includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/interbase/php_ibase_includes.h b/ext/interbase/php_ibase_includes.h index c994a92da..6671c9162 100644 --- a/ext/interbase/php_ibase_includes.h +++ b/ext/interbase/php_ibase_includes.h @@ -35,6 +35,7 @@ #define IB_STATUS (IBG(status)) +/* XXX ZEND_DEBUG_ is misleading, it should be something like IBASE_DEBUG. */ #ifdef ZEND_DEBUG_ #define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__); #endif |
