[Tickets #5891] Re: Horde/String.php issues after PHP 5.2 Upgrade
bugs at bugs.horde.org
bugs at bugs.horde.org
Fri Nov 16 08:32:36 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5891
-----------------------------------------------------------------------
Ticket | 5891
Updated By | salfati.mickael at free.fr
Summary | Horde/String.php issues after PHP 5.2 Upgrade
Queue | IMP
Version | 4.1.4
Type | Bug
State | Not A Bug
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
salfati.mickael at free.fr (2007-11-16 00:32) wrote:
Chuck
You have a reason, answer from swsoft:
Yes, you are right, Webmail Horde is now not working with PHP 5.2.5
version. This is because PHP developers fixed some critical issues and that
affected PHP configuration files. You can find more information here:
http://bugs.php.net/bug.php?id=35261
http://bugs.php.net/bug.php?id=41561
PHP 5.2.5 support is already planned in Plesk 8.3.0 that should be
available in December.
Thiough you can use PHP 5.2.5 right now. Just install it and make sure
that you replace the following lines for Webmail Virtual Host in
/etc/apache2/conf.d/zz010_psa_httpd.conf:
php_admin_value include_path
"/usr/share/psa-horde:/usr/share/psa-horde/pear:."
to:
php_admin_value include_path
"/usr/share/psa-horde/lib:/usr/share/psa-horde:/usr/share/psa-horde/pear:."
After that restart Apache for changes to take effect:
# /etc/init.d/apache2 restart
Thanks for you patience.
More information about the bugs
mailing list