CodeIgniter Forums
CodeIgniter Forums
>
CodeIgniter 4
>
CodeIgniter 4 Feature Requests
> Please, remove.
Full Version:
Please, remove.
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
falko
03-09-2020, 02:12 PM
Please, remove
laminas/laminas-escaper
. Use
htmlentities($string, ENT_QUOTES | ENT_HTML5, 'UTF-8')
.
Please, remove
kint-php/kint
. Use
var_dump()
with xDebug.
kilishan
03-10-2020, 07:45 AM
Laminas escaper is a much more secure than htmlentities alone, and takes into account many other attacks, including things like charset manipulations, etc.
Kint is also much more powerful than var_dump and can show much more information.
Sorry - they're both staying.
CodeIgniter Forums
>
CodeIgniter 4
>
CodeIgniter 4 Feature Requests
> Please, remove.