mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Fix typo in UPGRADE
This commit is contained in:
		@ -54,7 +54,7 @@ for both A and B.
 | 
				
			|||||||
Upgrade from Yii 2.0.42
 | 
					Upgrade from Yii 2.0.42
 | 
				
			||||||
-----------------------
 | 
					-----------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* `yii\base\ErrorHandler` does not expose the `$_SERVER` information implicitely anymore.
 | 
					* `yii\base\ErrorHandler` does not expose the `$_SERVER` information implicitly anymore.
 | 
				
			||||||
* The methods `phpTypecast()` and `dbTypecast()` of `yii\db\ColumnSchema` will no longer convert `$value` from `int` to 
 | 
					* The methods `phpTypecast()` and `dbTypecast()` of `yii\db\ColumnSchema` will no longer convert `$value` from `int` to 
 | 
				
			||||||
  `string`, if database column type is `INTEGER UNSIGNED` or `BIGINT UNSIGNED`.
 | 
					  `string`, if database column type is `INTEGER UNSIGNED` or `BIGINT UNSIGNED`.
 | 
				
			||||||
  * I.e. it affects update and insert queries. For example:
 | 
					  * I.e. it affects update and insert queries. For example:
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user