Hello,

As Jani wrote in an earlier e-mail, we have a problem with exit(). If you
pass it an integer, like exit(1), it will set the exit status to 1, and
_print_ 1 to the output stream.

Ok, that was the problem, this are the solutions:

1. We fix exit, so that it does not print the value if it is an integer
2. We add an extra argument to exit, which silences the output
3. We make exit understand @, like @exit();
4. We add a new function

Before hell breaks loose again, I don't want to hear comments on this,
only reply's with those numbers in the subject. You can direct these votes
to [EMAIL PROTECTED]

regards,
Derick


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to