Questions tagged [php53]
64 questions
0
votes
2 answers
how can I install PHP 5.3 on FreeBSD 11.2
I have an old app written in PHP 5.3 that is not to be upgraded and doesn't work with php56 and higher.
I'd like to install PHP 5.3 with most of the extensions on FreeBSD 11.2 box.
And then I'd like to create package(s) I can use on another…

norbi771
- 151
- 1
- 7
0
votes
1 answer
OpenSSL-related linker error while building PHP 5.3.3
While trying to build PHP 5.3.3 on Debian jessie (save yourself some sanity by not asking why) with OpenSSL extension enabled, I encountered undefined reference to symbol 'X509_free@@OPENSSL_1.0.0' in the linking step of the Makefile and couldn't…

user2845840
- 213
- 1
- 8
0
votes
1 answer
how to download php53 on centos 5.3 ( i had installed php54 before)
I would like to install php53 on centos5.3 (had installed php54 before but removed) I did it as below.
sudo yum remove php php-common php-cli
sudo yum install php53
sudo yum install zabbix-web-mysql
but when i tried last thing, it shows the…

PYO
- 101
- 1
- 1
- 6
0
votes
0 answers
Starting PHP session sometimes take very long time
Sometime ago we have came upon interesting problem. Sometime (not everytime, lets pretend nearly each 100-200 hit) session_start() takes very long time. Up to 60 seconds. (longest one was 63, generally around 50).
Server run CentOS 6.5 (linux…

TKF
- 1
- 2
0
votes
1 answer
Apache: MaxSpareServers vs. ServerLimit?
I'm currently investigating an issue with some of our servers where Apache processes end up eating a lot of memory to the point of hitting the swap file and causing the server to be unresponsive if peak traffic is hit. Looking at the Apache conf for…

Frank Rosario
- 135
- 1
- 9
0
votes
1 answer
CentOS6.6 + Postfixadmin 2.3rc5 + PHP5.3, upgrade to PHP5.4
We're running PHP5.3.8 on a CentOS6.6 mailserver with Postfixadmin 2.3rc5.
The client only wanted a mailserver at first, but then wanted to move some other sites to this server.
Some of the sites need PHP5.4 to run, but we're afraid that upgrading…

big_bum
- 101
- 2
0
votes
1 answer
How to test if a particular version of php executable is available on a server?
An automatic upgrade Bash script requires PHP executable 5.3+, how do I ensure that is the case in the upgrade script? I'd like the script to quit and generate some message into the log when php 5.3+ is not available.
Update: the servers where I…

qazwsx
- 105
- 3
0
votes
1 answer
Centos 6.5 -- backported upgrades/php.ini directives included in php 5.3.3
PHP 5.3.3 is the latest version of PHP available with the official CentOS 6.5 repos. As most of you know, calling it version '5.3.3' is slightly deceptive because critical bug fixes are actually back ported into version 5.3.3, so in effect 'version…

Byte Lab
- 103
- 5
0
votes
1 answer
How can I update php using zypper?
I'm currently running 5.3.17 and I'd like to update to the latest stable version. I've looked up a bunch of guides and they all have me doing it manually using wget. I'd like to do it all through zypper so that I can update it using 'zypper update'…

Citizen
- 560
- 6
- 16
0
votes
2 answers
Installing memcached deamon on Centos PHP conflicts
I have Centos 5.10 installed on my server and tried running the following command
yum install php53u-pecl-memcached.x86_64
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php53u-pecl-memcached.x86_64…

Maykel Boes
- 1
- 1
0
votes
1 answer
How to install different extensions when using multiple PHP versions
I have the following setup : Centos 6.4, Apache set up to work with WHM/ cpanel with it's version of PHP (5.4) and nginx running a separate version of PHP to handle everything else.
How can I do a yum install for some php extensions ? If i just type…

Mihai
- 1
- 4
0
votes
3 answers
Installing PHP 5.3 Pear on centos 5.8
I just created a VPS with 32 bit Centos 5.8 and installed php53 and a host of other php 5.3 packages. I would like to install memcached using yum but I get the following error
Resolving Dependencies
--> Running transaction check
---> Package…

sridhar pandurangiah
- 763
- 2
- 11
- 29
0
votes
1 answer
PHP 5.3 for recent Debian versions, with security backports (for Legacy apps)
Is there any way, to get a PHP 5.3 package for recent debian versions (i.e. wheezy) which is still getting security support?
There are legacy projects which depend on register_globals() - and while we all recommend to not use this, and upgrade to…

Alex
- 676
- 1
- 14
- 37
0
votes
0 answers
PHP5.2 and PHP5.3 Maxing CPU on IIS7.5 Server 2008 R2
I have a shared server running Server 2008 R2 with IIS7.5 - the server has about 200GB ram, Several hundred websites dual Xeon 8 core hyperthreaded processors, so CPU shouldn't be a problem; What is happening, is the PHP-CGI.exe processes are…

NoobOwnag
- 11
- 2
0
votes
1 answer
php.ini - How to recover pdo.so?
I recently installed memcached. Everything worked swimmingly until I restarted the system. I have no idea what went wrong, but after the restart, some files were missing. Main main problem is that I have pdo.so and pdo_mysql.so files missing.
I…

rockstardev
- 127
- 3
- 14