Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28931 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60705 invoked by uid 1010); 20 Apr 2007 07:54:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60671 invoked from network); 20 Apr 2007 07:54:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Apr 2007 07:54:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.94.239.5 cause and error) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Received: from [82.94.239.5] ([82.94.239.5:52825] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 36/C6-19618-7B178264 for ; Fri, 20 Apr 2007 03:54:34 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l3K7sQEg000857; Fri, 20 Apr 2007 09:54:26 +0200 Date: Fri, 20 Apr 2007 09:54:16 +0200 (CEST) X-X-Sender: derick@localhost To: Michael B Allen cc: internals@lists.php.net In-Reply-To: <20070420035154.4d8e8c14.mba2000@ioplex.com> Message-ID: References: <20070419234608.32e31f61.mba2000@ioplex.com> <20070420035154.4d8e8c14.mba2000@ioplex.com> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Unexpected Extension Deinitializing on Startup From: derick@php.net (Derick Rethans) On Fri, 20 Apr 2007, Michael B Allen wrote: > On Fri, 20 Apr 2007 09:20:26 +0200 (CEST) > Derick Rethans wrote: > > > On Thu, 19 Apr 2007, Michael B Allen wrote: > > > > > Is there an Apache or PHP setting that would cause an extension to be > > > deinitilized in the initial root process on startup? > > > > It's an Apache thing. First it brings up all modules (like mod_php) to > > figure out which settings it supports. Then it shuts down everything. > > Then it starts the real start up process and initializes all modules > > again. > > Is this behavior documented anywhere? I suppose I should just get on > the Apache list and ask there ... Hmm, I don't know where this is documented. The Apache list might indeed be the best medium to ask. regards, Derick