Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71186 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25093 invoked from network); 16 Jan 2014 14:18:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2014 14:18:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=ondra.hosek@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ondra.hosek@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.180 as permitted sender) X-PHP-List-Original-Sender: ondra.hosek@gmail.com X-Host-Fingerprint: 209.85.215.180 mail-ea0-f180.google.com Received: from [209.85.215.180] ([209.85.215.180:52357] helo=mail-ea0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/80-21406-02AE7D25 for ; Thu, 16 Jan 2014 09:18:09 -0500 Received: by mail-ea0-f180.google.com with SMTP id f15so1167391eak.39 for ; Thu, 16 Jan 2014 06:18:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=EsvrWgkIRuiruPsJR55bhKWBzLwOaVQY5cvqA8YG4mY=; b=Y6ao0rXKXWZAtFZeWBT3mx8BngvZTdhfMGGKLJJF7tE1n+0z9lO74Wjsi/YRnkt4lp TxoxYuxEhnS367wiPoN5QIGhxYiSLQBxNQes68xDrrDM+tQV1ZWwZgq6XxyJyrZ3wQ3N vFhGkiaRwxCDj/zGBNJqkb5qXmV5FRtOrd2eTs0ivmiuHzaZ9QUtV9fDKfr/OmSbOJ0a 6ldRgymlGCeb8PtbQ2H8G1CsIsLEiMjEYQjdYkhATJoMmaU1BX+obx1FVZNzVm70Tmk6 3CqZOjKt3pvkoRD0JQGGiUfdZE3MwVIDU53WA+xMwIi62Q5vePxKtzwR6+sIKR6BupR6 R64g== X-Received: by 10.14.107.3 with SMTP id n3mr12464537eeg.67.1389881884706; Thu, 16 Jan 2014 06:18:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.87.136 with HTTP; Thu, 16 Jan 2014 06:17:44 -0800 (PST) Date: Thu, 16 Jan 2014 15:17:44 +0100 Message-ID: To: PHP Internals List Content-Type: text/plain; charset=UTF-8 Subject: [RFC] [accepted] ldap_modify_batch From: ondra.hosek@gmail.com (=?UTF-8?B?T25kxZllaiBIb8WhZWs=?=) Hello, today, voting for ldap_modify_batch [1] ended with 5 votes in favor and none against. I have two questions regarding the rest of the process, given that this is my first contribution to the PHP project: 1. What would be the easiest way to supply the changes to the project? Open a pull request on Github? Send a patch to someone? 2. Which version should ldap_modify_batch land in? Only in 5.6 or will it be backported? Against which branch should I submit the pull request or patch? (master? 5.5 (newest stable)? 5.3 (oldest supported stable)? earliest possible?) Thanks for your help in advance! Cheers, ~~ Ondra [1] https://wiki.php.net/rfc/ldap_modify_batch