Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55096 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52363 invoked from network); 2 Sep 2011 19:11:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2011 19:11:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=ulf.wendel@phpdoc.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ulf.wendel@phpdoc.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain phpdoc.de from 212.227.126.171 cause and error) X-PHP-List-Original-Sender: ulf.wendel@phpdoc.de X-Host-Fingerprint: 212.227.126.171 moutng.kundenserver.de Received: from [212.227.126.171] ([212.227.126.171:63318] helo=moutng.kundenserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/13-31460-15A216E4 for ; Fri, 02 Sep 2011 15:11:14 -0400 Received: from [192.168.2.26] (p5B06A5D2.dip.t-dialin.net [91.6.165.210]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0MVnY3-1QhBir2Fkl-00YaGJ; Fri, 02 Sep 2011 21:11:10 +0200 Message-ID: <4E612A4C.7080707@phpdoc.de> Date: Fri, 02 Sep 2011 21:11:08 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 CC: PHP Internals References: <4E611027.6000103@sugarcrm.com> <4E611A8E.5080108@phpdoc.de> <4E612003.6020303@sugarcrm.com> In-Reply-To: <4E612003.6020303@sugarcrm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:k1u79U560CM0VMRSZdVOF7wIq2EkTKmoWJk3BPgSoS+ c6AY31lG4iEBcUqcgzhnwaoCNOE9FpudNSBEmbGWqPuShdCpjE GTx0FS7hg4zxAKisvRfZ2vmbR2JJTed8+IIEfJTBOUMuyHjymG YSLHclEWWOIv/bMG28bXDDf/PIrsIDte7jR/14l0+bpoFCFoRH mTxbGAAuVm/yd9DAxxgt6cP6Ko5ZeKehE7ke28Td+s+zxgygFg G84GpL0LAMHLwDOV6dqCyvw0elaeyo9bU4IHm3ZNoa7/iQ8xn1 /HH0j82zYCQRk8OXbgPXHsqFpOQHEXWujvByPw0RV1ptnHrE6f iJZ1kx0dV9tclmcN4xl4= Subject: Re: [SPAM?]: Re: [PHP-DEV] mysqli tests breaking From: ulf.wendel@phpdoc.de (Ulf Wendel) Am 02.09.2011 20:27, schrieb Stas Malyshev: > On 9/2/11 11:03 AM, Ulf Wendel wrote: >> please, always test against the latest and greatest. Otherwise you'll be >> testing against libmysql versions that are not going to see any updates. > > 5.1 is still a supported version of Mysql. It is run on many production > servers, so I think we must support it - it's no use to run tests on the Stas, I'm not arguing about test portability or the like. All I'm after is the counterpart to the checkbox entry "Try a snapshot (PHP x.y) (Feedback)", as found at bugs.php.net :-). This is no more than a friendly request to check against latest and greatest to avoid hitting bugs already fixed in libmysql. Latest GA is 5.1.58, if I'm not mistaken, http://dev.mysql.com/downloads/mysql/5.1.html . You are testing again 5.1.4x. Generally speaking, libmysql 5.1.4x won't see updates, just like PHP 5.2 won't. Regarding test portability ... you probably can imagine how annoyed I have been when orginally writing tests and hitting non portable stuff, deperately trying to actually test for something. Ulf