Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43558 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27183 invoked from network); 31 Mar 2009 16:22:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Mar 2009 16:22:58 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.159 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.159 fg-out-1718.google.com Received: from [72.14.220.159] ([72.14.220.159:48101] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/D1-26784-16342D94 for ; Tue, 31 Mar 2009 11:22:57 -0500 Received: by fg-out-1718.google.com with SMTP id l26so495560fgb.0 for ; Tue, 31 Mar 2009 09:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=b+G3U66haOz7+leEzfbF0f8AsEKa7NX7DnY4RabdKH4=; b=l+aMjyLOVQ65BcIAAWqj5NwSpXRXs7KKETyls2CRtZB981JhbrKeWYwcDqxZ6ZrlAU zt/yspcOu4HgvCr5T2K8OcvdwCFNojLE6t932MU9RPNTZmZaHzZFe2O5/q/F/Yee2o1X VXJynZ+OLO+6C8XZllwmZ8Yifur2JxwZObUl8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=p5yJDZCfviVKncOXwM5kuqk39QPRh2bNXHn8Js49bqpiIhscWiJSzAkQ4TYgg2npZK 3V8oajf6xSbujZ1dirLl1B/Fv83NFMUf7SIZwZThkfC5vXmauhNgUv2xpI5p4tP88FEV 4X9K5eq9hRaB8dfnTDZxSdc/CvCRepIm2w+0I= MIME-Version: 1.0 Received: by 10.86.66.16 with SMTP id o16mr1403439fga.71.1238516574296; Tue, 31 Mar 2009 09:22:54 -0700 (PDT) In-Reply-To: References: <746151236440833@webmail22.yandex.ru> <390901236707717@webmail34.yandex.ru> Date: Tue, 31 Mar 2009 18:22:54 +0200 Message-ID: <7f3ed2c30903310922s1b241f75wc472cd736372c762@mail.gmail.com> To: Lukas Kahwe Smith Cc: "Oleg A. Arkhangelsky" , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [PATCH] Netlink sockets support for Linux From: hannes.magnusson@gmail.com (Hannes Magnusson) On Wed, Mar 25, 2009 at 20:59, Lukas Kahwe Smith wrote: > Hi, > > Whats the status here? > I would say it does not sound like something we need to add now, but maybe > for 5.3.1? > So in that light I would say please file a feature request with the patch > attached or linked .. I think we need to start fixing the development cycle. Waiting until its ok to commit to 5_3 is just wrong. Committing things in HEAD and then merge them later is a lot better way to do things. -Hannes