> > There is also the phpize stuff (which I don't know). It's something like
> > phpize /path/to/midgard and then compiling the midgard as a shared library.
> > I think the first example I gave you is probably good enough though.
>
> The phpize methods works (it's what we use right now), but loading the
> midgard extension for every request does not have my preference.

So put:

extension=midgard.so

in your php.ini file.  Then it is loaded by default at startup.

-Rasmus


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to