Questions tagged [php53]
64 questions
1
vote
2 answers
How can I install php53u-xml package (CentOS)?
How can I install php53u-xml package (CentOS)? Is there still a repository where this package is available? I cannot find this package nowhere.
Info about one of installed packages:
[root@us03659 ~]# rpm -qi php53u-5.3.15-1.ius.el5
Name :…

romvlads
- 17
- 3
1
vote
2 answers
Trying to mirror a legacy PHP 5.3.29 app on CentOS 7 (strange I know!)
I'm wondering if any linux/php gurus out there could help. Long story short, i've been tasked with creating a mirror/backup of a website which is made in PHP 5.3.29 to mitigate any risks if the existing server fails for any reason.
The app is huge…

rosey85uk
- 81
- 5
- 11
1
vote
1 answer
PHP-FPM max_requests parameter causes 502
On a setup using nginx with PHP-FPM v5.3.3, I noticed the following errors occurring frequently in the nginx' errors log:
Feb 16 15:00:22 mymachine www.example.com 2015/02/16 15:00:20 [error] 20254#0:
*1448249 readv() failed (104: Connection reset…

Bernard Rosset
- 1,373
- 12
- 25
1
vote
1 answer
Installing PHP 5.5.6: Can't start php-cgi.exe - MSVCR110.dll is missing
I'm trying to update from PHP 5.3 to PHP 5.5 after downloading the last version from here and I'm having this error:
Can't start php-cgi.exe - MSVCR110.dll is missing
I've read that I need to install Visual C++ Redistributable for Visual Studio…

Steve
- 203
- 6
- 13
1
vote
1 answer
I want to install php 5.3.9 in ubuntu 12.04 via apt-get - what repository should I add?
I want to install php 5.3.9 in ubuntu 12.04 via apt-get.
apt-cache show php5-fpm
only lists 5.3.10-1ubuntu3.1 and 5.3.10-1ubuntu3. There is a critical bug in 5.3.10 ( https://bugs.php.net/bug.php?id=61045&edit=1 ) that I am trying to avoid.
Is…

Deepan Chakravarthy
- 111
- 1
- 2
1
vote
1 answer
PHP upgraded to 5.3.8 - Can't install/upgrade extensions
I managed to upgrade php from 5.2.10 to 5.3.8 in CentOS 5.4. Some of the extensions were lost in the process (mbstring, mysql).
One quick run for:
yum list installed | grep…

Andres SK
- 238
- 3
- 7
- 22
1
vote
2 answers
php pages in a nginx + php-fpm server doesn't load
I've installed a nginx server and php-fpm in a CentOS 6 system (hosted in Amazon EC2) with the following this instructions:
http://emka.web.id/linux/centos-linux/2011/installing-nginx-with-php-and-php-fpm/
A static html (index.html) loads when I go…

Mr_LinDowsMac
- 295
- 1
- 10
- 21
1
vote
1 answer
php53 in CentOS 5.6: which package?
I see (using GNOME Package Manager) that there are two PHP 5.3 packages available for CentOS 5.6. One of them is "php53-5.3.3-1.el5_6.1", and the other is ""php53-5.3.3-1.el5". What's the difference between them? Some googling suggest that the…

PaulJ
- 151
- 5
1
vote
2 answers
php sessions files incompatible? - php5.2 debian lenny vs php5.3 debian squeeze
php is truncating the session files to zero after migrating the session files from server one (debian lenny php 5.2) to the new server (debian squeeze php 5.3).
i create a session on server one with createsession.php (see below) and can view the…

c33s
- 1,515
- 3
- 21
- 39
1
vote
1 answer
IIS 6 produces a 404 error whenever I try to access a php file (PHP 5.3.5)
This seems to be a frequent issue of IIS users who are trying to setup php - I guess I'm not an exception here.
I followed serveral tutorials online for setting up PHP, and I am pretty sure that I have everything setup as how it should be...…

gcode
- 166
- 12
1
vote
2 answers
PostgreSQL Left join select VS Normal select
I was wondering which is faster - joining several selects into one join select or actually doing the separate selects is faster ?
I'm doing a task which has many tables(currently 4 but it'll increase probably) related with each other and I select…

tftd
- 1,498
- 7
- 25
- 40
1
vote
2 answers
Windows7 IIS7: zips don't have php5isapi.dll Can I use php.dll instead?
The page: How to Install PHP 5.2 on IIS 7and Windows Vista (and a few others) reference a mysterious php5isapi.dll which is not in the Windows install, or the zip files:
php-5.3.2-Win32-VC9-x86.zip - VC9 x86 Thread…

Pete Alvin
- 281
- 2
- 4
- 12
1
vote
1 answer
is it safe for the Apache to be the owner of the session directory (php)
Since I have upgraded to php 5.3 I have issues with the session GC.
Seems he can't access the directory which is owned by root, Although I see sessions are being created there.
Is it safe to change the ownership of that directory to the Apache?

Itay Moav -Malimovka
- 233
- 1
- 4
- 17
1
vote
0 answers
How to install mysql extension for php 5.3?
I'm trying to get an old application running under CentOS 7.8 which only supports php 5.3. I already compiled and installed php 5.3 but I'm not able to get the mysql extension working. Here is what I did so far:
installed php 5.3
wget…

RandomRouter
- 11
- 1
0
votes
1 answer
Why is the characterset changing if starting Glassfish using php_exec compared to starting it in the console?
I have created a PHP script to start/stop GlassFish server. In the PHP, I am using the shell_exec method to execute the start-domain and stop-domain commands.
To start the server
shell_exec("sudo -u root /usr/local/glassfish3/bin/asadmin…

Attila Antal
- 101
- 3