From: Jerome Jutteau Date: Mon, 4 Jul 2022 22:33:43 +0000 (+0200) Subject: [BUGFIX] jirafeau_ini_to_bytes with no modifier X-Git-Tag: 4.5.0~17 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/0b8bc44d7afc8c7249c697a7584fc9d1646e7c4d?ds=sidebyside;hp=0b8bc44d7afc8c7249c697a7584fc9d1646e7c4d [BUGFIX] jirafeau_ini_to_bytes with no modifier When setting a PHP ini value like `post_max_size`, the value may not have a modifier (e.g. "M") and for "0" input, the function return empty string. Signed-off-by: Jerome Jutteau ---