Questions tagged [php56]

30 questions
24
votes
3 answers

Permanently enable a SCL

Is there a way that I can permanently enable a SCL? I've installed rh-php56, and I would like to make sure that it is loaded every time I ssh into my machine. I am currently running CentOS 7.
Odyss3us
  • 355
  • 1
  • 2
  • 8
11
votes
1 answer

Best way to make RHSCL PHP available globally

I have installed RHSCL 2 using the following url: https://access.redhat.com/documentation/en-US/Red_Hat_Software_Collections/2/html/2.0_Release_Notes/chap-Installation.html using the RedHat subscription manager. I then ran yum remove php* followed…
Ozzy
  • 113
  • 1
  • 1
  • 4
11
votes
4 answers

UnicodeDecodeError in Ubuntu while installing PHP5.6 from PPA

I have a clean VPS, with Ubuntu 14.04 LTS x64. And Tried the following: # Upgrade The Base Packages apt-get update apt-get upgrade -y # Add A Few PPAs To Stay Current apt-get install -y software-properties-common apt-add-repository…
fiibaar
  • 111
  • 1
  • 3
7
votes
4 answers

enabling ssl connection from wordpress to mysql

I have been searching on how to configure wordpress to connect to mysql db over ssl, however most of the example are about three to five years old e.g. this wordpress support topic my wordpress version is 4.5.2 and obviusly the code and settings is…
Anadi Misra
  • 527
  • 2
  • 9
  • 22
5
votes
0 answers

Invalid key length error when trying to connect phpmyadmin to remote MySql over SSL

I get these error messages when logging in to phpmyadmin instance Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your…
Anadi Misra
  • 527
  • 2
  • 9
  • 22
3
votes
1 answer

How to solve package conflict in Centos 6

I am trying to upgrade from php 5.5 to 5.6, so far i've managed to upgrade to php5.6, setup suPHP 0.7, and add php-mysql extension. I used the webtatic repo to install php 5.6 I read on this page that it is not advised to have webtatic along remi.…
Yvon Huynh
  • 199
  • 1
  • 8
2
votes
1 answer

If you are running php-from does tuning the apache mpm still do anything?

So I switched to php 5.6 with fpm. I see there are now only 4 apache processes but about 400 php-fpm56 processes. I've been tuning the php-fpm process (to little effect) by playing with the pm.xxxxx variables. But I'm curious, should I still try…
Mark
  • 201
  • 2
  • 7
1
vote
1 answer

Unable to install PHP-GD on Centos 7 with PHP 5.6.40

I have a PHP 5.6.40 server on which I am trying to install/enable the GD image library....with no success. I've tried to install the following package yum install php-gd yum install php5-gd yum install php56-php-gd The first package (php-gd) errors…
1
vote
2 answers

Dependency error when Install PHPMyAdmin

I have a small VPS that managed via ISPCONFIG3 and CENTOS, recently I try to update its PHP version from 5.4 to 5.6 and 7.2 for Wordpress installation. I had a lot of errors but finally done. after that, my PHPMYADMIN didn't work. so I try to…
1
vote
1 answer

CentOS7 PHP 5.6 missing from ius-community repo

In the past I have installed the ius-community repo and then installed php56u like so: yum install https://centos7.iuscommunity.org/ius-release.rpm yum install php56u Now that I have come to do the same on a new system, the php56u package seems to…
user69904
  • 231
  • 3
  • 11
1
vote
1 answer

Package rh-php56 not available on CentOS 6 via centos-release-scl

Installing package rh-php56 in a CentOS 6 Docker image used to work using the methodology described here, but now I get the following error from yum: No package rh-php56 available. Querying yum, I see that other packages from Software Collections…
1
vote
0 answers

SuExec with Apache2.4 + Php5.6 + mod_proxy_fcgi + php-fpm in Debian 8

I installed Apache2.4 + Php5.6 + mod_proxy_fcgi + php-fpm and other things like Mysql 5.5, Phpmyadmin and munin, no problem. Note: I activated also userdir and rewrite. Now I want to have more security but SuExec doesn't work and no errors were…
Rey
  • 11
  • 3
1
vote
0 answers

CentOS PHP upgraded, now downloads all pages

I had to upgrade PHP to 5.6 to get access to a new function for locales and translation. I removed the old PHP and added the new PHP from the Remi repo as specified here. I restarted Apache and now going to any page on the server prompts for…
ashraj98
  • 163
  • 2
  • 8
1
vote
3 answers

How to disable some extensions in php 5.6?

I have installed php 5.6 in centos 6.7 server using yum --enablerepo=remi,remi-php56 install -y php-mysqlnd php-gd php-mbstring php-mcrypt php-xml php-fpm I have the following php extensions enabled…
Arnold
  • 129
  • 1
  • 4
1
vote
1 answer

php/php-fpm can't find php.ini

I'm having an issue where php and php-fpm can't find php.ini. I installed 5.6.13 from source. The question PHP doesn't load php.ini is very similar but the solutions there haven't helped me. The config.nice is as follows #! /bin/sh # # Created by…
DrBojingle
  • 11
  • 2
1
2