[PHP-DEV] phpxs? From: Kristian Koehntopp (kk <email protected>)
Date: 11/12/00

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:

- Is there a method similar to enable-shared=max like in Apache?
- 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).
- Is there some mechanism to build modules outside of PHP,
  similar to apxs? Is there a phpxs program?

Kristian

-- 
Kristian Köhntopp, NetUSE AG Siemenswall, D-24107 Kiel
Tel: +49 431 386 436 00, Fax: +49 431 386 435 99
Using PHP3? See our web development library at http://phplib.netuse.de/

-- 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>