mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user