Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54476 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83803 invoked from network); 8 Aug 2011 16:49:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2011 16:49:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain prohost.org designates 209.85.161.42 as permitted sender) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:53368] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/B5-53378-6B3104E4 for ; Mon, 08 Aug 2011 12:49:59 -0400 Received: by fxe23 with SMTP id 23so3447055fxe.29 for ; Mon, 08 Aug 2011 09:49:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.25.196 with SMTP id a4mr1710190bkc.9.1312822195388; Mon, 08 Aug 2011 09:49:55 -0700 (PDT) Received: by 10.204.130.198 with HTTP; Mon, 8 Aug 2011 09:49:55 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 Aug 2011 12:49:55 -0400 Message-ID: To: Damien Tournoud Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Build broken: ext/xsl/xsltprocessor.c From: ilia@prohost.org (Ilia Alshanetsky) Different error, fixed now as well. On Mon, Aug 8, 2011 at 12:39 PM, Damien Tournoud wrote: > Thanks for the fix, but it is still failing in xsltprocessor.c, as far > as I can tell: > > /tmp/buildd/php5-5.3.99+5.4.0/ext/xsl/xsltprocessor.c: In function > 'xsl_ext_function_php': > /tmp/buildd/php5-5.3.99+5.4.0/ext/xsl/xsltprocessor.c:242: warning: > pointer targets in initialization differ in signedness > /tmp/buildd/php5-5.3.99+5.4.0/ext/xsl/xsltprocessor.c:252: warning: > pointer targets in assignment differ in signedness > /tmp/buildd/php5-5.3.99+5.4.0/ext/xsl/xsltprocessor.c:272: warning: > pointer targets in passing argument 1 of 'xmlStrdup' differ in > signedness > /usr/include/libxml2/libxml/xmlstring.h:41: note: expected 'const > xmlChar *' but argument is of type 'char *' > /tmp/buildd/php5-5.3.99+5.4.0/ext/xsl/xsltprocessor.c:275: warning: > pointer targets in passing argument 3 of 'xmlNewDocNode' differ in > signedness > /usr/include/libxml2/libxml/tree.h:782: note: expected 'const xmlChar > *' but argument is of type 'char *' > /tmp/buildd/php5-5.3.99+5.4.0/ext/xsl/xsltprocessor.c:277: warning: > pointer targets in passing argument 3 of 'xmlNewDocNode' differ in > signedness > /usr/include/libxml2/libxml/tree.h:782: note: expected 'const xmlChar > *' but argument is of type 'char *' > /tmp/buildd/php5-5.3.99+5.4.0/ext/xsl/xsltprocessor.c:283: warning: > passing argument 4 of 'php_dom_create_object' from incompatible > pointer type > /tmp/buildd/php5-5.3.99+5.4.0/ext/xsl/../dom/xml_common.h:57: note: > expected 'struct dom_object *' but argument is of type 'struct zval *' > /tmp/buildd/php5-5.3.99+5.4.0/ext/xsl/xsltprocessor.c:283: error: too > many arguments to function 'php_dom_create_object' > > Full log: https://drupaltesting.org/jenkins/job/php5.4-build/237/consoleF= ull > > Damien > > On Mon, Aug 8, 2011 at 6:06 PM, Ilia Alshanetsky wrote= : >> Thanks, I've just applied a fix for this. >> >> On Mon, Aug 8, 2011 at 10:45 AM, Damien Tournoud wrote: >>> Just FYI, this commit broke the build: >>> >>> =A0http://svn.php.net/viewvc?view=3Drevision&revision=3D314515 >>> >>> One occurrence as been missed in: >>> >>> =A0ext/xsl/xsltprocessor.c: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0DOM_RET_OBJ(rv, >>> (xmlNodePtr) newdocp, &ret, NULL); >>> >>> Reference: https://drupaltesting.org/jenkins/job/php5.4-build/235/ >>> >>> Damien >>> >>> -- >>> PHP Internals - PHP Runtime Development Mailing List >>> To unsubscribe, visit: http://www.php.net/unsub.php >>> >>> >> >