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)); +