The branch "horde_5_1" has been updated. The following is a summary of the commits.
from: 2d8bf8890ab289181bb07ab733b89f9368176157 9e004bb Let's see if the recent PHP updates fixed anything. ddb8342 Explicitly check if $injector exists (Bug #12103). 7927bb3 [jan] Fix error handler in some PHP versions (Bug #12103). 46e7b60 Nope, still segfaulting. 7c0ff0d Released Horde_Core-2.4.3 e606b19 Development mode for Horde_Core-2.4.4 5100dc6 We will already have the $memo['desc'] here. 6e7379a Merge branch 'master' into horde_5_1 ----------------------------------------------------------------------- commit 9e004bb000363d0412221a29e86ae9e484da8238 Author: Jan Schneider <[email protected]> Date: Mon Mar 11 16:33:56 2013 +0100 Let's see if the recent PHP updates fixed anything. .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9e004bb000363d0412221a29e86ae9e484da8238 ----------------------------------------------------------------------- commit ddb8342bb51c88af4cedce8b60857726c7671679 Author: Jan Schneider <[email protected]> Date: Mon Mar 11 17:59:17 2013 +0100 Explicitly check if $injector exists (Bug #12103). Since this code is called directly from PHP as an error handler, we have no control when the code is called, and whether the injector has already been created or has already been destructed. framework/Core/lib/Horde.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/ddb8342bb51c88af4cedce8b60857726c7671679 ----------------------------------------------------------------------- commit 7927bb3ef72f8acd48398737814a379f03c59229 Author: Jan Schneider <[email protected]> Date: Mon Mar 11 18:01:23 2013 +0100 [jan] Fix error handler in some PHP versions (Bug #12103). framework/Core/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/7927bb3ef72f8acd48398737814a379f03c59229 ----------------------------------------------------------------------- commit 46e7b601500b7c00e9f61592abd17ad4a4e365d7 Author: Jan Schneider <[email protected]> Date: Mon Mar 11 18:13:36 2013 +0100 Nope, still segfaulting. .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/46e7b601500b7c00e9f61592abd17ad4a4e365d7 ----------------------------------------------------------------------- commit 7c0ff0d18f576fe73306c79cebed31ae0de273a8 Author: Jan Schneider <[email protected]> Date: Mon Mar 11 19:22:24 2013 +0100 Released Horde_Core-2.4.3 framework/Core/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/7c0ff0d18f576fe73306c79cebed31ae0de273a8 ----------------------------------------------------------------------- commit e606b1955fce79b1f3adbd47fb2a4d249511777b Author: Jan Schneider <[email protected]> Date: Mon Mar 11 19:22:25 2013 +0100 Development mode for Horde_Core-2.4.4 framework/Core/package.xml | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/e606b1955fce79b1f3adbd47fb2a4d249511777b ----------------------------------------------------------------------- commit 5100dc672ab6c239e4c9f609d134c178f6e04fd9 Author: Michael J Rubinsky <[email protected]> Date: Mon Mar 11 14:25:46 2013 -0400 We will already have the $memo['desc'] here. mnemo/lib/Driver.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/5100dc672ab6c239e4c9f609d134c178f6e04fd9 ----------------------------------------------------------------------- commit 6e7379a327441929a45ace1da36984d9741f4d72 Merge: 2d8bf88 5100dc6 Author: Michael J Rubinsky <[email protected]> Date: Mon Mar 11 14:54:50 2013 -0400 Merge branch 'master' into horde_5_1 framework/Core/lib/Horde.php | 3 ++- framework/Core/package.xml | 21 +++++++++++++++++---- mnemo/lib/Driver.php | 2 +- 3 files changed, 20 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/6e7379a327441929a45ace1da36984d9741f4d72 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
