From e14cd1dd23532edaeb64a6ef11fde6cc38727ab3 Mon Sep 17 00:00:00 2001 From: 3x0k1d <3x0k1d@gmail.com> Date: Mon, 5 May 2025 05:54:14 +0300 Subject: [PATCH] add checker --- checkers/php-igbinary.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/checkers/php-igbinary.php b/checkers/php-igbinary.php index 07526cc..e71d182 100644 --- a/checkers/php-igbinary.php +++ b/checkers/php-igbinary.php @@ -1,10 +1,14 @@ Module: igbinary doesn\' loaded

'; + echo '

Module: igbinary not loaded

'; } else{ - echo '

Module: igbinary is loaded

'; + echo '

Module: igbinary is loaded

'; } +$ser = igbinary_serialize(['Module','is', 'working']); +echo urlencode($ser), "\n"; +var_export(igbinary_unserialize($ser)); +