diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-19 19:56:43 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-19 19:56:43 (GMT) |
commit | 3d1888f42b0bbcfb6096945ef82e9ab5797d8d99 (patch) | |
tree | c5125d99c9d6fa41fb91ca8fdaad1908e4b45d1d /abs/core-testing/php/php.ini | |
parent | 6fa5a403228719fd4502f1fa820f3bcee22fe6e8 (diff) | |
download | linhes_pkgbuild-3d1888f42b0bbcfb6096945ef82e9ab5797d8d99.zip linhes_pkgbuild-3d1888f42b0bbcfb6096945ef82e9ab5797d8d99.tar.gz linhes_pkgbuild-3d1888f42b0bbcfb6096945ef82e9ab5797d8d99.tar.bz2 |
change php.ini to send errors to stderr instead of stdout.
Diffstat (limited to 'abs/core-testing/php/php.ini')
-rw-r--r-- | abs/core-testing/php/php.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/php/php.ini b/abs/core-testing/php/php.ini index a10ab0d..0d05055 100644 --- a/abs/core-testing/php/php.ini +++ b/abs/core-testing/php/php.ini @@ -364,11 +364,11 @@ error_reporting = E_ALL ; On or stdout - Display errors to STDOUT (default) ; ; To output errors to STDERR with CGI/CLI: -;display_errors = "stderr" +display_errors = "stderr" ; ; Default ; -display_errors = on +;display_errors = on ; Even when display_errors is on, errors that occur during PHP's startup ; sequence are not displayed. It's strongly recommended to keep |