Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 2000 13:22:05 -0400
From:      Chris Faulhaber <jedgar@fxp.org>
To:        Akinori MUSHA <knu@idaemons.org>
Cc:        freebsd-ports@FreeBSD.org, dirk@FreeBSD.org
Subject:   Re: Porting php modules
Message-ID:  <20001014132205.A97358@peitho.fxp.org>
In-Reply-To: <86em1jcroe.wl@archon.local.idaemons.org>; from knu@idaemons.org on Sun, Oct 15, 2000 at 01:29:21AM %2B0900
References:  <86em1jcroe.wl@archon.local.idaemons.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001014132205.A97358>