Hi, As it happens, I did just this the other day. All I had to do to get horde/IMP working with php4 (apart from installing the additional packages required by IMP such as php4-imap) was to edit the file /etc/apache/mime.types, commenting out the line:
application/x-httpd-php3 php3 and then adding 'php3' to the end of the existing application/x-httpd-php phtml pht php line. This means that files ending in .php3 (like the scripts that make up horde and IMP) will be executed by the php4 module. This works for horde and IMP, but it's _possible_ that other php3 scripts will need tweaking to work with php4. - Kevin. >From: John Baillie >To: debian-user@lists.debian.org >Sent: Tuesday, April 24, 2001 5:12 AM >Subject: help with php4 and horde > > >We have horde/IMP setup with php3, UWIMAP, LDAP and mysql and all works well. > >There is some school management software we would like to test (schoolmation). > >Schoolmation requires php4 The Debian default is to install horde with php3. If we do decide to use schoolmation >it will sit on the same machine as horde. Does anyone have pointers they can share on configuring horde with >php4 before I get started. > >Thank you, >John