diff options
author | Xinchen Hui <laruence@gmail.com> | 2016-01-06 00:03:37 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2016-01-06 00:03:37 +0800 |
commit | fd6ec7fcbee4d354dddc98a096d0abfc994be4e8 (patch) | |
tree | c0a9070b88281223e99c5f4535f68b9758112d6a /ext/mysqlnd/mysqlnd_alloc.h | |
parent | 4550e93b78e1e72bfaf6acadbeabe09035c4be58 (diff) | |
parent | 19634277388859a67ca0c15b8d051bd7a5b6fb8d (diff) | |
download | php-git-fd6ec7fcbee4d354dddc98a096d0abfc994be4e8.tar.gz |
Merge branch 'master' of git.php.net:/php-src
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 |