Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70953 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21481 invoked from network); 2 Jan 2014 09:16:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jan 2014 09:16:33 -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.170 as permitted sender) X-PHP-List-Original-Sender: ondra.hosek@gmail.com X-Host-Fingerprint: 209.85.215.170 mail-ea0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:63943] helo=mail-ea0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A7/D0-14580-07E25C25 for ; Thu, 02 Jan 2014 04:16:33 -0500 Received: by mail-ea0-f170.google.com with SMTP id k10so6134063eaj.15 for ; Thu, 02 Jan 2014 01:16:29 -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=eMqspcCXWrqJ4ZqSs4FQVxNR5RD2eBfuIa+WrmoiAw8=; b=IO/PpoygX3whGmmLUN3pt06eIa6k08F39PR9NneNlX4rIyBCZ8rOJQYNZYOCXV1k0R n5HnRqrDv1bbJzFjKv58d54UcDsVsad14/3PoHrWhFpJ//a8lFm7LUJWCsG2OXRHYnvN 07K69hls+1BbjeM5oTmWyKicq9WRF3zJIPlJ8qtmvTChLhBg7yy6i5M5WgeScFvUWtms BpkzlFq1XzxSbcPxkCWtWyezrJ5MTmIIs67z4gVmCuvdNlCQiLXmRxfociJlT6DOmTrH jmovdezFP7y48E6jyMwU1LpHQ0PgBaROac0sFJVkkTqVT1t+c3R+0VJ1Eexac1NJjzH0 T1wA== X-Received: by 10.15.75.68 with SMTP id k44mr14571578eey.57.1388654189683; Thu, 02 Jan 2014 01:16:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.87.136 with HTTP; Thu, 2 Jan 2014 01:16:08 -0800 (PST) Date: Thu, 2 Jan 2014 10:16:08 +0100 Message-ID: To: PHP Internals List Content-Type: text/plain; charset=UTF-8 Subject: [RFC] [VOTE] ldap_modify_batch From: ondra.hosek@gmail.com (=?UTF-8?B?T25kxZllaiBIb8WhZWs=?=) Happy New Year! I have just opened voting for my ldap_modify_batch proposal [1], which adds a low-level "specify the changes explicitly" modification function to LDAP. This is useful for e.g. changing passwords on some directory systems. Voting is open until 2014-01-16 -- I have chosen a two-week voting period to account for people on New Year's vacations. Cheers, ~~ Ondra [1] https://wiki.php.net/rfc/ldap_modify_batch