diff options
author | Derick Rethans <derick@php.net> | 2003-03-09 19:15:16 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2003-03-09 19:15:16 +0000 |
commit | f27049afb6f8614300461e640cc26640b74e4fcb (patch) | |
tree | 4750890855b55a66bc80e0cf7ecc974c655653d2 | |
parent | da7b2d970de94ff054f18f9d7da55a27a37254c2 (diff) | |
download | php-git-f27049afb6f8614300461e640cc26640b74e4fcb.tar.gz |
- No C++ comments! (Patch by Magnus)
-rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 48721582f8..07c148ff62 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -606,7 +606,7 @@ static void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) 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, |