[Webcom] PHP 5 and Drupal 4.7.x

Jason Birch Jason.Birch at nanaimo.ca
Thu Oct 25 17:14:40 EDT 2007


It's likely that the mapguide and fdo dev instances will have to be
fixed as well?

-----Original Message-----
From: Wolf Bergenheim
Subject: [Webcom] PHP 5 and Drupal 4.7.x

When php was upgraded to 5.2 on the osgeo2 machine (test.osgeo.org) it
broke the session management for drupal 4.7 (which doesn't officially
support php 5). I managed to fix it by adding the following line to the
end of sites/osgeo.org/settings.php

register_shutdown_function('session_write_close');

Most probably the other sites need this as well, but I don't know if
they are in use or not... that is why I didn't touch them.


More information about the Webcom mailing list