mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
10 lines
175 B
C
10 lines
175 B
C
#ifdef 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"
|