- including php.h automatically includes the PHP config file.

This commit is contained in:
Andi Gutmans 2000-10-21 19:18:55 +00:00
parent 4edb210028
commit 4d676fe9d8

View File

@ -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>