> 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 <ulf.wen...@phpdoc.de> 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
>
>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to