mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
11 lines
172 B
C
11 lines
172 B
C
#if PHP_WIN32
|
|
#include "../../../../main/config.w32.h"
|
|
#else
|
|
#include <php_config.h>
|
|
#endif
|
|
|
|
#include "php.h"
|
|
#include <string.h>
|
|
#include "zend.h"
|
|
#include "zend_alloc.h"
|