@@ -8,7 +8,7 @@ if test "$PHP_DOM" != "no"; then
88 PHP_SETUP_LIBXML([ DOM_SHARED_LIBADD] , [
99 AC_DEFINE ( [ HAVE_DOM] , [ 1] ,
1010 [ Define to 1 if the PHP extension 'dom' is available.] )
11- PHP_LEXBOR_CFLAGS="-I@ext_srcdir@/lexbor -DLEXBOR_STATIC"
11+ PHP_LEXBOR_CFLAGS="-I@ext_srcdir@/lexbor -DLEXBOR_STATIC -Wno-uninitialized "
1212 LEXBOR_DIR="lexbor/lexbor"
1313 LEXBOR_SOURCES=m4_normalize ( [ "
1414 $LEXBOR_DIR/core/array_obj.c
@@ -22,6 +22,7 @@ if test "$PHP_DOM" != "no"; then
2222 $LEXBOR_DIR/core/hash.c
2323 $LEXBOR_DIR/core/mem.c
2424 $LEXBOR_DIR/core/mraw.c
25+ $LEXBOR_DIR/core/plog.c
2526 $LEXBOR_DIR/core/print.c
2627 $LEXBOR_DIR/core/serialize.c
2728 $LEXBOR_DIR/core/shs.c
@@ -184,8 +185,12 @@ if test "$PHP_DOM" != "no"; then
184185 $LEXBOR_DIR/html/tree/open_elements.c
185186 $LEXBOR_DIR/ns/ns.c
186187 $LEXBOR_DIR/ports/posix/lexbor/core/memory.c
188+ $LEXBOR_DIR/punycode/punycode.c
187189 $LEXBOR_DIR/selectors-adapted/selectors.c
188190 $LEXBOR_DIR/tag/tag.c
191+ $LEXBOR_DIR/unicode/idna.c
192+ $LEXBOR_DIR/unicode/unicode.c
193+ $LEXBOR_DIR/url/url.c
189194 "] )
190195 PHP_NEW_EXTENSION([ dom] , m4_normalize ( [
191196 attr.c
@@ -242,6 +247,9 @@ if test "$PHP_DOM" != "no"; then
242247 $ext_builddir/$LEXBOR_DIR/ports/posix/lexbor/core
243248 $ext_builddir/$LEXBOR_DIR/selectors-adapted
244249 $ext_builddir/$LEXBOR_DIR/tag
250+ $ext_builddir/$LEXBOR_DIR/punycode
251+ $ext_builddir/$LEXBOR_DIR/unicode
252+ $ext_builddir/$LEXBOR_DIR/url
245253 ] )
246254 PHP_SUBST([ DOM_SHARED_LIBADD] )
247255 PHP_INSTALL_HEADERS([ ext/dom] , m4_normalize ( [
0 commit comments