Questions tagged [php53]

64 questions
0
votes
1 answer

Downgrade php5-cgi using APT on Debian

I have lighttpd install with PHP5.4 installed I need to downgrade it to 5.3.2 (possibly older/newer) but I can't install it I tried this apt-get install php5-cgi=5.3.2 but it says "E: Version '5.3.2' for 'php5-cgi' was not found" This is my…
cantsay
  • 123
  • 4
0
votes
1 answer

Trying to configure CentOS 6 and PHP 5.3.15

I'm trying to replicate a production environment so It's very important that I run PHP 5.3.15. The problem is that my dev server is running Centos 6 and the package manager will only install PHP 5.3.3. I've read that Centos 6 is forever tied to…
0
votes
2 answers

Output php mail calls to log file

This question relates to the question found here: Find the php script thats sending mails Trying to do the exact same thing but can't get the log to output what I need. Not too experienced with serverfault and ideally I'd post my followup on the…
0
votes
3 answers

Sendmail Errors when Sending via PHP

I'm trying to setup a new help desk program (Kayako), but I'm having problems relaying the mail to our mail server. Here's the error I'm getting: sendmail[2371]: NOQUEUE: SYSERR(apache): can not chdir(/var/spool/clientmqueue/): Permission denied I…
tacotuesday
  • 1,389
  • 1
  • 16
  • 27
0
votes
2 answers

Installed php53 but still displaying php 5.1.6 in phpinfo()

I am running nginx 1.0 on centos 5.6. I had php 5.1.6 installed and running and then decided to uninstall it and switch to php 5.3. I ran the following commands: [user@server]$ /etc/init.d/nginx stop [user@server]$ yum remove php…
Mike Moore
  • 223
  • 2
  • 7
  • 15
0
votes
2 answers

php 5.3.6 is php-fpm included?

I just did a yum install of php on amazon linux beta. (it's similar to centos, jfyi) php -v reveals its php 5.3.6. awesome so. Now I am trying to figure out if I can package install the php-fpm. cant find anything specific on FPM. doc says its…
Abhishek Dujari
  • 567
  • 2
  • 5
  • 17
0
votes
3 answers

Imagemagick apparently correctly configured, still won't work under IIS 7.5 + PHP 5.3.2

I have managed to get imagemagick working (tested using the command line example on their website) It also appears that the php extension is correctly installed: I can see it listed in my phpinfo(); list. However, when I try to run the following…
Razor
  • 346
  • 7
  • 20
0
votes
1 answer

Building php-devel package from source (php 5.3)

I am building PHP 5.3 rpm packages for our custom CentOS 5 yum repo. I am fairly new to building rpms to be honest, but I have had moderate success downloading the SRPMS for a given package and repackaging them using "rpmbuild --rebuild"…
BajaBob
  • 63
  • 1
  • 4
0
votes
1 answer

Proper Linux environment for php5.3?

I use CentOS 5.5 64bits, and I'd strongly prefer running php5.3 there (please focus on this), but if you have a safe recipe to run it on another distribution, I'll take it into consideration. My problem is that I get to achieve either one of these…
0
votes
2 answers

Upgrade PHP to 5.3 on CentOS 5 and Plesk 9.0.1

I have a VPS that currently runs CentOS 5 and Plesk 9.0.1. Right now the server runs PHP 5.1 but I really need to start running PHP 5.3. Is there a repository out there that would allow me to upgrade this without breaking the entire…
Josh Pennington
  • 288
  • 1
  • 6
  • 21
0
votes
1 answer

Php 5.3.3. Access log

I'm using php-fpm. In 5.3.2 when I'm opening phpinfo page in access log I get: ip - - [26/Aug/2010:16:35:32 +0400] "GET /phpinfo.php HTTP/1.1" 200 13322 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5" But in…
irolla
0
votes
1 answer

site timing out when under heavy load

My client sends out eblasts at 8am monday/wed/friday. Between 8:15-8:45 the site becomes extremely slow and many users sessions timeout. My setup: Mediatemple VE 2gb dedicated ram (3 burst) Ubuntu 9.10 Apache2-mpm-worker PHP5.3-fcgi MySQL 5 I…
Shauno
  • 165
  • 2
  • 6
0
votes
1 answer

HTTP Requests Fails for WordPress sites after upgrading from PHP 5.2 to PHP 5.3

I've upgraded from Ubuntu 9.10 to 10.04 beta 1 and PHP got upgraded from 5.2 to 5.3 Now all my WordPress & Magento sites arent working. I tried retrieving the URL headers from the command line, but HTTP request fails. Utilizing get_headers in a…
anjanesh
  • 337
  • 1
  • 3
  • 11
0
votes
1 answer

How to install PHP5.3 and SQLite3 on Ubuntu 8.04

I got a Ubuntu Hardy VPS and I am trying to install PHP5.3 with SQLite. I added the dotdeb PHP5.3 repository and succeeded in installing PHP5.3. But I need to install SQLite as well. When I'm trying to install php5-sqlite3 (sudo aptitude install…
richard
0
votes
1 answer

Duplicate PHP installations

Started with 5.2.6 installed, then proceeded to install 5.3.1, but instead of overwriting, SSH php is now running 5.3.1, whereas the web server still servers content with the 5.2.6 installation. Any ideas about how to correct this? I basically need…
James
  • 171
  • 1
  • 3
  • 15