mirror of
https://github.com/php/php-src.git
synced 2025-01-20 18:53:37 +08:00
- Left debugging accidentally on...
This commit is contained in:
parent
ccb216ce49
commit
af343ca8a1
@ -55,10 +55,10 @@ A lot... */
|
||||
#define SQL_DIALECT_CURRENT 1
|
||||
#endif
|
||||
|
||||
#define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__);
|
||||
/*
|
||||
#define IBDEBUG(a)
|
||||
#define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__);
|
||||
*/
|
||||
#define IBDEBUG(a)
|
||||
|
||||
#define SAFE_STRING(s) ((s)?(s):"")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user