Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70577 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72541 invoked from network); 10 Dec 2013 19:56:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2013 19:56:27 -0000 Authentication-Results: pb1.pair.com header.from=ondra.hosek@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ondra.hosek@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.177 as permitted sender) X-PHP-List-Original-Sender: ondra.hosek@gmail.com X-Host-Fingerprint: 209.85.215.177 mail-ea0-f177.google.com Received: from [209.85.215.177] ([209.85.215.177:50421] helo=mail-ea0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/3B-04453-9E177A25 for ; Tue, 10 Dec 2013 14:56:25 -0500 Received: by mail-ea0-f177.google.com with SMTP id n15so2469941ead.22 for ; Tue, 10 Dec 2013 11:56:22 -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 :content-transfer-encoding; bh=MfjMseXaSmxsN5mhPZ5W3XI0QpdLaVUPSyoS8ObtXJQ=; b=v0z9C2ynHGpIB7ylWmjPAVwcU/yI2chp8MeUkx4Ak2vR1nzL4/M+yxfCrMtdBZEgN5 KQUuTWItKnpgwUrmVdHUcI4lBI/KgkwfMeCsFjt5rsQPcdMaF345nWVs0osRY93nDcdX JNHO/MKsstXxj7C8T7FcU2Z+Y99+6f6iUwDZDMrgHSVksunut2EGNqlgfTEwFnXDfwgt 3h3Bi2cK1MSxd+MVLfOVGV69W7/MjWJ3msbfWpm4TNy0KVW+l3eJF+hGsQFPZHSToVzY Y2eykY0W9pVRZARzrZS1pbNMll7vDK4USsqWgHYwfCBS5HCBADnLrxYd29cE8SJHc/VX iBwg== X-Received: by 10.14.105.7 with SMTP id j7mr10227870eeg.95.1386705382040; Tue, 10 Dec 2013 11:56:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.87.136 with HTTP; Tue, 10 Dec 2013 11:56:01 -0800 (PST) Date: Tue, 10 Dec 2013 20:56:01 +0100 Message-ID: To: PHP Internals List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [RFC] ldap_modify_batch From: ondra.hosek@gmail.com (=?UTF-8?B?T25kxZllaiBIb8WhZWs=?=) Hello, I have now deemed my ldap_modify_batch RFC [1] ready for discussion. I know that =C3=89tienne Bagnoud has plans to rewrite the LDAP extension, but last time I checked, that project was still in its early planning stages. I would also assume that his work will (at least initially) happen in an "LDAP improved" extension (comparable to the mysql vs. mysqli situation of yore) to retain backward compatibility. I certainly do not wish to torpedo his efforts, but I'd like ldap_modify_batch to enter the PHP tree soon, since it makes (among other things) PHP-based Active Directory password management tools possible -- functionality I'll need for my day job. Cheers, ~~ Ondra [1] https://wiki.php.net/rfc/ldap_modify_batch