* (bug 12184) Exceptions now sent to stderr instead of stdout for command-line
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 6 Dec 2007 21:07:49 +0000 (21:07 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 6 Dec 2007 21:07:49 +0000 (21:07 +0000)
commit60c13d2853c5522e48081a4b8712532741362d34
tree51f45cc483072bbc231eb4700349ecb5a3ac54a3
parent78d45ea73926c526c8302ff6703476092e59dc2f
* (bug 12184) Exceptions now sent to stderr instead of stdout for command-line
  scripts, making for cleaner reporting during batch jobs. PHP errors will also
  be redirected in most cases on PHP 5.2.4 and later, switching 'display_errors'
  to 'stderr' at runtime.
RELEASE-NOTES
includes/Exception.php
maintenance/backup.inc
maintenance/commandLine.inc
maintenance/dumpTextPass.php