[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] =?utf-8?q?svn:_/pecl/apc/trunk/_apc=5Fmain.c?=
From:       Pierre_Joye <pajoye () php ! net>
Date:       2013-01-18 11:09:44
Message-ID: svn-pajoye-1358507384-329208-1430549708 () svn ! php ! net
[Download RAW message or body]

pajoye                                   Fri, 18 Jan 2013 11:09:44 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=329208

Log:
- fix regression introduced by 328816, func dtor must be called while no value are \
returned

Changed paths:
    U   pecl/apc/trunk/apc_main.c

Modified: pecl/apc/trunk/apc_main.c
===================================================================
--- pecl/apc/trunk/apc_main.c	2013-01-18 10:29:39 UTC (rev 329207)
+++ pecl/apc/trunk/apc_main.c	2013-01-18 11:09:44 UTC (rev 329208)
@@ -368,6 +368,7 @@
         TSRMLS_FETCH();
         function_add_ref(func);
         zend_hash_next_index_insert(APCG(compiler_hook_func_table), func, \
sizeof(zend_function), NULL); +        zend_function_dtor(func);
     }
 }
 /* }}} */
@@ -380,6 +381,7 @@
         TSRMLS_FETCH();
         ++(*pce)->refcount;
         zend_hash_next_index_insert(APCG(compiler_hook_class_table), pce, \
sizeof(zend_class_entry *), NULL); +        zend_function_dtor(func);
     }
 }
 /* }}} */



-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic