[PHP-DEV] cvs: /php3/functions oci8.c From: Thies C. Arntzen (thies <email protected>)
Date: 08/19/99

thies Thu Aug 19 03:31:01 1999 EDT

  Modified files:
    /php3/functions oci8.c
  Log:
  i somehow this commit didn't make it.
  
  
Index: php3/functions/oci8.c
diff -u php3/functions/oci8.c:1.119 php3/functions/oci8.c:1.120
--- php3/functions/oci8.c:1.119 Wed Aug 18 14:11:03 1999
+++ php3/functions/oci8.c Thu Aug 19 03:31:00 1999
@@ -33,7 +33,7 @@
 
 #define OCI8_USE_EMALLOC 0 /* set this to 1 if you want to use the php memory manager! */
 
-/* $Id: oci8.c,v 1.119 1999/08/18 18:11:03 rasmus Exp $ */
+/* $Id: oci8.c,v 1.120 1999/08/19 07:31:00 thies Exp $ */
 
 /* TODO list:
  *
@@ -3246,6 +3246,8 @@
                         RETURN_FALSE;
                 }
         }
+
+ _php3_hash_internal_pointer_reset(array->value.ht);
 
 #if PHP_API_VERSION < 19990421
         element = emalloc(sizeof(pval));

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>