php: update to 5.6.7.

Add /srv/httpd open_basedir in php.ini, close #1091.
This commit is contained in:
Juan RP 2015-03-29 07:38:45 +02:00
parent 6acdca986f
commit 53b73defbe
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
; *NOT* affected by whether Safe Mode is turned On or Off.
; http://php.net/open-basedir
-;open_basedir =
+open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/
+open_basedir = /srv/http/:/srv/httpd/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/
; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names. This directive is

View file

@ -1,7 +1,7 @@
# Template build file for 'php'
pkgname=php
version=5.6.6
revision=2
version=5.6.7
revision=1
short_desc="An HTML-embedded scripting language"
license="PHP"
homepage="http://www.php.net"
@ -15,7 +15,7 @@ makedepends="postgresql-libs-devel libldap-devel libvpx-devel sqlite-devel
readline-devel libmysqlclient-devel $(vopt_if systemd systemd-devel)"
conf_files="/etc/php/php.ini"
distfiles="http://www.php.net/distributions/php-${version}.tar.gz"
checksum=164fb27bab0a0ca4902bc67d5f5638e43466c88153aee3b54546d8ec682ec03b
checksum=11398540a582c876f5e070207231afde975eb49bb2eeae20b052e8ca325c0f47
# Package build options
build_options="systemd"