summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/php
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/php')
-rw-r--r--abs/core-testing/php/PKGBUILD2
-rw-r--r--abs/core-testing/php/__changelog1
-rw-r--r--abs/core-testing/php/php.ini4
3 files changed, 4 insertions, 3 deletions
diff --git a/abs/core-testing/php/PKGBUILD b/abs/core-testing/php/PKGBUILD
index 68175e8..ddc508e 100644
--- a/abs/core-testing/php/PKGBUILD
+++ b/abs/core-testing/php/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=php
pkgver=5.2.6
-pkgrel=15
+pkgrel=16
_suhosinver=0.9.6.2
pkgdesc='A high-level scripting language'
arch=('i686' 'x86_64')
diff --git a/abs/core-testing/php/__changelog b/abs/core-testing/php/__changelog
index 9d9d4da..64f924c 100644
--- a/abs/core-testing/php/__changelog
+++ b/abs/core-testing/php/__changelog
@@ -2,3 +2,4 @@ modified php.ini
set base dir to /data/srv/httpd/htdocs
added /data/srv/tmp to basedir
added /usr/share/mythtv/mythweather/scripts/
+send errors to stderr
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