The branch "master" has been updated. The following is a summary of the commits.
from: 8761444844aa0eb97a17728c4f50824032618265 6cb47e8 Catch E_STRICT errors when using PHP 5.3. 0915174 [mms] Don't log backtrace for E_STRICT errors. 1365893 reset() argument must be variable d9f9383 TIL that PHP doesn't allow method parameters to be overriden ----------------------------------------------------------------------- commit 6cb47e806b50ebe00f084e8197762a5d89bb5db1 Author: Michael M Slusarz <[email protected]> Date: Tue Nov 27 14:19:58 2012 -0700 Catch E_STRICT errors when using PHP 5.3. horde/lib/core.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/6cb47e806b50ebe00f084e8197762a5d89bb5db1 ----------------------------------------------------------------------- commit 09151749193a24b8e35389a3383ba6d9ffb48ae5 Author: Michael M Slusarz <[email protected]> Date: Tue Nov 27 14:24:04 2012 -0700 [mms] Don't log backtrace for E_STRICT errors. framework/Core/lib/Horde.php | 1 - framework/Core/lib/Horde/Core/Log/Logger.php | 4 +++- framework/Core/lib/Horde/ErrorHandler.php | 9 ++++++++- framework/Core/package.xml | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/09151749193a24b8e35389a3383ba6d9ffb48ae5 ----------------------------------------------------------------------- commit 136589372873bae1285de409cae5f684b9442732 Author: Michael M Slusarz <[email protected]> Date: Tue Nov 27 14:46:28 2012 -0700 reset() argument must be variable framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/136589372873bae1285de409cae5f684b9442732 ----------------------------------------------------------------------- commit d9f93834a9b9784a2cf82a229393d43c14e7df0e Author: Michael M Slusarz <[email protected]> Date: Tue Nov 27 14:50:53 2012 -0700 TIL that PHP doesn't allow method parameters to be overriden Dilutes the usefulness of type hinting, that's for sure imp/lib/Crypt/Smime.php | 2 +- imp/lib/Flag/System/Attachment.php | 3 ++- imp/lib/Flag/System/Encrypted.php | 3 ++- imp/lib/Flag/System/HighPriority.php | 3 ++- imp/lib/Flag/System/List.php | 3 ++- imp/lib/Flag/System/LowPriority.php | 3 ++- imp/lib/Flag/System/Match/Flag.php | 2 +- imp/lib/Flag/System/Match/Header.php | 2 +- imp/lib/Flag/System/Personal.php | 1 + imp/lib/Flag/System/Signed.php | 3 ++- imp/lib/Flag/System/Unseen.php | 3 ++- 11 files changed, 18 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/d9f93834a9b9784a2cf82a229393d43c14e7df0e -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
