Re: [PHP-DEV] how to disable extension in cli

2003-04-02 Thread Wojtek Meler
On Wed, Apr 02, 2003 at 02:16:56PM +0200, Wojtek Meler wrote: > Is there a way to tell PHP to not include some sources in CLI build? > PHP_NEW_EXTENSION( mymodule , mymodule.c , nocli) doesn't work as I expected - it > doesn't include extension in main/internal_functions_cli.c but it link mymodule

[PHP-DEV] how to disable extension in cli

2003-04-02 Thread Wojtek Meler
Is there a way to tell PHP to not include some sources in CLI build? PHP_NEW_EXTENSION( mymodule , mymodule.c , nocli) doesn't work as I expected - it doesn't include extension in main/internal_functions_cli.c but it link mymodule.o to sapi/cli/php. regards, Wojtek -- PHP Internals - PHP Runti