Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3365 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47835 invoked by uid 1007); 11 Jul 2003 12:26:51 -0000 Message-ID: <20030711122650.47833.qmail@pb1.pair.com> To: internals@lists.php.net References: <017301c347a7$feae6b60$06dea8c0@cyberware.local> Date: Fri, 11 Jul 2003 14:26:49 +0200 Lines: 38 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 80.126.85.128 Subject: Re: [PHP-DEV] [PATCH] ext. dom php_dom.c From: john@ceressoft.nl ("John Huntjens") > > /sys/tmp/php5-200307111130/ext/dom/document.c: In function > > `php_dom_ctx_error': > > /sys/tmp/php5-200307111130/ext/dom/document.c:120: parse error before > > `parser' > > /sys/tmp/php5-200307111130/ext/dom/document.c:122: `parser' undeclared > > (first use in this function) > > /sys/tmp/php5-200307111130/ext/dom/document.c:122: (Each undeclared > > identifier is reported only once > > /sys/tmp/php5-200307111130/ext/dom/document.c:122: for each function it > > appears in.) > > make: *** [ext/dom/document.lo] Error 1 > > The snap is correct. What are you using for configure and what version of > libxml are you using? > > Rob configure \ --enable-track-vars --with-apxs \ --with-config-file-path=/etc \ --without-mysql \ --without-pear \ --with-interbase \ --with-simplexml \ --with-xsl \ --with-ftp \ --with-gd \ --with-imap \ --with-imap-ssl \ --with-dbase \ --with-zlib libxml2: 2.5.7 lixxslt: 1.0.31 John