mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
8a03f3062f
- Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s
10 lines
155 B
C
10 lines
155 B
C
#if PHP_WIN32
|
|
#include "../../../../main/config.w32.h"
|
|
#else
|
|
#include "php_config.h"
|
|
#endif
|
|
|
|
#include <string.h>
|
|
#include "zend.h"
|
|
#include "zend_alloc.h"
|