kalle Mon May 25 19:41:13 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_pgsql pgsql_statement.c Log: MFH: Typo http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_pgsql/pgsql_statement.c?r1=1.31.2.12.2.7.2.12&r2=1.31.2.12.2.7.2.13&diff_format=u Index: php-src/ext/pdo_pgsql/pgsql_statement.c diff -u php-src/ext/pdo_pgsql/pgsql_statement.c:1.31.2.12.2.7.2.12 php-src/ext/pdo_pgsql/pgsql_statement.c:1.31.2.12.2.7.2.13 --- php-src/ext/pdo_pgsql/pgsql_statement.c:1.31.2.12.2.7.2.12 Tue May 12 22:18:14 2009 +++ php-src/ext/pdo_pgsql/pgsql_statement.c Mon May 25 19:41:13 2009 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: pgsql_statement.c,v 1.31.2.12.2.7.2.12 2009/05/12 22:18:14 mbeccati Exp $ */ +/* $Id: pgsql_statement.c,v 1.31.2.12.2.7.2.13 2009/05/25 19:41:13 kalle Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -180,7 +180,7 @@ char *sqlstate = pdo_pgsql_sqlstate(S->result); /* 42P05 means that the prepared statement already existed. this can happen if you use * a connection pooling software line pgpool which doesn't close the db-connection once - * php disconnects. if php dies (no chanche to run RSHUTDOWN) during execution it has no + * php disconnects. if php dies (no chance to run RSHUTDOWN) during execution it has no * chance to DEALLOCATE the prepared statements it has created. so, if we hit a 42P05 we * deallocate it and retry ONCE (thies 2005.12.15) */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php