Skip to content

Commit 7faac02

Browse files
committed
Merge branch 'master' of git.php.net:php-src
# By Popa Adrian Marius # Via Popa Adrian Marius * 'master' of git.php.net:php-src: rename misleading define
2 parents f4e04b9 + e41754b commit 7faac02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/interbase/php_ibase_includes.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535

3636
#define IB_STATUS (IBG(status))
3737

38-
/* XXX ZEND_DEBUG_ is misleading, it should be something like IBASE_DEBUG. */
39-
#ifdef ZEND_DEBUG_
38+
#ifdef IBASE_DEBUG
4039
#define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__);
4140
#endif
4241

0 commit comments

Comments
 (0)