PHP5.2 and Drupal
Posted by Quinn at November 7th, 2006 3:21pm under web 0 Comments Permalink
It seems a little chaos over upgrading to PHP5.2, which is released on November 2nd. It looks like PHP scripts which run session_set_save_handler() is affected, and so as Drupal.
session doesn't keep userid with php5.2.0
I'm glad that my web applications are not affected by this since I don't use the function. The solution seems very simple, adding a line in a proper place.
session_write_close();
However, forcing developers to fix things in a situation like this ( PHP5.1.6 to PHP5.2, not a huge jump ) is not really nice things to happen anyway.











