[PHP-DEV] CVS update: php3/functions From: thies (php-dev <email protected>)
Date: 04/22/99

Date: Thursday April 22, 1999 @ 14:12
Author: thies

Update of /repository/php3/functions
In directory php:/tmp/cvs-serv11391/functions

Modified Files:
        oracle.c
Log Message:
reverted last mem-leak fix
added credits to the ChangeLog ;-)

Index: php3/functions/oracle.c
diff -c php3/functions/oracle.c:1.98 php3/functions/oracle.c:1.99
*** php3/functions/oracle.c:1.98 Thu Apr 22 09:19:50 1999
--- php3/functions/oracle.c Thu Apr 22 14:12:44 1999
***************
*** 30,36 ****
     +----------------------------------------------------------------------+
   */
  
! /* $Id: oracle.c,v 1.98 1999/04/22 13:19:50 ssb Exp $ */
  
  #if defined(COMPILE_DL)
  # if PHP_31
--- 30,36 ----
     +----------------------------------------------------------------------+
   */
  
! /* $Id: oracle.c,v 1.99 1999/04/22 18:12:44 thies Exp $ */
  
  #if defined(COMPILE_DL)
  # if PHP_31
***************
*** 820,826 ****
--- 820,829 ----
                  cursor->params = (HashTable *)emalloc(sizeof(HashTable));
                  if (!cursor->params ||
                          _php3_hash_init(cursor->params, 19, NULL,
+ /*
                                                          (void (*)(void *))pval_ora_param_destructor, 0) == FAILURE) {
+ */
+ (void (*)(void *))NULL, 0) == FAILURE) {
                          php3_error(E_ERROR, "Unable to initialize parameter list");
                          RETURN_FALSE;
                  }

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>