Questions tagged [php56]

30 questions
1
vote
1 answer

PHP-CGI.exe running rampant. Which website?

We have a Windows 2008 64-bit server running IIS 7 and serving about 40 different websites. Over the last few days we've seen a few php-cgi.exe processes consistently utilizing high CPU usage. The server is running PHP version 5.6.0 along with…
Shawn Berg
  • 11
  • 3
0
votes
1 answer

php-mcrypt (remi) error while upgrading from php 5.4 to 5.6 on CentOS 7

I'm trying to upgrade php on CentOS 7 from 5.4 to 5.6. When I run yum install php php-mcrypt php-cli php-gd php-curl php-mysql php-ldap php-zip php-fileinfo I get this dependency error. There were many others, so I removed them with yum and…
Ergec
  • 608
  • 1
  • 9
  • 25
0
votes
0 answers

PHP-FPM pools of a domain are working non stop

My server OS is centOS. I use Apache for httpd. Every site runs PHP by own user. One of my sites (let's say that 504domain.com) gives 504 gateway error constantly. Restarting Apache makes the site available for a day. Rarely all the other sites…
borayeris
  • 213
  • 1
  • 9
0
votes
1 answer

WAMP Stack/Silverstripe, High TTFB but fast PHP execution? Where can I look for answers?

My production server is Windows Server 2012 R2, Apache 2.4, PHP 5.6, and MariaDB (unsure of version, probably irrelevant). I have a customized site running on Silverstripe 3.5. Lately, I'm getting ridiculous TTFBs with certain actions, most notably…
p0lar_bear
  • 103
  • 1
  • 7
0
votes
1 answer

PHP - different environments when run from command line vs. circus

We have a situation where we're using circusd to manage processes and somehow, PHP is loading different libraries (specifically curl) when called from circus versus the command line. From command…
Jeremy Wilson
  • 311
  • 1
  • 3
  • 12
0
votes
0 answers

I cannot get data from the same database on different hosts with different versions of mysql-server

I have a web site that has moved to a new server. I moved the site to a web-server running apache24 and php56. It came from a server with apache24 and php55. When I use the old external (different host/server) database that runs mysql57 all goes…
Lexib0y
  • 227
  • 3
  • 14
0
votes
1 answer

centos 7 conflict error while trying to install php-mssql

I am trying to install php-mssql on centos 7 to connect to a remote mssql server, but when i run 'yum install php-msssql'. I am getting a conflict error Error: php56w-common conflicts with php-common-5.4.16-42.el7.x86_64 You could try using…
jarus
  • 145
  • 1
  • 8
0
votes
1 answer

memcached on RedHat build PHP 5.6

I am trying to setup memcached on a server running RedHat PHP 5.6.25 I have successfully installed memcache but cannot find how to install memcached - is there a package available? If not how can I get it? I have tried: yum install…
bhttoan
  • 650
  • 3
  • 15
  • 27
0
votes
0 answers

AWS apache optimization

Not sure if it is fit for ServerFault... We have an e-commerce website, which we are planning to host on AWS. The CMS engine is Drupal7. I have plans to use 2 m4.xlarge (4 vCPU 16GiB) autoscaled across an ELB, hosted in eu-west-1 (Ireland). I am…
Amitabh Ghosh
  • 128
  • 1
  • 9
0
votes
0 answers

Apache/PHP only uses 50% of CPU in Windows Server 2012

In windows server 2012 with 2 CPUs I have apache 2.4 with PHP 5.6 and when I put a load on the web server a cumulative 50% of total CPU power is used. No matter what I do, I cannot get the total over 50%. Each individual CPU will be less than 50%…
0
votes
1 answer

Ubuntu 14.04 PPA previous minor version of PHP 5.6

I'm currently running PHP 5.6.6 installed on Ubuntu using the PPA provided by Ondřej Surý https://launchpad.net/~ondrej/+archive/ubuntu/php5-5.6 This is managed using Chef which isn't really relevant here. In our builds we define exact version…
Nick
  • 121
  • 6
0
votes
1 answer

Php 5.6.5 won't work very well

Today I installed Php 5.6.5 on my server running Debian 7 Wheezy and Apache2. First, I added these repositories to my /etc/apt/sources.list file: http://packages.dotdeb.org wheezy-php56 http://packages.dotdeb.org wheezy-php56 all Second, I added a…
Maury
  • 11
  • 5
0
votes
1 answer

Install both php5-imagick and php7.4-imagick on the same Debian machine?

When I try to install php7.4-imagick Debian removed the php5-imagick Is there a way to keep them both - so when I run php5 it can use the php5-imagick version and when I run the php7.4 it will use it's own version ? looks like both needs…
Dani
  • 531
  • 3
  • 11
  • 24
0
votes
1 answer

Original php mysql extension for php56

First a note: Yes, I'm well aware this extension in deprecated and has a ton of security flaws, I'm duplicating a clients active server in docker for recovery and migration (after client's server was compromised). Clients server is Centos6 based…
Philippe
  • 109
  • 5
-1
votes
1 answer

Update PHP 5.3 to PHP 5.6 on Debian Squeeze

I wonder if anybody has successfully updated PHP 5.3 to PHP 5.6 yet on Debian squeeze and would kindly share how this can be done. My server's current system is running since 7+ years. Debian GNU/Linux 6.0.7 (squeeze) PHP 5.3.3-7+squeeze15 with…
bobble bubble
  • 123
  • 1
  • 6
1
2