Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11271 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35860 invoked by uid 1010); 16 Jul 2004 05:21:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35826 invoked from network); 16 Jul 2004 05:21:58 -0000 Received: from unknown (HELO www.entertain-me.com) (68.167.196.149) by pb1.pair.com with SMTP; 16 Jul 2004 05:21:58 -0000 Received: from [192.168.2.3] (wg.entertain-me.com [192.168.1.10]) by www.entertain-me.com (Postfix) with ESMTP id A058B168A9 for ; Fri, 16 Jul 2004 01:21:57 -0400 (EDT) To: internals@lists.php.net Content-Type: text/plain Message-ID: <1089955317.20273.36.camel@vanier.entertain-me.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 16 Jul 2004 01:21:57 -0400 Content-Transfer-Encoding: 7bit Subject: Question from a new module developer From: apache@entertain-me.com (David Carter) Hi, I'm developing a standalone module that needs to hook into another Apache module. I need a pointer to a request record (request_rec) to make the apache call, but I can't seem to find how to access one from a module. (or alternatively, a way to get a current request from within an Apache module). Help! TIA, Dave