mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
- including php.h automatically includes the PHP config file.
This commit is contained in:
parent
4edb210028
commit
4d676fe9d8
@ -19,9 +19,7 @@
|
||||
/* $Id$ */
|
||||
#define IS_EXT_MODULE
|
||||
|
||||
#ifndef PHP_WIN32
|
||||
#include "php_config.h"
|
||||
#endif
|
||||
#include "php.h"
|
||||
|
||||
#if HAVE_FOPENCOOKIE
|
||||
#define _GNU_SOURCE
|
||||
@ -29,10 +27,6 @@
|
||||
#include "libio.h"
|
||||
#endif
|
||||
|
||||
#include "php.h"
|
||||
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user