mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- MF 5.2 (put cookie in first place)
This commit is contained in:
parent
03ffc4de4e
commit
76b38dc441
1 changed files with 2 additions and 2 deletions
|
@ -300,11 +300,11 @@ typedef enum _mem_magic {
|
|||
|
||||
/* mm block type */
|
||||
typedef struct _zend_mm_block_info {
|
||||
size_t _size;
|
||||
size_t _prev;
|
||||
#if ZEND_MM_COOKIES
|
||||
unsigned long _cookie;
|
||||
#endif
|
||||
size_t _size;
|
||||
size_t _prev;
|
||||
} zend_mm_block_info;
|
||||
|
||||
#if ZEND_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue