summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_alloc.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-06-26 12:33:36 +0200
committerJohannes Schlüter <johannes@php.net>2012-06-26 12:33:36 +0200
commitd6e421f6a614ee90893469390f08cfe030f646a7 (patch)
tree3350f734e354eab3f83e1f6a6479f40a967c516c /ext/mysqlnd/mysqlnd_alloc.h
parent7d900356e9de66619ca73eb6111ea1759c0367f1 (diff)
downloadphp-git-d6e421f6a614ee90893469390f08cfe030f646a7.tar.gz
Pass orig filename and line through to emalloc and friends
Diffstat (limited to 'ext/mysqlnd/mysqlnd_alloc.h')
-rw-r--r--ext/mysqlnd/mysqlnd_alloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqlnd/mysqlnd_alloc.h b/ext/mysqlnd/mysqlnd_alloc.h
index 673d4f6dae..8d0e3bfacc 100644
--- a/ext/mysqlnd/mysqlnd_alloc.h
+++ b/ext/mysqlnd/mysqlnd_alloc.h
@@ -26,8 +26,8 @@
extern const char * mysqlnd_debug_std_no_trace_funcs[];
-#define MYSQLND_MEM_D TSRMLS_DC ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC
-#define MYSQLND_MEM_C TSRMLS_CC ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC
+#define MYSQLND_MEM_D TSRMLS_DC ZEND_FILE_LINE_ORIG_DC
+#define MYSQLND_MEM_C TSRMLS_CC ZEND_FILE_LINE_CC
struct st_mysqlnd_allocator_methods
{