Skip to content

Commit

Permalink
Fixes #16217: Fixed yii\console\controllers\HelpController to work …
Browse files Browse the repository at this point in the history
…well in Windows environment
  • Loading branch information
samdark committed May 12, 2018
1 parent 9324bd6 commit 6a0fc46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .appveyor.yml
Expand Up @@ -30,6 +30,7 @@ install:
- echo extension=php_intl.dll >> php.ini
- echo extension=php_mbstring.dll >> php.ini
- echo extension=php_openssl.dll >> php.ini
- echo extension=php_pdo_sqlite.dll >> php.ini
- IF NOT EXIST C:\tools\composer.phar (cd C:\tools && appveyor DownloadFile https://getcomposer.org/download/1.4.1/composer.phar)

before_test:
Expand Down
2 changes: 1 addition & 1 deletion framework/CHANGELOG.md
Expand Up @@ -19,10 +19,10 @@ Yii Framework 2 Change Log
- Bug #16091: Make `yii\test\InitDbFixture` work with non-SQL DBMS (cebe)
- Bug #16184: Fixed `yii\base\Widget` to access `stack` property with `self` instead of `static` (yanggs07)
- Bug #16039: Fixed implicit conversion from `char` to `varbinnary` in MSSQL (vsivsivsi)
- Bug #16217: Fixed `yii\console\controllers\HelpController` to work well in Windows environment (samdark)
- Bug #14636: Views can now use relative paths even when using themed views (sammousa)
- Bug #16245: Fixed `__isset()` in `BaseActiveRecord` not catching errors (sammousa)
- Enh #16191: Enhanced `yii\helpers\Inflector` to work correctly with UTF-8 (silverfire)

- Bug: Fixed bad instnaceof check in `yii\db\Schema::getTableMetadata()` (samdark)


Expand Down

0 comments on commit 6a0fc46

Please sign in to comment.