Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51490 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68075 invoked from network); 20 Feb 2011 23:10:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2011 23:10:37 -0000 Authentication-Results: pb1.pair.com header.from=james.butler@edigitalresearch.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=james.butler@edigitalresearch.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain edigitalresearch.com from 217.154.180.62 cause and error) X-PHP-List-Original-Sender: james.butler@edigitalresearch.com X-Host-Fingerprint: 217.154.180.62 analysis.edigitalresearch.com Received: from [217.154.180.62] ([217.154.180.62:36033] helo=mail.edigitalresearch.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/42-55642-C6F916D4 for ; Sun, 20 Feb 2011 18:10:36 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.edigitalresearch.com (Postfix) with ESMTP id 306941E4D8B; Sun, 20 Feb 2011 23:08:37 +0000 (GMT) X-Virus-Scanned: amavisd-new at edigitalresearch.com Received: from mail.edigitalresearch.com ([127.0.0.1]) by localhost (mail.edigitalresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2JluO6iSZQbL; Sun, 20 Feb 2011 23:08:36 +0000 (GMT) Received: from zarafa.localdomain (unknown [10.0.0.20]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.edigitalresearch.com (Postfix) with ESMTPS id 80A0F1E4D89; Sun, 20 Feb 2011 23:08:36 +0000 (GMT) Received: from zarafa.edigitalresearch.com (zarafa.edigitalresearch.com [10.0.0.20]) by zarafa.localdomain (Postfix) with SMTP id D2028100001; Sun, 20 Feb 2011 23:08:35 +0000 (GMT) To: =?windows-1252?Q?"Bharat_Nagwani"?= Cc: =?windows-1252?Q?"internals=40lists.php.net"?= Date: Sun, 20 Feb 2011 23:08:35 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Mailer: Zarafa 6.40.5-24860 Message-ID: Subject: Re: [PHP-DEV] PHP Module unload From: james.butler@edigitalresearch.com (=?windows-1252?Q?James_Butler?=) Are you using PHP as a module inside a web server such as apache=3F If so then module unloading is generally the problem of the web server rather than PHP. Is (fast) cgi not an option=3F