[PHP-DEV] PHP_SAPI From: zeev <email protected>
Date: 12/20/99

The idea behind PHP_SAPI is bogus, as far as I can tell. We basically
don't want the SAPI type to be hardcoded ANYWHERE in the PHP code
(including info.c), and definitely not in the modules code (since we want
just one binary for all of the different SAPIs).

If we want the SAPI type to be detectable, it should be a part of the
sapi_module_struct, which should be the only different structure between
various PHP builds for different servers.

Zeev

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