add few tools

This commit is contained in:
2026-01-20 16:26:36 +05:30
parent f81c3e0649
commit 8ca117c04c
34 changed files with 3172 additions and 258 deletions

View File

@@ -0,0 +1,12 @@
--TEST--
Check for maxminddb presence
--SKIPIF--
<?php if (!extension_loaded('maxminddb')) {
echo 'skip';
} ?>
--FILE--
<?php
echo 'maxminddb extension is available';
?>
--EXPECT--
maxminddb extension is available