On 12/09/2011 15:41, Popa Adrian Marius wrote:
> mariuz                                   Mon, 12 Sep 2011 13:41:28 +0000
> 
> Revision: http://svn.php.net/viewvc?view=revision&revision=316540
> 
> Log:
> fix warning Warning: ibase_drop_db(): lock time-out on wait transaction object
> 
> Changed paths:
>     U   php/php-src/branches/PHP_5_4/ext/pdo_firebird/tests/rowCount.phpt
> 
> Modified: php/php-src/branches/PHP_5_4/ext/pdo_firebird/tests/rowCount.phpt
> ===================================================================
> --- php/php-src/branches/PHP_5_4/ext/pdo_firebird/tests/rowCount.phpt 
> 2011-09-12 13:39:57 UTC (rev 316539)
> +++ php/php-src/branches/PHP_5_4/ext/pdo_firebird/tests/rowCount.phpt 
> 2011-09-12 13:41:28 UTC (rev 316540)
> @@ -38,6 +38,7 @@
> 
>  $dbh->exec('DROP TABLE testz');
> 
> +unset($stmt);
>  unset($dbh);
> 
>  ?>

Isn't this just hiding a problem?


Cheers
-- 
Matteo Beccati

Development & Consulting - http://www.beccati.com/

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

Reply via email to