Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Merge branch '3.3/develop' into 3.3/master
Browse files Browse the repository at this point in the history
  • Loading branch information
zeelot committed Sep 1, 2013
2 parents 6537e4a + 5fd2f72 commit 1faff2a
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 11 deletions.
13 changes: 13 additions & 0 deletions application/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,26 @@
*/
ini_set('unserialize_callback_func', 'spl_autoload_call');

/**
* Set the mb_substitute_character to "none"
*
* @link http://www.php.net/manual/function.mb-substitute-character.php
*/
mb_substitute_character('none');

// -- Configuration and initialization -----------------------------------------

/**
* Set the default language
*/
I18n::lang('en-us');

if (isset($_SERVER['SERVER_PROTOCOL']))
{
// Replace the default protocol.
HTTP::$protocol = $_SERVER['SERVER_PROTOCOL'];
}

/**
* Set Kohana::$environment if a 'KOHANA_ENV' environment variable has been supplied.
*
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"require": {
"phpunit/phpunit": "3.7.*"
"phpunit/phpunit": "3.7.24",
"phing/phing": "dev-master"
}
}
2 changes: 1 addition & 1 deletion modules/auth
Submodule auth updated 1 files
+33 −0 composer.json
2 changes: 1 addition & 1 deletion modules/cache
Submodule cache updated 1 files
+33 −0 composer.json
2 changes: 1 addition & 1 deletion modules/codebench
Submodule codebench updated 1 files
+33 −0 composer.json
2 changes: 1 addition & 1 deletion modules/database
2 changes: 1 addition & 1 deletion modules/image
2 changes: 1 addition & 1 deletion modules/minion
2 changes: 1 addition & 1 deletion modules/orm
2 changes: 1 addition & 1 deletion modules/unittest
2 changes: 1 addition & 1 deletion modules/userguide
2 changes: 1 addition & 1 deletion system
Submodule system updated 206 files

0 comments on commit 1faff2a

Please sign in to comment.