php: partially fix composer
This commit is contained in:
parent
dfd4417110
commit
b8ec3e77da
|
@ -2,15 +2,6 @@ diff --git php.ini-production php.ini-production
|
|||
index 794d3e8ddb..c7acf9c883 100644
|
||||
--- php.ini-production
|
||||
+++ php.ini-production
|
||||
@@ -306,7 +306,7 @@ serialize_precision = -1
|
||||
; and below. This directive makes most sense if used in a per-directory
|
||||
; or per-virtualhost web server configuration file.
|
||||
; http://php.net/open-basedir
|
||||
-;open_basedir =
|
||||
+open_basedir = /srv/www/:/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.
|
||||
@@ -729,7 +729,7 @@ default_charset = "UTF-8"
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'php'
|
||||
pkgname=php
|
||||
version=7.3.3
|
||||
revision=1
|
||||
revision=2
|
||||
conf_files="/etc/php/php.ini"
|
||||
hostmakedepends="bison pkg-config"
|
||||
makedepends="apache-devel enchant-devel freetds-devel freetype-devel gdbm-devel
|
||||
|
|
Loading…
Reference in New Issue