Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13506 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22030 invoked by uid 1010); 25 Oct 2004 15:49:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21999 invoked from network); 25 Oct 2004 15:49:56 -0000 Received: from unknown (HELO jc.netevil.org) (69.55.227.66) by pb1.pair.com with SMTP; 25 Oct 2004 15:49:56 -0000 Received: from ([82.133.1.139:2390]) by jc.netevil.org (ecelerity HEAD) with SMTP id 63/00-18400-3A02D714 for ; Mon, 25 Oct 2004 08:49:56 -0700 Message-ID: <417D207D.3010605@thebrainroom.com> Date: Mon, 25 Oct 2004 16:49:17 +0100 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kamesh Jayachandran CC: internals@lists.php.net References: <1098718837.4744.207207878@webmail.messagingengine.com> In-Reply-To: <1098718837.4744.207207878@webmail.messagingengine.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Why module shutdown function is not called for openssl extension? From: wez@thebrainroom.com (Wez Furlong) Kamesh Jayachandran wrote: > During the failure openssl_csr_new is not setting req.priv_key to NULL > this causes dispose function to free the req.priv_key. > Can I go ahead and set req.priv_key = NULL when php_openssl_make_REQ > returns failure and we_made_the_key == 0? Please send me a diff > I have seen shutdown function is set to NULL even though it is defined. Which one? Where? --Wez