[horde] 3.3.8 patch file incomplete
Andrew Morgan
morgan at orst.edu
Wed May 19 18:02:55 UTC 2010
I saw a post from Thomas Jacob in the list archives about this topic, but
there was no follow-up on the list. The patch file on the Horde FTP site
at:
ftp://ftp.horde.org/pub/horde/patches/patch-horde-3.3.7-3.3.8.gz
does not contain the actual fix for the regression. The patch file should
include:
diff -ur horde-3.3.7/lib/core.php horde-3.3.8/lib/core.php
--- horde-3.3.7/lib/core.php 2010-04-08 01:20:17.000000000 -0700
+++ horde-3.3.8/lib/core.php 2010-04-28 06:39:38.000000000 -0700
@@ -32,7 +32,7 @@
/* If the Horde Framework packages are not installed in PHP's global
* include_path, you must add an ini_set() call here to add their location to
* the include_path. */
-// ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . ini_get('include_path'));
+ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . ini_get('include_path'));
/* PEAR base class. */
include_once 'PEAR.php';
I depend on the patch files because they are a much more convenient method
of upgrading between release versions. When I do the upgrade by starting
with the release tarballs, I have to hand-edit all my config file changes
back into the new installs.
Is there a better way? :)
Andy
More information about the horde
mailing list