koto / phar-util

PharUtil - Security-oriented utilities for Phar archives
http://blog.kotowicz.net/2010/08/hardening-php-how-to-securely-include.html
MIT License
131 stars 20 forks source link

"quiet" option to silence most output #3

Closed katanacrimson closed 14 years ago

katanacrimson commented 14 years ago

Something to just suppress most echo output. Uses a constant define to avoid having to unnecessarily alter parameters, or make use of globals.

koto commented 14 years ago

pulled, thanks. also - I made it totally quiet if no errors occur.