161526cd41 
					 
					
						
						
							
							HTTPS everywhere ( #19503 )  
						
						
						
						
					 
					
						2022-08-03 12:32:18 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						655786b7ed 
					 
					
						
						
							
							release version 2.0.44  
						
						
						
						
					 
					
						2021-12-30 10:50:56 +03: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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4e2045c040 
					 
					
						
						
							
							release version 2.0.41  
						
						
						
						
					 
					
						2021-03-04 00:51:35 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ccb14ff667 
					 
					
						
						
							
							release version 2.0.39  
						
						
						
						
					 
					
						2020-11-10 13:58:35 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b6668804c 
					 
					
						
						
							
							Fix   #17710 : Fix MemCache duration normalization to avoid memcached/system timestamp mismatch  
						
						
						
						
					 
					
						2019-12-12 23:07:10 +03: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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5a8c3d537b 
					 
					
						
						
							
							Enable phpdoc_summary rule in php-cs-fixer config ( #14675 )  
						
						... 
						
						
						
						* Enable `phpdoc_summary` rule in php-cs-fixer config.
* Fix case in "PHPDoc". 
						
						
					 
					
						2017-08-21 11:19:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fe8a0a6a2e 
					 
					
						
						
							
							Enable no_useless_else rule in php-cs-fixer ( #14420 )  
						
						
						
						
					 
					
						2017-07-10 11:26:21 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ba0ab403b5 
					 
					
						
						
							
							Added php-cs-fixer coding standards validation to Travis CI ( #14100 )  
						
						... 
						
						
						
						* php-cs-fixer: PSR2 rule.
* php-cs-fixer: PSR2 rule - fix views.
* Travis setup refactoring.
* Add php-cs-fixer to travis cs tests.
* Fix tests on hhvm-3.12
* improve travis config
* composer update
* revert composer update
* improve travis config
* Fix CS.
* Extract config to separate classes.
* Extract config to separate classes.
* Add file header.
* Force short array syntax.
* binary_operator_spaces fixer
* Fix broken tests
* cast_spaces fixer
* concat_space fixer
* dir_constant fixer
* ereg_to_preg fixer
* function_typehint_space fixer
* hash_to_slash_comment fixer
* is_null fixer
* linebreak_after_opening_tag fixer
* lowercase_cast fixer
* magic_constant_casing fixer
* modernize_types_casting fixer
* native_function_casing fixer
* new_with_braces fixer
* no_alias_functions fixer
* no_blank_lines_after_class_opening fixer
* no_blank_lines_after_phpdoc fixer
* no_empty_comment fixer
* no_empty_phpdoc fixer
* no_empty_statement fixer
* no_extra_consecutive_blank_lines fixer
* no_leading_import_slash fixer
* no_leading_namespace_whitespace fixer
* no_mixed_echo_print fixer
* no_multiline_whitespace_around_double_arrow fixer
* no_multiline_whitespace_before_semicolons fixer
* no_php4_constructor fixer
* no_short_bool_cast fixer
* no_singleline_whitespace_before_semicolons fixer
* no_spaces_around_offset fixer
* no_trailing_comma_in_list_call fixer
* no_trailing_comma_in_singleline_array fixer
* no_unneeded_control_parentheses fixer
* no_unused_imports fixer
* no_useless_return fixer
* no_whitespace_before_comma_in_array fixer
* no_whitespace_in_blank_line fixer
* not_operator_with_successor_space fixer
* object_operator_without_whitespace fixer
* ordered_imports fixer
* php_unit_construct fixer
* php_unit_dedicate_assert fixer
* php_unit_fqcn_annotation fixer
* phpdoc_indent fixer
* phpdoc_no_access fixer
* phpdoc_no_empty_return fixer
* phpdoc_no_package fixer
* phpdoc_no_useless_inheritdoc fixer
* Fix broken tests
* phpdoc_return_self_reference fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_to_comment fixer
* phpdoc_trim fixer
* phpdoc_var_without_name fixer
* psr4 fixer
* self_accessor fixer
* short_scalar_cast fixer
* single_blank_line_before_namespace fixer
* single_quote fixer
* standardize_not_equals fixer
* ternary_operator_spaces fixer
* trailing_comma_in_multiline_array fixer
* trim_array_spaces fixer
* protected_to_private fixer
* unary_operator_spaces fixer
* whitespace_after_comma_in_array fixer
* `parent::setRules()` -> `$this->setRules()`
* blank_line_after_opening_tag fixer
* Update finder config.
* Revert changes for YiiRequirementChecker.
* Fix array formatting.
* Add missing import.
* Fix CS for new code merged from master.
* Fix some indentation issues. 
						
						
					 
					
						2017-06-12 12:25:45 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						eed00dc33d 
					 
					
						
						
							
							Fixed PHP manual link language [skip ci]  
						
						
						
						
					 
					
						2017-04-24 11:26:32 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d077839d13 
					 
					
						
						
							
							Changed return value in MemCache::setValues()  
						
						
						
						
					 
					
						2017-04-20 21:42:55 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7a3a342127 
					 
					
						
						
							
							Fix errors reported by apidoc extension. ( #12986 )  
						
						
						
						
					 
					
						2016-11-13 14:51:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4aa935e69e 
					 
					
						
						
							
							Fixes   #12055 : Changed boolean to bool and integer to int in phpdoc  
						
						
						
						
					 
					
						2016-11-07 02:51:39 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						32f4dc8997 
					 
					
						
						
							
							Fixes   #5385 : links created from classes to corresponding guide articles ( #12920 )  
						
						
						
						
					 
					
						2016-11-04 18:55:14 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						89bcda97fe 
					 
					
						
						
							
							PHPDoc: Add @param $value to MemCache::addValue() ( #12215 ) [skip ci]  
						
						
						
						
					 
					
						2016-08-19 19:50:08 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3ce36573b6 
					 
					
						
						
							
							Fix 12188 ( #12202 )  
						
						... 
						
						
						
						* PHPDoc: \yii\caching\Cache::$serializer
* PHPDoc: \yii\caching\Cache::getValue
* PHPDoc: Review implementations of \yii\caching\Cache with considering $serializer
* PHPDoc: fix typos 
						
						
					 
					
						2016-08-19 15:55:03 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						edc62172fa 
					 
					
						
						
							
							Fixes   #12037 : Fixed 2.0.7 regression in memcahe/memcached cache backend  
						
						
						
						
					 
					
						2016-07-28 23:35:31 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						191f2a4943 
					 
					
						
						
							
							fixed phpdoc type names  
						
						
						
						
					 
					
						2016-02-25 20:24:32 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						97bc4e0567 
					 
					
						
						
							
							Fixed wrong case in method calls  
						
						
						
						
					 
					
						2016-02-16 13:53:53 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e8d309dddb 
					 
					
						
						
							
							documentation fixes for 2.0.7  
						
						
						
						
					 
					
						2016-02-06 19:47:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cd87d67f34 
					 
					
						
						
							
							Global DOCS update: ~~~ replaced with ```  
						
						
						
						
					 
					
						2015-12-02 23:15:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						abb4d6f353 
					 
					
						
						
							
							Fixed Memcache duration which exceeds 30 days  
						
						
						
						
					 
					
						2015-10-30 00:08:02 +06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						816ebd1e17 
					 
					
						
						
							
							Additional phpdoc and minor code style fixes  
						
						
						
						
					 
					
						2015-05-31 14:17:04 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b19fa0c3db 
					 
					
						
						
							
							minor fixes [skip ci]  
						
						
						
						
					 
					
						2014-07-31 09:29:12 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c5fbf89b44 
					 
					
						
						
							
							- Enh  #4520 : yii\caching/MemCache.php add sasl support (xjflyttp)  
						
						
						
						
					 
					
						2014-07-31 20:42:59 +08:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3a1e0f3a5c 
					 
					
						
						
							
							property codestyle framework  
						
						
						
						
					 
					
						2014-07-30 00:21:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						06235cd156 
					 
					
						
						
							
							Fixes   #2558 : Enhanced support for memcached by adding yii\caching\MemCache::persistentId and yii\caching\MemCache::options  
						
						
						
						
					 
					
						2014-06-24 13:50:23 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c1445871f4 
					 
					
						
						
							
							Correction of many errors code inspection.  
						
						... 
						
						
						
						Adjustments code according to the standards.
Adding missing PHPDoc comment. 
						
						
					 
					
						2014-04-16 19:29:07 -03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						67dd874e0c 
					 
					
						
						
							
							renamed console controller optoins param $id to $actionId  
						
						
						
						
					 
					
						2014-03-26 17:51:52 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bf3c75147d 
					 
					
						
						
							
							reverted breaking PHPdoc codestyle changes  
						
						... 
						
						
						
						issue #2852  
						
						
					 
					
						2014-03-23 20:51:09 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fcf2d0a3f2 
					 
					
						
						
							
							Fixes   #2823 .  
						
						
						
						
					 
					
						2014-03-22 20:27:03 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b5f8a4dc22 
					 
					
						
						
							
							Reformat code te be PSR-2 compatible  
						
						
						
						
					 
					
						2014-03-16 10:46:21 +06:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0c38655217 
					 
					
						
						
							
							psr-4 move  
						
						
						
						
					 
					
						2014-01-10 21:41:43 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0d814fa523 
					 
					
						
						
							
							Moved "framework" to "iii".  
						
						
						
						
					 
					
						2013-05-09 12:00:15 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9f2b44fc21 
					 
					
						
						
							
							phpdoc  
						
						
						
						
					 
					
						2013-04-16 00:53:07 +04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4fdaab3560 
					 
					
						
						
							
							updated file header.  
						
						
						
						
					 
					
						2013-03-04 08:03:46 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						11d374a83d 
					 
					
						
						
							
							finished cleanup of caching components.  
						
						
						
						
					 
					
						2013-01-18 18:28:28 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8e05e6e62d 
					 
					
						
						
							
							changed copyright line.  
						
						
						
						
					 
					
						2013-01-07 11:34:52 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b1047e7ff6 
					 
					
						
						
							
							refactored object creation.  
						
						... 
						
						
						
						added more exception classes.
working on request and response classes. 
						
						
					 
					
						2012-06-30 22:21:28 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						78623f3ebb 
					 
					
						
						
							
							Finished all cache components.  
						
						
						
						
					 
					
						2012-05-29 20:38:17 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						23be1a7cdb 
					 
					
						
						
							
							...  
						
						
						
						
					 
					
						2012-05-28 20:47:12 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dcb531acdb 
					 
					
						
						
							
							Finished more caching components.  
						
						
						
						
					 
					
						2012-05-28 15:13:18 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c225242290 
					 
					
						
						
							
							working on caching.  
						
						
						
						
					 
					
						2012-05-28 13:45:50 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e8b0fd1327 
					 
					
						
						
							
							...  
						
						
						
						
					 
					
						2012-05-19 09:46:32 -04:00