]> git.p6c8.net - jirafeau_project.git/commit
[BUGFIX] jirafeau_ini_to_bytes with no modifier
authorJerome Jutteau <jerome@jutteau.fr>
Mon, 4 Jul 2022 22:33:43 +0000 (00:33 +0200)
committerJerome Jutteau <jerome@jutteau.fr>
Mon, 4 Jul 2022 22:33:43 +0000 (00:33 +0200)
commit0b8bc44d7afc8c7249c697a7584fc9d1646e7c4d
tree4a5cdcc6a004cc918688928768ed157b8933ed3a
parent1581d41cc21d3ec5609fe3d2c1e6acec2b348170
[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 <jerome@jutteau.fr>
lib/functions.php

patrick-canterino.de