The branch "master" has been updated. The following is a summary of the commits.
from: e4bb5a0234a6c7a1e08cbe01cbe2cb2ae0a8e863 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). ----------------------------------------------------------------------- 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 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
