Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49164 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43759 invoked from network); 29 Jul 2010 08:01:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2010 08:01:04 -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 74.125.82.54 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: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:53055] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/24-21430-045315C4 for ; Thu, 29 Jul 2010 04:01:04 -0400 Received: by wwb17 with SMTP id 17so56233wwb.11 for ; Thu, 29 Jul 2010 01:01:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=QcPabJYpPteW2U3AjhviwuGKabERzovMkGqr5TOQ6hQ=; b=Kn8hUxsj8l3PH1xxwDNTwzZY8O/mnaluUbTeoXABywh1hast1gv4I25YujI/rMbZZM Rok4TNYR8DdxbnjbPOHAvdH07TxWP94XOOAnbYilzliRhWVk6T14bLNJ7u7SZXfzbGl1 71zz5mvT6Ss9TM88SfYESBYx3xDMHDEgDMAzY= 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; b=ZSIlk6eL9xvAH6X7/GabD+R3xpKNRFUSTohkKou4FjHcBrbsxzhSp9wFyjWa4Rc2dg Hm9XA7YJtCFCLvdJUGfPBnogVgDzgMgpTJjKCyvGMXIYTupgzCUUPDLS0fF036uVFDOa Ec28+MW6ELGQWJ9EO/acs2oszf7xbGWOW6isU= MIME-Version: 1.0 Received: by 10.227.141.132 with SMTP id m4mr11750174wbu.65.1280390461525; Thu, 29 Jul 2010 01:01:01 -0700 (PDT) Received: by 10.216.136.199 with HTTP; Thu, 29 Jul 2010 01:01:01 -0700 (PDT) In-Reply-To: <1A7DEEA5-A4AA-40F5-A2E5-BD8AB8FD398A@ubuntu.com> References: <1A7DEEA5-A4AA-40F5-A2E5-BD8AB8FD398A@ubuntu.com> Date: Thu, 29 Jul 2010 10:01:01 +0200 Message-ID: To: Clint Byrum Cc: internals@lists.php.net, Scott Kitterman Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] IMAP patches from kolab -- can we get these merged? From: hannes.magnusson@gmail.com (Hannes Magnusson) On Wed, Jul 28, 2010 at 17:09, Clint Byrum wrote: > I'd like to get these patches into mainstream PHP so that we don't have to > ship some weird patched kolab-only IMAP module in Debian and Ubuntu. In > fact, I'm quite opposed to doing that at all, but this means having a > broken Kolab in Debian and Ubuntu (as I understand it, Horde uses the > myrights patch too). I'm just wondering what it will take to get these > patches merged into PHP. Do we need to update documentation as well? > I can't see any reason for not committing both patches - other then resolving the 2 TODOs. The docs should be updated after committing too, as usual. -Hannes