Questions tagged [php7]

75 questions
9
votes
2 answers

Installing PHP 5.3 on Debian Stretch (9)

I'm migrating a very old server (Debian etch) to Debian Stretch and every single app developed has PHP issues, it was expected. Some can be fixed, some can not (as several drupal 6 sites). In the future ever single app will be served under PHP7.0…
raguchi
  • 159
  • 1
  • 1
  • 8
6
votes
3 answers

httpd (apache2) server doesn't parse *.php files but displays them as text with installed php-module

I'm trying to set up my httpd (apache2) server on archlinux. Everything works now except for the parsing of my php files. I followed this article: https://wiki.archlinux.org/index.php/Apache_HTTP_Server#PHP. I already installed php and php-apache…
ArchLinuxTux
  • 593
  • 3
  • 8
  • 23
4
votes
1 answer

PHP Not Loaded on CentOS 7/Apache

I've installed PHP 7.2.11 on my CentOS 7 VPS along with Apache; however, I can't seem to load the PHP module into Apache so that my server can serve PHP content. Right now, if I go to a URL that should serve PHP content, it's just displays the plain…
Can Sürmeli
  • 249
  • 1
  • 3
  • 12
4
votes
3 answers

Installing php7 on alpine: missing libcrypto and libssl

I tried to setup a LEMP stack over Alpine GNU/Linux Distribution running on a VM WITHOUT docker. Then I tried to install the php7-mysqli over via community repositories with: sudo apk add php7-mysqli But I got the following errors: ERROR:…
Dimitrios Desyllas
  • 979
  • 3
  • 11
  • 27
3
votes
3 answers

Installation conflicts with httpd on Amazon Linux AMI

When installing 'yum install -y php70 mysql56-server php70-mysqlnd' on an Amazon Linux AMI server, I'm receiving these conflicts: Error: httpd24-tools conflicts with httpd-tools-2.2.34-1.16.amzn1.x86_64 Error: httpd24 conflicts with…
Paul
  • 41
  • 1
  • 3
3
votes
0 answers

Apache mod-security gives "Loaded PCRE do not match with compiled!"

I've got a webserver installed with Apache and PHP with mod-security. The problem is that mod-security seems to be incompatible with the PHP installation. I get the following result in the apache error log when I restart apache: [Mon May 07…
Ugluk
  • 41
  • 1
  • 4
3
votes
1 answer

PHP-FPM7 SIGSEGV - core dumped

I'm having some issues with just a single site that keeps segfaulting php-fpm7. Can't seem to pinpoint the exact moment when this occurs, i browse around on the site and wait and after a while when something is closed the core dump is produced (This…
JazzCat
  • 274
  • 2
  • 14
3
votes
1 answer

Zabbix install PHP 7 PHP 5.6 conflict on Centos7

I am attempting to install Zabbix 3.2 on Centos7 running PHP7. Link to the walkthrough The command: yum -y install zabbix-get zabbix-server-mysql zabbix-web-mysql zabbix-agent The output: Loaded plugins: fastestmirror, langpacks, replace Loading…
Kayne Khoury
  • 39
  • 1
  • 2
3
votes
2 answers

How to install extenion php_intl in centos7?

I want use php_intl.dll in /etc/opt/remi/php70/ini.php. So how to install this extension. I use centos7
xanka
  • 133
  • 1
  • 1
  • 5
3
votes
1 answer

How to include multiple config dir in php-fpm?

I'm doing the configuration of php-fpm, and I'm experiencing some issues with the include= directive in php-fpm.conf file. Here is the default directive : include=/etc/php/7.0/fpm/pool.d/*.conf But I want to add another path along this path, lets…
Nurrl
  • 61
  • 8
2
votes
1 answer

How to make Apache use PHP 7.3 on server upgraded to Debian 10?

I am upgrading a server from Debian 9 (stretch) to Debian 10 (buster), and am aware (and intend) that this results in PHP being upgraded from PHP 7.0 to PHP 7.3. php -v does indeed show that PHP 7.3 is installed, but when trying to login to the web…
dave559
  • 349
  • 5
  • 19
2
votes
1 answer

How to make my system centos 7 use primarily ipv4 if it's available

I have CentOS 7 running on an AWS machine. I recently enabled IPv6, and everything was working fine – except for the fact that PHP connection requests (also curl from command line) always prefer to use IPv6 instead of IPv4. This causes some issues…
Grego
  • 121
  • 1
  • 2
2
votes
1 answer

Services timed out at boot but could start manually what could be the problem?

I've installed apche2 and php7.1-fpm recently and added them to boot with systemctl enable apache2 systemctl enable php7.1-fpm After rebooting the system systemctl status shows the following: sudo systemctl status apache2.service…
Josh
  • 135
  • 1
  • 9
2
votes
1 answer

How to replace Php7 install from dotdeb with php7 from Stretch

I used PHP7 from the dotdeb packages for my install of Debian 8 Jessie. Now, I want to upgrade to Debian 9 Stretch (which has php7) and I want my Php7 package to be from Stretch and no more from dotdeb. Is it possible, or should I keep php from…
fred727
  • 123
  • 1
  • 6
2
votes
2 answers

How to Upgrade PHP from 5.4.16 to >= PHP 5.6.5 / PHP 7 on Centos 7?

I am using centos 7 and it came with php 5.4.16. Now i have to install moodle moodle 3.2 which requires at least PHP 5.6.5. I tried installing php from remi and IUS repositories but no luck. All i get is error: conflict with the previous install. If…
Vamshi
  • 123
  • 1
  • 1
  • 4
1
2 3 4 5