On Tue, 13 Jun 2006 05:45:26 +0200 "Steph Fox" <[EMAIL PROTECTED]> wrote:
> Actually it's not true either... what made you think that, Michael? Care to > describe what you're seeing? Consider the following php script: #!/usr/bin/php -q -c foo <?php ... Apparently -c is a bad option because the script just prints usage and exits. Now, I have an extension that writes a message to a log file when it initializes and when it deinitializes. When the said script runs the initialization message is logged. When the script runs normally (no bad option) the deinitialization message is logged. When the script exits prematurely due to a bad command option, the deinitialization routine is not logged. This leads me to believe the deinitialization routine is not running. Perhaps it is or perhaps the script is being killed. Mike -- Michael B Allen PHP Extension for SSO w/ Windows Group Authorization http://www.ioplex.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php