Browse Source

Polish this.

experimetnal/RETURN_REF_PATCH
Sascha Schumann 27 years ago
parent
commit
3e202d75ff
  1. 6
      sapi/aolserver/aolserver.c
  2. 6
      sapi/nsapi/aolserver.c

6
sapi/aolserver/aolserver.c

@ -18,13 +18,17 @@
/* $Id$ */
/* conflict between PHP and aolserver */
/* conflict between PHP and AOLserver */
#define Debug php_Debug
#include "php.h"
#undef Debug
#ifdef HAVE_AOLSERVER
#ifndef ZTS
#error AOLserver module only useable in thread-safe mode
#endif
#include "php_ini.h"
#include "php_globals.h"
#include "SAPI.h"

6
sapi/nsapi/aolserver.c

@ -18,13 +18,17 @@
/* $Id$ */
/* conflict between PHP and aolserver */
/* conflict between PHP and AOLserver */
#define Debug php_Debug
#include "php.h"
#undef Debug
#ifdef HAVE_AOLSERVER
#ifndef ZTS
#error AOLserver module only useable in thread-safe mode
#endif
#include "php_ini.h"
#include "php_globals.h"
#include "SAPI.h"

Loading…
Cancel
Save