Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13011 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74813 invoked by uid 1010); 27 Sep 2004 15:38:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 73413 invoked from network); 27 Sep 2004 15:38:21 -0000 Received: from unknown (HELO utopia.in.force-elite.com) (216.255.199.145) by pb1.pair.com with SMTP; 27 Sep 2004 15:38:21 -0000 X-AuthUser: chip@force-elite.com Received: from [10.10.10.101] (199.5.172.2:36105) by utopia.in.force-elite.com with [XMail 1.17 (Linux/Ix86) ESMTP Server] id for from ; Mon, 27 Sep 2004 08:38:21 -0700 Message-ID: <41583403.2060900@force-elite.com> Date: Mon, 27 Sep 2004 09:38:43 -0600 User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carter CC: internals@lists.php.net References: <1096290423.4966.7.camel@vanier.entertain-me.com> In-Reply-To: <1096290423.4966.7.camel@vanier.entertain-me.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Help calling optional functions in an apache module From: chip@force-elite.com (Paul Querna) David Carter wrote: > /projects/phparm/trunk/phparm.c:86: error: `arm_application_get_ptr' > undeclared (first use in this function) > /projects/phparm/trunk/phparm.c:86: error: > `apr_OFN_arm_application_get_t' undeclared (first use in this function) Yes, the optional function is not declared properly if this happens. > Although the correct header file is in place to get optional functions, > all the definitions are ignored. Is there a -D directive I need to get > this to work? Am I missing something fundamental? Do you need more info? Source code would be nice :) You will likely find more help on the Apache Modules List: http://modules.apache.org/subscribe -Paul Querna