summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-24 23:17:43 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-24 23:17:43 (GMT)
commit271e0fe8aaa7444b2be76abb6799c487f853b04c (patch)
tree69625498c5c63111f27fba984cf1d7af43e9b6b6
parent7c127912304b0fc38cbf75423c39b5e3b304841d (diff)
downloadlinhes_pkgbuild-271e0fe8aaa7444b2be76abb6799c487f853b04c.zip
linhes_pkgbuild-271e0fe8aaa7444b2be76abb6799c487f853b04c.tar.gz
linhes_pkgbuild-271e0fe8aaa7444b2be76abb6799c487f853b04c.tar.bz2
add /data/srv/tmp to list of valid php dirs.
-rw-r--r--abs/core-testing/php/PKGBUILD2
-rw-r--r--abs/core-testing/php/__changelog3
-rw-r--r--abs/core-testing/php/php.ini2
3 files changed, 4 insertions, 3 deletions
diff --git a/abs/core-testing/php/PKGBUILD b/abs/core-testing/php/PKGBUILD
index 94107a7..4b0a18b 100644
--- a/abs/core-testing/php/PKGBUILD
+++ b/abs/core-testing/php/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=php
pkgver=5.2.6
-pkgrel=11
+pkgrel=12
_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 6a4d8f3..215af9b 100644
--- a/abs/core-testing/php/__changelog
+++ b/abs/core-testing/php/__changelog
@@ -1,2 +1,3 @@
modified php.ini
-set base dir to /data/srv/httpd/htdocs \ No newline at end of file
+set base dir to /data/srv/httpd/htdocs
+added /data/srv/tmp to basedir
diff --git a/abs/core-testing/php/php.ini b/abs/core-testing/php/php.ini
index a2b1e0a..50b0291 100644
--- a/abs/core-testing/php/php.ini
+++ b/abs/core-testing/php/php.ini
@@ -249,7 +249,7 @@ safe_mode_protected_env_vars = LD_LIBRARY_PATH
; and below. This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
-open_basedir = /data/srv/httpd/htdocs/:/home/:/tmp/:/usr/share/pear/
+open_basedir = /data/srv/httpd/htdocs/:/home/:/tmp/:/usr/share/pear/:/data/srv/tmp
; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names. This directive is