Merge branch 'master' into php5

* master:
  Set the default timezone in tests bootstrap file.
This commit is contained in:
Andreas Fischer 2013-11-29 19:14:10 +01:00
commit 4d37c36af7

View File

@ -5,6 +5,8 @@
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*/
date_default_timezone_set('UTC');
// Set up include path accordingly. This is especially required because some
// class files of phpseclib require() other dependencies.
set_include_path(implode(PATH_SEPARATOR, array(