Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54473 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74132 invoked from network); 8 Aug 2011 16:07:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2011 16:07:02 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain prohost.org designates 209.85.215.176 as permitted sender) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.215.176 mail-ey0-f176.google.com Received: from [209.85.215.176] ([209.85.215.176:56135] helo=mail-ey0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/C3-53378-F99004E4 for ; Mon, 08 Aug 2011 12:06:57 -0400 Received: by eyz10 with SMTP id 10so3932432eyz.35 for ; Mon, 08 Aug 2011 09:06:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.141.83 with SMTP id l19mr1612804bku.217.1312819608555; Mon, 08 Aug 2011 09:06:48 -0700 (PDT) Received: by 10.204.130.198 with HTTP; Mon, 8 Aug 2011 09:06:48 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 Aug 2011 12:06:48 -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) 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 > >