Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61107 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71592 invoked from network); 6 Jul 2012 14:53:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jul 2012 14:53:33 -0000 Authentication-Results: pb1.pair.com header.from=lonnyk@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lonnyk@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: lonnyk@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:62839] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/68-29419-CEBF6FF4 for ; Fri, 06 Jul 2012 10:53:32 -0400 Received: by obfk16 with SMTP id k16so17502852obf.29 for ; Fri, 06 Jul 2012 07:53:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=oWT8gw4Z50n77r9GCGe7RiOYkKLoilN4P7e7obY58wg=; b=F1HZHxWjaPMamMvFYYgdv0+gra0dtLC2/4oorRiaktMrjLO7xumTYJ26eeFZZuQAa9 gMgQc6PGcR8L1s6cieSeSydcZvEs6vxs9nJFbUhyzbmXUiQeHSBOgGLn7AtSiLCZIWYo sVDHWfx4pF0QZGKDFBoPewAsqH+ZuAJNkQkPBo6P7LXOyop/1PpJuguQ1Eb8JzeY8y0y HUMFgfCrcquVMCFONMSc4MNcxYmRo9f3HawmM6xztWSosTCtYlm0WbxqC6blRK0lpP3s cS2s1ycz9YkipZtjncdtzB1CFGByxLDg/7frb2qerhBev3MWQQLcjejs2bRYHGpwP4iR 4hdw== MIME-Version: 1.0 Received: by 10.182.112.102 with SMTP id ip6mr12893451obb.39.1341586409959; Fri, 06 Jul 2012 07:53:29 -0700 (PDT) Received: by 10.182.69.169 with HTTP; Fri, 6 Jul 2012 07:53:29 -0700 (PDT) In-Reply-To: References: Date: Fri, 6 Jul 2012 10:53:29 -0400 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=f46d044786e166b17004c42a6d71 Subject: Re: [PATCH] Feature 55218 - SimpleXML namespaces From: lonnyk@gmail.com (Lonny Kapelushnik) --f46d044786e166b17004c42a6d71 Content-Type: text/plain; charset=ISO-8859-1 Can someone please let me know if I'm doing something wrong in trying to get this committed? Am I doing something procedurally wrong or is it normal for nobody to respond? Thank you On Thu, Jun 28, 2012 at 11:39 AM, Lonny Kapelushnik wrote: > Currently, if you recursively call getDocNamespaces on any SimpleXML node > it retrieves ALL the namespaces for the entire document, regardless of what > node you call it on. This patch adds a second bool argument called > `from_root` that allows you to specify if you want all the namespaces from > the root (default for BC) or only the namespaces from and below the node > you call it on. > > I submitted this patch a while ago and haven't heard anything. I was > recently contacted by someone asking if this feature was released b/c they > needed this functionality. I've updated the patch against PHP-5.4 on github > (https://github.com/php/php-src/pull/112). > > Is there some procedure I am missing for getting this committed? Is there > some place I should be going for this discussion? I couldn't find an IRC > channel that was helpful w/ core php development. > > Thank you, > > -- > Lonny Kapelushnik > http://lonnylot.com > (732) 807-5509 > -- Lonny Kapelushnik http://lonnylot.com (732) 807-5509 --f46d044786e166b17004c42a6d71--