diff options
author | Andrey Hristov <andrey@php.net> | 2016-01-05 16:28:33 +0100 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2016-01-05 16:29:22 +0100 |
commit | 37418deb020772b8314527a7fcacd26f9c451a16 (patch) | |
tree | 43bcd716aac552387bbd4622deede2838a971dee /ext/mysqlnd/mysqlnd_alloc.h | |
parent | 5034ec44ca529361f49fa808bc5ca5762e7b11e7 (diff) | |
download | php-git-37418deb020772b8314527a7fcacd26f9c451a16.tar.gz |
Fix reloc for the allocator. Original files and lines were not showing
correct. This seems to be a PHP7 issue.
Diffstat (limited to 'ext/mysqlnd/mysqlnd_alloc.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_alloc.h b/ext/mysqlnd/mysqlnd_alloc.h index c8f99ec205..2ee33e00a3 100644 --- a/ext/mysqlnd/mysqlnd_alloc.h +++ b/ext/mysqlnd/mysqlnd_alloc.h @@ -22,7 +22,7 @@ PHPAPI extern const char * mysqlnd_debug_std_no_trace_funcs[]; -#define MYSQLND_MEM_D ZEND_FILE_LINE_ORIG_DC +#define MYSQLND_MEM_D ZEND_FILE_LINE_DC #define MYSQLND_MEM_C ZEND_FILE_LINE_CC struct st_mysqlnd_allocator_methods |