Date: 08/19/99
- Next message: pplegal <email protected>: "[PHP-DEV] Earn a 100 K+ A Year!!!"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #1922 Updated: Didn't compile in ttf-support"
- Next in thread: Jim Winstead: "[PHP-DEV] cvs: /php3/functions oci8.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: pplegal <email protected>: "[PHP-DEV] Earn a 100 K+ A Year!!!"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #1922 Updated: Didn't compile in ttf-support"
- Next in thread: Jim Winstead: "[PHP-DEV] cvs: /php3/functions oci8.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

