Chizhov Nikolay
Chizhov Nikolay
If using filterVal with FILTER_VALIDATE_INT and validate (0, '0') its returns false, but should returns true; Example: ```php $data = '0'; var_dump(var_dump(v::filterVar(FILTER_VALIDATE_INT)->validate($data)); ``` returns false But if will try to...
Using version 2.6 When try to get storage size of NVMe disk - it's return 0. Problem in hdparm - it's return incorrect data for NVMe disks. If I try...
How about Slim Framework v.4 file fields base validation? For example, check field exists, no upload errors