Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55093 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43573 invoked from network); 2 Sep 2011 18:16:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2011 18:16:01 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.44 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.216.44 mail-qw0-f44.google.com Received: from [209.85.216.44] ([209.85.216.44:59017] helo=mail-qw0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/B1-31460-F5D116E4 for ; Fri, 02 Sep 2011 14:16:00 -0400 Received: by qwg2 with SMTP id 2so2180612qwg.31 for ; Fri, 02 Sep 2011 11:15:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2gdh0a3bTraaAsehl43pf/YHTiNAVaq94K/PXPWCv34=; b=pL/o1mdk+oMoBlcJVyAxWn3PDy3ZuvLp4vah8j8ewToaCVf+VkXvhPLDzviRM/16Kz zA/3KnW2aXFAOjGUzzGE7GOBkzmnDGniucPY81sGGwvfBM9qG4ZKWqNhnlhU/8M7q1CY u0et751BoImqaU/h8oh1UcwbQT8FWVNlld7pE= MIME-Version: 1.0 Received: by 10.229.31.20 with SMTP id w20mr1011475qcc.208.1314987356718; Fri, 02 Sep 2011 11:15:56 -0700 (PDT) Received: by 10.229.76.7 with HTTP; Fri, 2 Sep 2011 11:15:56 -0700 (PDT) In-Reply-To: <4E611A8E.5080108@phpdoc.de> References: <4E611027.6000103@sugarcrm.com> <4E611A8E.5080108@phpdoc.de> Date: Fri, 2 Sep 2011 14:15:56 -0400 Message-ID: To: Ulf Wendel Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] mysqli tests breaking From: ircmaxell@gmail.com (Anthony Ferrara) > always test against the latest and greatest. Otherwise you'll be > testing against libmysql versions that are not going to see any updates. I would disagree with that statement. Tests should be run against all expected versions of the library. So if 5.1.46 is supported, it should pass the tests. Otherwise how will you know if you've broken a supported environment? On Fri, Sep 2, 2011 at 2:03 PM, Ulf Wendel wrote: > Am 02.09.2011 19:19, schrieb Stas Malyshev: >> >> My environment is Mac OS X, libmysql version 5.1.46 (yes, I know it's >> old, but that's what is out there in production for many, so we have to >> support it). > > Stas, > > please, always test against the latest and greatest. Otherwise you'll be > testing against libmysql versions that are not going to see any updates. > > Ulf > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >