Hi,
i add support for dynamic extensions, especially for mysql.so|.dll in lib.inc.php3 (line 30-) i hope it works , because i have not testet on a windows server ...
also i have add a constant area in the top of lib.inc.php3 and add three constants for global access. (string) PHPMYADMIN_VERSION = "2.3.0alpha-20010626" (bool) PHP_WINDOWS - indicate if phpMyAdmin running on a windows server (int) PHP_INT_VERSION - a 5-6 digit number of PHP Version (eg: 40006)
Regards,