mirror of
https://github.com/php/php-src.git
synced 2026-04-12 02:23:18 +02:00
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"
|