derick Sun Mar 9 14:15:19 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pgsql pgsql.c Log: - No C++ comments! (Patch by Magnus) Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244.2.11 php4/ext/pgsql/pgsql.c:1.244.2.12 --- php4/ext/pgsql/pgsql.c:1.244.2.11 Fri Mar 7 08:42:16 2003 +++ php4/ext/pgsql/pgsql.c Sun Mar 9 14:15:16 2003 @@ -19,7 +19,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: pgsql.c,v 1.244.2.11 2003/03/07 13:42:16 ddhill Exp $ */ +/* $Id: pgsql.c,v 1.244.2.12 2003/03/09 19:15:16 derick Exp $ */ #include <stdlib.h> @@ -606,7 +606,7 @@ pgsql = (PGconn *) le->ptr; } ZEND_REGISTER_RESOURCE(return_value, pgsql, le_plink); - } else { // Non persistent connection + } else { /* Non persistent connection */ list_entry *index_ptr,new_index_ptr; /* first we check the hash for the hashed_details key. if it exists,
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php