From:             [EMAIL PROTECTED]
Operating system: Linux 2.2.19
PHP version:      4.0.6
PHP Bug Type:     Scripting Engine problem
Bug description:  exit function always outputs its status

The 'exit' function always outputs its exit status.

This is particularly annoying in command line scripts that need to return
an error status like '1', which is printed to stdout before termination.

Surely it should not output anything. The programer always can output
whatever (s)he likes before calling 'exit'.

-- 
Edit bug report at: http://bugs.php.net/?id=13164&edit=1


-- 
PHP Development 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