lwe Wed Nov 14 23:19:30 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_firebird firebird_statement.c Log: # Also nulling cursor_open when closing a named cursor http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_firebird/firebird_statement.c?r1=1.18.2.1.2.5.2.3&r2=1.18.2.1.2.5.2.4&diff_format=u Index: php-src/ext/pdo_firebird/firebird_statement.c diff -u php-src/ext/pdo_firebird/firebird_statement.c:1.18.2.1.2.5.2.3 php-src/ext/pdo_firebird/firebird_statement.c:1.18.2.1.2.5.2.4 --- php-src/ext/pdo_firebird/firebird_statement.c:1.18.2.1.2.5.2.3 Wed Nov 14 22:15:21 2007 +++ php-src/ext/pdo_firebird/firebird_statement.c Wed Nov 14 23:19:29 2007 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: firebird_statement.c,v 1.18.2.1.2.5.2.3 2007/11/14 22:15:21 lwe Exp $ */ +/* $Id: firebird_statement.c,v 1.18.2.1.2.5.2.4 2007/11/14 23:19:29 lwe Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -623,6 +623,7 @@ return 0; } *S->name = 0; + S->cursor_open = 0; return 1; } /* }}} */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php