Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23002 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46650 invoked by uid 1010); 28 Apr 2006 01:24:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46635 invoked from network); 28 Apr 2006 01:24:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2006 01:24:20 -0000 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.166.181 pproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.166.181:18840] helo=pproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 05/1D-11022-4CE61544 for ; Thu, 27 Apr 2006 21:24:20 -0400 Received: by pproxy.gmail.com with SMTP id 57so2360389pya for ; Thu, 27 Apr 2006 18:24:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mrcD2RlH5H8gVsbDmUksaGj5oEmRi5gtnXLzCOx+Z1E6VipBlopILRn5C9ZdHD8SePyXBL2Hv3fr5onWn/Nd8J2frEbTD9YBUGlLArxEbBUqRxyDsx55yFggzxCWPPKDWzzN531AChR94MXVECuV4PsPoUBp7o7jRQ/5SoX1ass= Received: by 10.35.66.12 with SMTP id t12mr58539pyk; Thu, 27 Apr 2006 18:24:17 -0700 (PDT) Received: by 10.35.41.17 with HTTP; Thu, 27 Apr 2006 18:24:17 -0700 (PDT) Message-ID: <4e89b4260604271824k11ab2c6cxb09a46d41bc9db72@mail.gmail.com> Date: Thu, 27 Apr 2006 21:24:17 -0400 To: "Kevin Waterson" Cc: internals@lists.php.net In-Reply-To: <20060428110839.5e9e6c5a.kevin@oceania.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060428014307.7c1dd08d.kevin@oceania.net> <4e89b4260604271719x61c2cff4y1a8306b2dfbd2f0f@mail.gmail.com> <20060428110839.5e9e6c5a.kevin@oceania.net> Subject: Re: [PHP-DEV] Inconsistancy in PDO dsn From: kingwez@gmail.com ("Wez Furlong") On 4/27/06, Kevin Waterson wrote: > This one time, at band camp, "Wez Furlong" wrote: > > The manual doesn't tell you that you can use spaces, so simply don't do= it. > > but in this example we have a space and it works > mysql: host =3D localhost; dbname=3Dtest The manual doesn't tell you that you can use spaces. So, *don't do that*. The behaviour may change; relying on undefined behaviour means that you can expect your application to break one day, later rather than sooner. So, one last time: *don't do that*. --Wez.