diff options
author | Justin Erenkrantz <jerenkrantz@php.net> | 2003-02-20 21:48:58 +0000 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@php.net> | 2003-02-20 21:48:58 +0000 |
commit | 9d89ef32956e1e5593d22232a5a0eaa5015343c1 (patch) | |
tree | e2561a2753017233fabbdabcf7be7cc557d3bd11 /ext/pgsql/pgsql.c | |
parent | f8e414ef709fe2840e81b3b84256f126188670e4 (diff) | |
download | php-git-9d89ef32956e1e5593d22232a5a0eaa5015343c1.tar.gz |
Remove C++-style comment. (Breaks Sun Forte compiler.)
Diffstat (limited to 'ext/pgsql/pgsql.c')
-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 5295228185..dd01001a0f 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, |