Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63994 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46784 invoked from network); 20 Nov 2012 15:26:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2012 15:26:16 -0000 Authentication-Results: pb1.pair.com header.from=etienne@lamaisondebarbie.ch; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=etienne@lamaisondebarbie.ch; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain lamaisondebarbie.ch designates 80.80.228.110 as permitted sender) X-PHP-List-Original-Sender: etienne@lamaisondebarbie.ch X-Host-Fingerprint: 80.80.228.110 smtp21.clm.net4all.ch Linux 2.6 Received: from [80.80.228.110] ([80.80.228.110:46835] helo=smtp21.clm.net4all.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/34-19572-411ABA05 for ; Tue, 20 Nov 2012 10:26:13 -0500 Received: from [192.168.50.174] (unknown [153.109.35.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp21.clm.net4all.ch (Postfix) with ESMTPSA id 8C6D91EA99A; Tue, 20 Nov 2012 16:26:05 +0100 (CET) Message-ID: <50ABA0F9.70108@lamaisondebarbie.ch> Date: Tue, 20 Nov 2012 16:25:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20120922 Icedove/10.0.7 MIME-Version: 1.0 To: internals@lists.php.net CC: venaas@php.net, cardoe@php.net, pajoye@php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [PATCH][PHP-LDAP] Pending patches From: etienne@lamaisondebarbie.ch (Etienne Bagnoud) Hi, I have two pending patches for the module php-ldap with no reply (for 5 months). Those patches are quite useful and it would be nice to have them merged or, at least, commented : [https://bugs.php.net/bug.php?id=61853] remove use of libldap deprecated functions [https://bugs.php.net/bug.php?id=61921] add support for ber value as PHP array in functions like ldap_parse_result and ldap_set_option. It also provide needed functions (ber<->php array conversion) to support further improvement like ldap_extended_operation. Both patch have no impact on existing code. Regards, Etienne.