Forum

PHP5 5.3.20-1~dotdeb.0

Guerreiro
29 December 2012, 21:40
The following packages are currently pending an upgrade:

php5 5.3.20-1~dotdeb.0
php5-cgi 5.3.20-1~dotdeb.0
php5-cli 5.3.20-1~dotdeb.0
php5-common 5.3.20-1~dotdeb.0
php5-curl 5.3.20-1~dotdeb.0
php5-ffmpeg 5.3.20-1~dotdeb.0
php5-fpm 5.3.20-1~dotdeb.0
php5-gd 5.3.20-1~dotdeb.0
php5-imagick 5.3.20-1~dotdeb.0
php5-imap 5.3.20-1~dotdeb.0
php5-intl 5.3.20-1~dotdeb.0
php5-mcrypt 5.3.20-1~dotdeb.0
php5-memcache 5.3.20-1~dotdeb.0
php5-mysql 5.3.20-1~dotdeb.0
php5-pspell 5.3.20-1~dotdeb.0
php5-recode 5.3.20-1~dotdeb.0
php5-snmp 5.3.20-1~dotdeb.0
php5-sqlite 5.3.20-1~dotdeb.0
php5-suhosin 5.3.20-1~dotdeb.0
php5-tidy 5.3.20-1~dotdeb.0
php5-xcache 5.3.20-1~dotdeb.0
php5-xmlrpc 5.3.20-1~dotdeb.0
php5-xsl 5.3.20-1~dotdeb.0
php-pear 5.3.20-1~dotdeb.0

========================================================================
So I got this email in my inbox because of apticron and I had been running the latest php5 via dotdeb source (never do that again). Now that was all fine until I did the whole sudo aptitude full-upgrade thing.

It totally messed everything up. I have Debian 6.0.6 running and I switched back to the whole php-fcgi for now. It works again. So people you can go do the PHP5-FPM thing but do not get the whole 5.3.20-1~dotdeb.0 thing.

As far as I can tell if you take the sid or wheezy list you will get the right packages. It is already at 5.4 but I am too tired now to try that one. If anybody here can verify that that works it would be great. Otherwise tomorrow I will test it and let you guys know.

Hiawatha version: 8.6
Operating System: Debian Squeeze
Ali
3 January 2013, 20:35
root@box:~# cat /etc/debian_version 
7.0


root@box:~# php5-fpm -v
PHP 5.4.4-10 (fpm-fcgi) (built: Nov 24 2012 12:54:38)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies


/etc/hiawatha/hiawatha.conf
FastCGIserver {
FastCGIid = PHP5
ConnectTo = 127.0.0.1:9000
Extension = php,php5,cgi
SessionTimeout = 30
}


/etc/hiawatha/php-fcgi.conf
PidFile = /var/run/php5-fpm.pid
MaxRequests = 100
Server = /usr/sbin/php5-fpm ; 3 ; 127.0.0.1:9000 ; www-data ; /etc/php5/fpm/php.ini


/etc/php5/fpm/php-fpm.conf
[global]
pid = /var/run/php5-fpm.pid
error_log = /var/log/php5-fpm.log
process.max = 10
include=/etc/php5/fpm/pool.d/*.conf


Works fine for me.
This topic has been closed.