On Sun, 29 Sep 2002, Jon Parise wrote: > On Mon, Sep 30, 2002 at 02:38:18AM +0200, Sascha Schumann wrote: > > > - The meaning of PHP_NEW_EXTENSION's sapi_class parameter > > will be extended to allow a *list* of SAPI module names > > with which the extension can be compiled. > > And the absence of this list parameter will infer all known SAPI > modules, yes?
Yes, it would not make any sense otherwise. "An empty list implies compatibility with all SAPI modules." The question is: Are there any extensions which are technologically incompatible with any sapi module? E.g. does the web server fail to start, if the ncurses extension is included? While I acknowledge that this question cannot be answered fully for all times, I actually favor deprecating this option right now. It's time to remove some cruft. - Sascha -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php