mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
13 lines
218 B
C
13 lines
218 B
C
#if PHP_WIN32
|
|
#include "../../../../main/config.w32.h"
|
|
#elif defined(NETWARE)
|
|
#include "config.nw.h"
|
|
#else
|
|
#include "php_config.h"
|
|
#endif
|
|
|
|
#include "php.h"
|
|
#include <string.h>
|
|
#include "zend.h"
|
|
#include "zend_alloc.h"
|