diff options
author | James Meyer <james.meyer@operamail.com> | 2009-09-08 14:30:08 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-09-08 14:30:08 (GMT) |
commit | fc7e1cd23de947c5ef6fcbb06561038f610b055f (patch) | |
tree | c548e96db39ed2048c65b8565181b628d3239370 /abs/core-testing/php | |
parent | 8beb20649824b0bc50d953e11a6d49f01a76cace (diff) | |
parent | ba38d110a556bc739c6306b4ecdb0c2765d15deb (diff) | |
download | linhes_pkgbuild-fc7e1cd23de947c5ef6fcbb06561038f610b055f.zip linhes_pkgbuild-fc7e1cd23de947c5ef6fcbb06561038f610b055f.tar.gz linhes_pkgbuild-fc7e1cd23de947c5ef6fcbb06561038f610b055f.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
* 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD:
Fuppes:bumped to compile latest.
mytharchive:bumped to compile latest.
fuppes:Added logrotation.
udev:modified usb-storage rule to cleanly unmount.
Local-website:Added zoneminder.
ZoneMinder:Further enhancements to run on LinHES.
zoneminder:bumped to recompile for ffmpeg-svn.
LinHES-config:Added mythzoneminder.
MythInstall:Added MythZoneMinder to list of installable software.
Zoneminder:Changes needed to run on LinHES.
PHP: Updated md5sum for php.ini.
PHP:Changes to php.ini for Zoneminder.
scanfw scte65scan: initial inclusion
MythAppleTrailers:Fixes the URL change.
Diffstat (limited to 'abs/core-testing/php')
-rw-r--r-- | abs/core-testing/php/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core-testing/php/php.ini | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/php/PKGBUILD b/abs/core-testing/php/PKGBUILD index c549d56..978bf8c 100644 --- a/abs/core-testing/php/PKGBUILD +++ b/abs/core-testing/php/PKGBUILD @@ -1,6 +1,6 @@ pkgname=php pkgver=5.2.6 -pkgrel=20 +pkgrel=22 _suhosinver=0.9.6.2 pkgdesc='A high-level scripting language' arch=('i686' 'x86_64') @@ -44,7 +44,7 @@ source=("http://museum.php.net/php5/${pkgname}-${pkgver}.tar.bz2" \ 'php.ini' 'apache.conf' 'db-configure.patch') md5sums=('7380ffecebd95c6edb317ef861229ebd' 'f2ec986341a314c271259dbe4d940858' - '160b4a4f6fba59e646c3b79e3cb0f134' + 'fda535c2b333297972aad48ee9285b45' '96ca078be6729b665be8a865535a97bf' '74e5ce5a02488ec91b1c59f539e42936') diff --git a/abs/core-testing/php/php.ini b/abs/core-testing/php/php.ini index 21c3db1..8cbcd56 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/:/data/srv/tmp:/usr/share/mythtv/mythweather/scripts/:/data/srv/httpd/htdocs/mythweb/data/video:/myth/ipodfeed:/data/srv/httpd/htdocs/archive +open_basedir = /data/srv/httpd/htdocs/:/home/:/tmp/:/usr/share/pear/:/data/srv/tmp:/usr/share/mythtv/mythweather/scripts/:/data/srv/httpd/htdocs/mythweb/data/video:/myth/ipodfeed:/data/srv/httpd/htdocs/archive:/etc ; This directive allows you to disable certain functions for security reasons. ; It receives a comma-delimited list of function names. This directive is |