Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86549 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19720 invoked from network); 10 Jun 2015 14:19:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2015 14:19:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.46 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.46 mail-wg0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:36681] helo=mail-wg0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/60-15306-06748755 for ; Wed, 10 Jun 2015 10:19:13 -0400 Received: by wgbgq6 with SMTP id gq6so37060165wgb.3 for ; Wed, 10 Jun 2015 07:19:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=EILND6ttVSQJm2TnW78NtSvPkosDVfztbpUb71n1r3Y=; b=tojC6+CptFK7Z1FHMiQdeJ6OFRS8rbWnL0fVjg9T+bCrXntvnEy+jE6KFVgwOMQZk4 PE6FhgzEGaHsvhzPmnMqU1Br4gsJ8F0m644Nr89hjwLUbcluz5dwZGDa8vISnTQk5HCA G4dWXsP2pKW8xN3hpIx6ISTf74xC5JIquQeHZnlDUemG2bXfFZiqicFUYZ8AVOXCUPQZ S309HR+1WlsuAJWDs1YTft3PGR4qJrFFddb+hwG1Qh8Usnr4/sd2RgNOAu3GaLGj9eoU GCdzy6bFtVL2Tfwk4YIIeRtyI8QXJbrdqAyyS7frwyN43/STYPl1ixyvDW8eybH5hdaZ cayg== X-Received: by 10.194.109.167 with SMTP id ht7mr6666883wjb.60.1433945949659; Wed, 10 Jun 2015 07:19:09 -0700 (PDT) Received: from lepisma.bemi (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id ez19sm8205260wid.19.2015.06.10.07.19.08 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Jun 2015 07:19:08 -0700 (PDT) Sender: Michael Wallner Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) In-Reply-To: <55780FB0.5020906@opensides.be> Date: Wed, 10 Jun 2015 16:19:08 +0200 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <510D9DE1-F4AF-4684-9538-23F2994365CC@php.net> References: <55780FB0.5020906@opensides.be> To: =?utf-8?Q?C=C3=B4me_BERNIGAUD?= X-Mailer: Apple Mail (2.2098) Subject: =?utf-8?Q?Re=3A_=5BPHP-DEV=5D_Maintaining_LDAP=C2=A0module?= From: mike@php.net (Michael Wallner) > On 10 06 2015, at 12:21, C=C3=B4me BERNIGAUD = wrote: >=20 > Hello, >=20 > I intend to work on LDAP module, starting by trying to get rid of = obsolete method calls. (starting by = https://bugs.php.net/bug.php?id=3D69471 ) >=20 > I already have appropriate CVS rights but I=E2=80=99m not sure which = branch I should commit into. > The git workflow says to commit in PHP-5.3 and then merge on your way = down to 5.6, but I=E2=80=99m not sure 5.3 is even still maintained? I=E2=80=99d say go with PHP-5.6 only (and master). Systems depending on = older PHP version will probably also depend on older libraries. Regards, Mike