Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10017 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39267 invoked by uid 1010); 21 May 2004 23:19:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39199 invoked by uid 1007); 21 May 2004 23:19:58 -0000 Message-ID: <20040521231958.39197.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: "l0t3k" Date: Fri, 21 May 2004 19:20:08 -0400 Lines: 8 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 67.33.140.2 Subject: Class Constant Memory Allocation From: cshmoove@bellsouth.net ("l0t3k") is it possible to have a MAKE_INTERNAL_ZVAL macro to pair with zval_internal_dtor (im using class constants heavily in my extension)? of course i could just create my own and use it in my extension, but i think its good to be symmetrical. l0t3k