diff options
author | Popa Adrian Marius <mapopa@reea.net> | 2014-08-28 18:20:28 +0300 |
---|---|---|
committer | Popa Adrian Marius <mapopa@reea.net> | 2014-08-28 18:20:28 +0300 |
commit | e41754b7d8d757684a312d3c22d161becaa1df9a (patch) | |
tree | 9285ad41107a5b5ba5e4b05cec70d97510a25507 | |
parent | 9f1b68eda574e18ec0f8e60e9fe28d6319ed36c9 (diff) | |
download | php-git-e41754b7d8d757684a312d3c22d161becaa1df9a.tar.gz |
rename misleading define
-rw-r--r-- | ext/interbase/php_ibase_includes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/interbase/php_ibase_includes.h b/ext/interbase/php_ibase_includes.h index d1dc5510a3..4219913fc1 100644 --- a/ext/interbase/php_ibase_includes.h +++ b/ext/interbase/php_ibase_includes.h @@ -35,8 +35,7 @@ #define IB_STATUS (IBG(status)) -/* XXX ZEND_DEBUG_ is misleading, it should be something like IBASE_DEBUG. */ -#ifdef ZEND_DEBUG_ +#ifdef IBASE_DEBUG #define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__); #endif |