Hi!
I want to install a install a pear module (HTTP_WebDAV_Server-beta) but:
# pear install HTTP_WebDAV_Server-beta
pear/HTTP_WebDAV_Server requires PHP (version >= 4.4, version <= 6.0.0), installed version is 4.3.9
No valid packages found
install failed
So basically it says that I don't have the right PHP version, that I have the 4.3.9 and it needs 4.4 (only for a number!

). The thing is,
does anybody knows if there is any risk in upgrading? I mean, we've Horde and Kronolith and some others PHP apps and we don't want to loose them. (I know all the "no-risk-no-fun" stuff but I'm a coward

)
SME-server version is 7.3
# php -v
PHP 4.3.9 (cgi) (built: Jul 16 2008 16:44:47)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
Thank you!!
Andres