mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Added upgrading instructions
This commit is contained in:
parent
bfb9ab4ef7
commit
5b4482c86d
@ -50,6 +50,15 @@ changed (fixed).
|
||||
Note that Traditional Rules should not be used to validate data that is not a
|
||||
string.
|
||||
|
||||
The use of the `ssl_key` option in CURLRequest was removed
|
||||
==========================================================
|
||||
|
||||
CURLRequest option `ssl_key` it's not recognized anymore.
|
||||
If in use, option `ssl_key` must be replaced with option `verify` in order to define the path
|
||||
to a CA bundle for CURLRequest.
|
||||
|
||||
CURLRequest option `verify` can also take *boolean* values as usual.
|
||||
|
||||
*********************
|
||||
Breaking Enhancements
|
||||
*********************
|
||||
|
Loading…
x
Reference in New Issue
Block a user