From owner-freebsd-ports Sat Oct 14 10:22:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 8944437B502; Sat, 14 Oct 2000 10:22:07 -0700 (PDT) Received: by peitho.fxp.org (Postfix, from userid 1501) id 1F1AA1360E; Sat, 14 Oct 2000 13:22:06 -0400 (EDT) Date: Sat, 14 Oct 2000 13:22:05 -0400 From: Chris Faulhaber To: Akinori MUSHA Cc: freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: Porting php modules Message-ID: <20001014132205.A97358@peitho.fxp.org> Mail-Followup-To: Chris Faulhaber , Akinori MUSHA , freebsd-ports@FreeBSD.org, dirk@FreeBSD.org References: <86em1jcroe.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86em1jcroe.wl@archon.local.idaemons.org>; from knu@idaemons.org on Sun, Oct 15, 2000 at 01:29:21AM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 15, 2000 at 01:29:21AM +0900, Akinori MUSHA wrote: > Hi, > > Today I was working on making a port of a PHP module called "Ming", > and I ended up messing with PHP's non-dynamic build procedure. That > is, libphp4.so includes all modules in one and one cannot add a new > module without rebuilding it. (According to the current mod_php4 port) > > So the question is, "Does PHP support dynamic loading, and if so, how > do I make mod_php4 port to do so?" > Yes[1], see http://www.php.net/manual/function.dl.php [1]: Dynamic loading is supported, but only at runtime (i.e. in php scripts). -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message