Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11390 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41441 invoked by uid 1010); 20 Jul 2004 19:26:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41391 invoked from network); 20 Jul 2004 19:26:36 -0000 Received: from unknown (HELO mx.thebrainroom.net) (69.55.226.195) by pb1.pair.com with SMTP; 20 Jul 2004 19:26:36 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id CFDEC1488035; Tue, 20 Jul 2004 12:26:35 -0700 (PDT) Received: from BAUMBART (p508E9AE1.dip.t-dialin.net [80.142.154.225]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx.thebrainroom.net (Postfix) with ESMTP id AAF231488033; Tue, 20 Jul 2004 12:26:33 -0700 (PDT) Date: Tue, 20 Jul 2004 21:26:32 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1902569249.20040720212632@marcus-boerger.de> To: Kamesh Jayachandran Cc: internals@lists.php.net, helly@php.net In-Reply-To: <1090228770.16894.200620048@webmail.messagingengine.com> References: <1090228770.16894.200620048@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on jc.thebrainroom.net X-Spam-Status: No, hits=0.8 required=5.0 tests=PRIORITY_NO_NAME autolearn=no version=2.63 X-Spam-Level: X-TBR-Filter: Virus scanned and defanged Subject: Re: handle member in zend_module_entry is not getting populated(New issue)(Posted second time) From: helly@php.net (Marcus Boerger) Hello Kamesh, Monday, July 19, 2004, 11:19:30 AM, you wrote: > Hi, > Now handle member of zend_module_entry is getting populated(see php_dl > function inside the ext/standard/dl.c). > But it will not help as it should be set before calling > zend_register_module_ex.(As this function copies the whole > zend_module_entry to module_registry which is later used when trying to > free the resources). > Currently it is getting copied before getting returned from the > php_dl(At the end just before RETURN_TRUE). You're right, i applied the fix. regards marcus