Questions tagged [php53]
64 questions
0
votes
1 answer
Is xdebug compatible with a custom install of php 5.3?
sudo apt-get install php5-xdebug
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using…

Kzqai
- 1,278
- 4
- 18
- 32
0
votes
1 answer
Apache 2.2.15 possible security risk?
I have an old server that is running a webshop in production. It is running CentOS / Apache 2.2.15 and PHP 5.3 (Build 22 Mar 2017). Are there any security risks associated with this setup? I have heard that CentOS is quite secure and ships backports…
-1
votes
1 answer
PHP 5.3.3 wrecked up on CentOS 6.5 (32bit) after upgrade to 5.4 and downgrade to 5.3.3
please help me solve this php version problem.
I had Centos 6.5 (32bit) and php 5.3.3 pre-installed on it, right before I decided to wreck it!
The need to upgrade was this warning:
Warning: DOMDocument::saveHTML() expects exactly 0 parameters, 1…

Peyman Mohamadpour
- 109
- 9
-1
votes
1 answer
PDO installation not working?
I have php version 5.3.22 on Centos Linux.
I currently have this in my phpinfo() output:
./configure' '--disable-fileinfo' '--disable-pdo'
If I run:
pecl install PDO
I get:
WARNING: "pecl/PDO" is deprecated in favor of…

rockstardev
- 127
- 3
- 14