mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix reloc for the allocator. Original files and lines were not showing
correct. This seems to be a PHP7 issue.
This commit is contained in:
parent
5034ec44ca
commit
37418deb02
2 changed files with 72 additions and 65 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue