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 Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to