Re: [PHP-DEV] phpxs? From: Sterling Hughes (Sterling.Hughes <email protected>)
Date: 11/13/00

Kristian Koehntopp wrote:
>
> I am currently trying to create a modular PHP 4 interpreter, with as
> little modules built-in as possible. This works fine, but there
> remains a number of questions:
>

Sounds very cool!

> - Is there a method similar to enable-shared=max like in Apache?

I see that on the TODO list but I don't think it has been done yet...

> - Some modules depend on each other, like the WDDX module, which
> depends on the XML module being present - at least mod_php will
> not load into Apache when WDDX is compiled in (only available
> statically), and XML is not compiled in (or is configured as
> shared).

what is the question ;)?

> - Is there some mechanism to build modules outside of PHP,
> similar to apxs? Is there a phpxs program?

Take a look at REAME.SELF-CONTAINED-EXTENSIONS in the php distribution, that's
most likely what you're looking for.

-Sterling

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>