Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89051 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63725 invoked from network); 3 Nov 2015 14:23:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2015 14:23:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=bishop.bettini@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bishop.bettini@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: bishop.bettini@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:34757] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/A4-13519-D53C8365 for ; Tue, 03 Nov 2015 09:23:25 -0500 Received: by wikq8 with SMTP id q8so72666990wik.1 for ; Tue, 03 Nov 2015 06:23:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=+5/sUEILkCY8a9Mj40FUCpDaPF2iLZVBIfzR7pETe9c=; b=W3NCZp+afvTU/sE+4t+aG3r9pu6GJEuHenr+d+WDf65J6kwfu41rHHm6DkG/9uHKM+ R13KVadeH6hs8LqFRhT/IXGW8cV101LbhUnqs7Pi1z0lzW7ginG5wt98GyOPvn5+VfwY XhH3uq4cV9pYR66y3LYBkfmz14t+PJaDIyVdbdyUqXaJX9OBM1a+RyMZrBrEPreMRJ5I SkTHe3pdRTc7QREfxbLprpRLm4HKS0CqOfmRKIjx4E4moremAKBACiBNcuE9bdxCM2T/ 3HlVqfIWxsm+Z+Xfn28RyurTqHqcsNM3U0Oe8sYgUDGjOoRr0XU+edYAjv3ZmKToP3Re cZjQ== MIME-Version: 1.0 X-Received: by 10.194.92.138 with SMTP id cm10mr29593441wjb.6.1446560602184; Tue, 03 Nov 2015 06:23:22 -0800 (PST) Reply-To: bishop@php.net Sender: bishop.bettini@gmail.com Received: by 10.194.42.228 with HTTP; Tue, 3 Nov 2015 06:23:22 -0800 (PST) In-Reply-To: <3187501.to7rK1FKUl@mcmic-probook> References: <3187501.to7rK1FKUl@mcmic-probook> Date: Tue, 3 Nov 2015 09:23:22 -0500 X-Google-Sender-Auth: HWa9ZOgKXvvwMbrA1UR9OGyHMtY Message-ID: To: =?UTF-8?Q?C=C3=B4me_Chilliet?= Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7bd91a0ad7019d0523a3a27f Subject: Re: [PHP-DEV] Small regression in PHP-LDAP From: bishop@php.net (Bishop Bettini) --047d7bd91a0ad7019d0523a3a27f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Nov 3, 2015 at 12:03 AM, C=C3=B4me Chilliet wro= te: > So basically my question is, is that something that should be "fixed" to > be consistent with previous PHP version, or should it stay that way as th= is > is what is documented and tested? > An equivalent question: Do you want to support this syntax going forward? It's a common enough format that users likely will try it before reading the documentation. But supporting it implies the code, the documentation, and now a footnote that it wasn't supported between 5.6.11 and 5.6.x. IMO, forbid it, adding a version note to the documentation: "5.6.11 -- Support for the undocumented $host format 'hostname:port' was removed." bishop --047d7bd91a0ad7019d0523a3a27f--