kalle Mon May 25 19:40:49 2009 UTC
Modified files:
/php-src/ext/pdo_pgsql pgsql_statement.c
Log:
Typo
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_pgsql/pgsql_statement.c?r1=1.55&r2=1.56&diff_format=u
Index: php-src/ext/pdo_pgsql/pgsql_statement.c
diff -u php-src/ext/pdo_pgsql/pgsql_statement.c:1.55
php-src/ext/pdo_pgsql/pgsql_statement.c:1.56
--- php-src/ext/pdo_pgsql/pgsql_statement.c:1.55 Tue May 12 22:17:50 2009
+++ php-src/ext/pdo_pgsql/pgsql_statement.c Mon May 25 19:40:49 2009
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: pgsql_statement.c,v 1.55 2009/05/12 22:17:50 mbeccati Exp $ */
+/* $Id: pgsql_statement.c,v 1.56 2009/05/25 19:40:49 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