Browse Source

Make this build with libxml too.

migration/unlabaled-1.3.2
foobar 23 years ago
parent
commit
5e0a3ed73b
  1. 2
      ext/wddx/php_wddx.h
  2. 1
      ext/wddx/wddx.c

2
ext/wddx/php_wddx.h

@ -23,8 +23,6 @@
#if HAVE_WDDX
#include <expat.h>
extern zend_module_entry wddx_module_entry;
#define wddx_module_ptr &wddx_module_entry

1
ext/wddx/wddx.c

@ -22,6 +22,7 @@
#if HAVE_WDDX
#include "ext/xml/expat_compat.h"
#include "php_wddx.h"
#include "php_wddx_api.h"

Loading…
Cancel
Save