Samuel Mouniïe wrote: > > I had also on this server : > > phpmyadmin 2.6.2-rc1-1 : actually working > drupal 4.5.2-3 : actually working
Hrm, that gets me to thinking. While squirrelmail doesn't set a custom session handler, other scripts on your system might be doing so. See the second-last comment (at [19 Apr 7:18am CEST]) at http://bugs.php.net/32330. Would it be possible to check for scripts on your whole system (yes, this might involve a really painful rgrep) to see if anything else is using session_set_save_handler or session_module_name? If so, we're probably talking about the same bug. If not, we need to figure out what bug you actually have. :) Also, are you using the Zend Optimised? If so, can you disable it? If that magically fixes things, perhaps this isn't PHP's bug at all, but zend.com's. The Optimised does seem to be a reasonably consistent factor in many of the reports on the php.net bug, hence my curiosity. ... Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

