mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-06 07:30:47 +00:00
Merge branch 'master' into php5
* master: Set the default timezone in tests bootstrap file.
This commit is contained in:
commit
4d37c36af7
@ -5,6 +5,8 @@
|
|||||||
* @license http://www.opensource.org/licenses/mit-license.html MIT License
|
* @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
|
// Set up include path accordingly. This is especially required because some
|
||||||
// class files of phpseclib require() other dependencies.
|
// class files of phpseclib require() other dependencies.
|
||||||
set_include_path(implode(PATH_SEPARATOR, array(
|
set_include_path(implode(PATH_SEPARATOR, array(
|
||||||
|
Loading…
Reference in New Issue
Block a user