Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70823 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43863 invoked from network); 22 Dec 2013 01:04:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Dec 2013 01:04:40 -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 74.125.83.41 as permitted sender) X-PHP-List-Original-Sender: ondra.hosek@gmail.com X-Host-Fingerprint: 74.125.83.41 mail-ee0-f41.google.com Received: from [74.125.83.41] ([74.125.83.41:48963] helo=mail-ee0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/86-07676-6AA36B25 for ; Sat, 21 Dec 2013 20:04:39 -0500 Received: by mail-ee0-f41.google.com with SMTP id t10so1739873eei.0 for ; Sat, 21 Dec 2013 17:04:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=90iPTlbGGzt3xI891z4Go7Y70VsrmHxYPiloLAzJsSk=; b=tayg2dpcreW3/5prF429Rb6c3AcwJQvyGlrfllL+qwh45LRPRUKd3nSuY4LhmKxXr0 zkyS7FIEBSR+uId15vhVSVA/L6UseXp9/rIPdg7XtuOLwbgF8UWPqCc7XpocHCl8kHqD IfusCz25CC9nWP20YPiBOZOeMMP+b/hN1ISqtrYBx+6VAgQNuDgPRGDMpoD4STzrT5g4 O0sWE01rpbii9H+Ms5lXGxiWWdB/qsMwI+7AP9skGB1hXLHVW4SWQ443JNateU4zeddA 4tmr6huE4N8USZLCwKDpxRfyTarVk/wFQ5SiXjVs5M1mwvzCgZ+3uPjxQUDb9bAjyUht Mzww== X-Received: by 10.14.2.73 with SMTP id 49mr13809388eee.15.1387674276131; Sat, 21 Dec 2013 17:04:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.87.136 with HTTP; Sat, 21 Dec 2013 17:04:16 -0800 (PST) In-Reply-To: References: Date: Sun, 22 Dec 2013 02:04:16 +0100 Message-ID: To: PHP Internals List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [RFC] ldap_modify_batch From: ondra.hosek@gmail.com (=?UTF-8?B?T25kxZllaiBIb8WhZWs=?=) On Tue, Dec 10, 2013 at 8:56 PM, Ond=C5=99ej Ho=C5=A1ek wrote: > I have now deemed my ldap_modify_batch RFC [1] ready for discussion. No comments? I probably won't open the vote until after New Year's, but I was hoping to get some feedback beforehand... (Summary of the RFC: A function named ldap_modify_batch is added to the LDAP extension that allows to perform multiple modification operations "simultaneously". Some directory services require this for operations such as password changes: "remove" the old password value and "add" the new one.) Cheers, ~~ Ondra [1] https://wiki.php.net/rfc/ldap_modify_batch