]> granicus.if.org Git - php/commitdiff
Remove C++-style comment. (Breaks Sun Forte compiler.)
authorJustin Erenkrantz <jerenkrantz@php.net>
Thu, 20 Feb 2003 21:48:58 +0000 (21:48 +0000)
committerJustin Erenkrantz <jerenkrantz@php.net>
Thu, 20 Feb 2003 21:48:58 +0000 (21:48 +0000)
ext/pgsql/pgsql.c

index 529522818546a1df12e53b7d82f8b25f0e4b8b9a..dd01001a0f6fce0842d35a00e1b7dea061932b2e 100644 (file)
@@ -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,