Browse Source

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

PHP-4.0.5
Andi Gutmans 26 years ago
parent
commit
4d676fe9d8
  1. 8
      ext/zlib/zlib.c

8
ext/zlib/zlib.c

@ -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…
Cancel
Save