On 01/31/2012 02:14 AM, Pierre Joye wrote:

> -     struct pdo_sqlite_collation *collation;
> -
>       while (H->collations) {
> +             struct pdo_sqlite_collation *collation;
>               collation = H->collations;
>               H->collations = collation->next;

Why would this change fix anything? You are just tightening the scope of
collation there? This compiled perfectly with gcc before this change.

-Rasmus

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to