Browse Source

MFB51: Fixed bug #37162 (wddx does not build as a shared extension).

migration/RELEASE_1_0_0
Ilia Alshanetsky 21 years ago
parent
commit
8cfbb3ac5d
  1. 4
      ext/wddx/wddx.c

4
ext/wddx/wddx.c

@ -18,6 +18,10 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#if HAVE_WDDX

Loading…
Cancel
Save