Accepting request 440714 from server:php:applications

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/440714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=129
This commit is contained in:
Dominique Leuenberger 2016-11-18 21:01:53 +00:00 committed by Git OBS Bridge
commit 0e50cbc6db
3 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Nov 6 16:27:00 UTC 2016 - chris@computersalat.de
- fix deps
* add missing Recommends php5-curl
- fix phpMyAdmin.http
* add <IfModule mod_php7.c>
-------------------------------------------------------------------
Sat Nov 5 02:54:41 UTC 2016 - chris@computersalat.de

View File

@ -19,6 +19,23 @@
php_admin_value suhosin.request.max_vars 2048
</IfModule>
<IfModule mod_php7.c>
php_admin_flag register_globals off
php_admin_flag magic_quotes_gpc off
php_admin_flag allow_url_include off
php_admin_flag allow_url_fopen off
php_admin_flag zend.ze1_compatibility_mode off
php_admin_flag safe_mode Off
php_admin_value open_basedir "@ap_docroot@/@name@:/var/lib/php5:/tmp:@docdir@/@name@:/etc/@name@:/proc/meminfo:/proc/stat"
# customize suhosin
php_admin_value suhosin.post.max_array_index_length 256
php_admin_value suhosin.post.max_totalname_length 8192
php_admin_value suhosin.post.max_vars 2048
php_admin_value suhosin.request.max_array_index_length 256
php_admin_value suhosin.request.max_totalname_length 8192
php_admin_value suhosin.request.max_vars 2048
</IfModule>
</Directory>
<Directory @ap_docroot@/@name@/libraries>

View File

@ -65,6 +65,7 @@ PreReq: coreutils
PreReq: grep
PreReq: pwgen
PreReq: sed
Recommends: php5-curl
Recommends: php5-zip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch