mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +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:
commit
7faac0267f
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue