jerenkrantz             Thu Feb 20 16:48:59 2003 EDT

  Modified files:              
    /php4/ext/pgsql     pgsql.c 
  Log:
  Remove C++-style comment.  (Breaks Sun Forte compiler.)
  
  
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.262 php4/ext/pgsql/pgsql.c:1.263
--- php4/ext/pgsql/pgsql.c:1.262        Thu Feb 20 02:10:07 2003
+++ php4/ext/pgsql/pgsql.c      Thu Feb 20 16:48:58 2003
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: pgsql.c,v 1.262 2003/02/20 07:10:07 sniper Exp $ */
+/* $Id: pgsql.c,v 1.263 2003/02/20 21:48:58 jerenkrantz 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

Reply via email to