14 Commits

Author SHA1 Message Date
97a4d711ec Merge branch 'master' into sync-master-2052. 2025-04-26 19:03:07 -04:00
8861f7bd9d Fix #20137: Added yii\caching\CallbackDependency to allow using a callback to determine if a cache dependency is still valid 2024-04-14 01:36:29 +03:00
c9917f2057 Remove XCache and ZendDataCache support (#19904)
Co-authored-by: Stefano Mtangoo <stefano@hosannahighertech.co.tz>
2023-07-24 09:08:59 +03:00
25f88131b7 update caching-data.md php.net links (#19671) 2022-11-13 11:06:41 +01:00
19c978fc8a update links (es, fr) (#19245) 2022-02-20 10:07:30 +01:00
08da35e511 (Docs) Added missing close tag for span (#19081) 2021-12-15 18:22:37 +03:00
5671a0e176 update MySQL link (#19063) 2021-12-06 08:38:52 +01:00
dcd1810d87 update PHP XCache link (#19058) 2021-12-03 09:15:48 +01:00
73bb0e2569 update APC extension link (#19051) 2021-11-29 09:19:54 +01:00
0041f034fd [doc] Update PHP doc links (#18957)
* Replace https://secure.php.net with https://www.php.net

* Replace http://www.php.net with https://www.php.net
2021-10-19 14:50:26 +02:00
bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci]
* Updated php.net link for some MemCache properties [skip ci]

* Changed protocol to https for links to php.net in comments

* Changed protocol to https for links to php.net in code

* Changed www.php.net (http) to secure.php.net (https) in comments

* Changed www.php.net (http) to secure.php.net (https) in code

* Changed protocol to https for links to php.net in UPGRADE.md

* Changed protocol to https for links to pecl.php.net in comments

* Changed us.php.net to secure.php.net (https) in comments

* Changed protocol to https for links to php.net in docs

* Changed www.php.net (http) to secure.php.net (https) in docs

* Changed protocol to https for links to pecl.php.net in docs

* Changed ru/jp.php.net to secure.php.net (https) in docs

Don't sure about russian guide: is this links meant to be for guide on russian, or not?
2019-02-28 13:09:27 +03:00
e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1
- Deprecated `yii\base\BaseObject::className()` in favor of native PHP syntax `::class`, which does not trigger autoloading
- Deprecated XCache and Zend data cache support as caching backends
- Deprecated `yii\BaseYii::powered()` method
- Added `yii\base\InvalidArgumentException` and deprecated `yii\base\InvalidParamException`
- Added `yii\BaseYii::debug()` and deprecated `yii\BaseYii::trace()`
2018-02-11 01:48:29 +03:00
9aacd89b77 compliance with style-guide, adding blocktypes.json and removing unnecessary translations [skip ci] (#13653) 2017-02-24 18:15:06 +03:00
dc175ae130 Translated caching-data.md into FR [skip ci] (#13626) 2017-02-20 12:33:36 +03:00