I've added HHVM support and discovered another issue along the way:
session.save_path can be empty and empty string.  This is actually the
default in stock PHP and HHVM.  The PHP docs imply that an empty string
is equal to "/tmp"
(http://php.net/manual/en/session.configuration.php#ini.session.save-
path), although that doesn't make much sense in Windows.  Anyway, I am
now checking for that as well, so if session.save_path=="", we use
"/tmp".

** Attachment added: "sessionclean"
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1356113/+attachment/4181081/+files/sessionclean

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1356113

Title:
  PHP5 session clean cron job causes OOM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1356113/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to