From: strube at physik3 dot gwdg dot de Operating system: Solaris 10 SPARC PHP version: 5.2.10 PHP Bug Type: Unknown/Other Function Bug description: php-5.2.10 prevents phpMyAdmin login
Description: ------------ After upgrading php from 5.2.9 to 5.2.10, login to phpMyAdmin 2.11.9.5 (with auth_type=cookie) does not work any more (both CGI and FCGI). It always reverts to the login screen, including the message "Cookies must be enabled past this point" (normally only shown initially), but NOT the message "Error #1045 - Access denied for user" (normally shown with authentication errors). Although this has so far been the only application where I found malfunction and I cannot pinpoint the source of this behaviour, I think this is an important bug. Compilation was done with Sun Studio/Forte 7 in the same way as for previous php5 versions (separately for CGI and FCGI). As I noticed that a new CFLAGS option "-xmemalign=8s" had been introduced in 5.2.10, I recompiled without this option for testing, but without any effect. Also I undid the changes of 5.2.10 in sapi/cgi/cgi_main.c concerning the CGI environment, again without effect. Using mysqli instead of mysql also did not help (in fact, it seems that no authentication connection to MySQL was attempted at all). As I use MySQL 4.1.22, I cannot test with phpMyAdmin 3.x, with requires MySQL 5.x. -- Edit bug report at http://bugs.php.net/?id=48812&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=48812&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=48812&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=48812&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=48812&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=48812&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=48812&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=48812&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=48812&r=needscript Try newer version: http://bugs.php.net/fix.php?id=48812&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=48812&r=support Expected behavior: http://bugs.php.net/fix.php?id=48812&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=48812&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=48812&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=48812&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=48812&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=48812&r=dst IIS Stability: http://bugs.php.net/fix.php?id=48812&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=48812&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=48812&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=48812&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=48812&r=mysqlcfg