Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11235 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27747 invoked by uid 1010); 14 Jul 2004 14:03:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27701 invoked from network); 14 Jul 2004 14:03:56 -0000 Received: from unknown (HELO out2.smtp.messagingengine.com) (66.111.4.26) by pb1.pair.com with SMTP; 14 Jul 2004 14:03:56 -0000 Received: from server3.messagingengine.com (server3.internal [10.202.2.134]) by mail.messagingengine.com (Postfix) with ESMTP id 7CD3AC12187 for ; Wed, 14 Jul 2004 10:03:55 -0400 (EDT) Received: by server3.messagingengine.com (Postfix, from userid 99) id 51E0D1572B4; Wed, 14 Jul 2004 10:03:56 -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) To: internals@lists.php.net Date: Wed, 14 Jul 2004 07:03:56 -0700 X-Sasl-Enc: YxisuxoypVNuteujzl7OjA 1089813836 Message-ID: <1089813836.14137.200344597@webmail.messagingengine.com> Subject: handle member in zend_module_entry is not getting populated(New issue) 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