]> granicus.if.org Git - php/commitdiff
Fixed bug #37162 (wddx does not build as a shared extension).
authorIlia Alshanetsky <iliaa@php.net>
Sun, 23 Apr 2006 16:02:05 +0000 (16:02 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 23 Apr 2006 16:02:05 +0000 (16:02 +0000)
#Patch By: jdolecek at NetBSD dot org

NEWS
ext/wddx/wddx.c

diff --git a/NEWS b/NEWS
index ccfd15f2693363793d0411331d4bf38ca179ca1d..e17c51372d3682aca97fe7ed64711e9ba581f610 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ PHP                                                                        NEWS
 - Fixed reading stream filters never notified about EOF. (Mike)
 - Fixed bug #37167 (PDO segfaults when throwing exception from the fetch 
   handler). (Tony)
+- Fixed bug #37162 (wddx does not build as a shared extension).  
+  (jdolecek at NetBSD dot org, Ilia)
 - Fixed bug #37158 (fread behaviour changes after calling
   stream_wrapper_register). (Wez)
 - Fixed bug #37138 (__autoload tries to load callback'ed self and parent).
index fb377f470324ec1158b7f25634db012d9a4bfbe0..b2833b2f1172d9217a973d50a939431d07f0f093 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_WDDX