Date: 12/20/99
- Next message: zeev <email protected>: "[PHP-DEV] @ in the current CVS"
- Previous message: Andrew Presley: "[PHP-DEV] exec"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] PHP_SAPI"
- Reply: Sascha Schumann: "Re: [PHP-DEV] PHP_SAPI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: zeev <email protected>: "[PHP-DEV] @ in the current CVS"
- Previous message: Andrew Presley: "[PHP-DEV] exec"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] PHP_SAPI"
- Reply: Sascha Schumann: "Re: [PHP-DEV] PHP_SAPI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

