Skip to content

Commit

Permalink
Composer update, minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Nov 18, 2019
1 parent bfa15fc commit 7e72240
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENH: Make TableColumnClass in TMysqlMetaData variable (LCSKJ)
## Version 4.0.1 - Apr 1, 2018

CHG: Removed all deprecated code (ctrlaltca)
CHG: Removed deprecated components based on the prototype jajascript library (ctrlaltca)
CHG: Removed deprecated components based on the prototype javascript library (ctrlaltca)
CHG: Removed bundled copy of JSMin-php library, get it from composer instead (ctrlaltca)
ENH: Added composer script commands to run phpunit and apigen (ctrlaltca)
BUG: Issue #660 - Wsat redirect broken (ctrlaltca)
Expand Down
40 changes: 20 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions framework/Caching/TMemCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public function setPort($value)

/**
* @return bool if memcached is used instead of memcache
* @deprecated since Prado 4.1, only memecached is available
* @deprecated since Prado 4.1, only memcached is available
*/
public function getUseMemcached()
{
Expand All @@ -270,7 +270,7 @@ public function getUseMemcached()
/**
* @param string $value if memcached instead memcache
* @throws TInvalidOperationException if the module is already initialized or usage of the old, unsupported memcache extension has been requested
* @deprecated since Prado 4.1, only memecached is available
* @deprecated since Prado 4.1, only memcached is available
*/
public function setUseMemcached($value)
{
Expand Down

0 comments on commit 7e72240

Please sign in to comment.