Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11338 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75151 invoked by uid 1010); 19 Jul 2004 09:19:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75115 invoked from network); 19 Jul 2004 09:19:30 -0000 Received: from unknown (HELO out2.smtp.messagingengine.com) (66.111.4.26) by pb1.pair.com with SMTP; 19 Jul 2004 09:19:30 -0000 Received: from server3.messagingengine.com (server3.internal [10.202.2.134]) by mail.messagingengine.com (Postfix) with ESMTP id 01042C12389; Mon, 19 Jul 2004 05:19:29 -0400 (EDT) Received: by server3.messagingengine.com (Postfix, from userid 99) id 6985917C561; Mon, 19 Jul 2004 05:19:30 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.4 (F2.72; T1.001; A1.62; B3.01; Q3.01) Cc: helly@php.net To: internals@lists.php.net Date: Mon, 19 Jul 2004 02:19:30 -0700 X-Sasl-Enc: EPZSXXvwXY+wywgsvgSfWw 1090228770 Message-ID: <1090228770.16894.200620048@webmail.messagingengine.com> Subject: handle member in zend_module_entry is not getting populated(New issue)(Posted second time) From: kameshj@fastmail.fm ("Kamesh Jayachandran") 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). With regards Kamesh Jayachandran