Does anyone have any pointers or resources in getting phpMyAdmin working with php5?Check the phpMyadmin documentation at http://www.phpmyadmin.net for your version. There's a bug in PHP 5.0.0 that MIGHT stop phpMyadmin from working (depending on your config settings). It has to do with $_SERVER['PHP_AUTH_USER'] not being set ...
The official bug report: http://bugs.php.net/bug.php?id=29132
This bug is resolved in the latest php 5.0.x snapshot available at http://snaps.php.net
HTH, speedfreak
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php