The bug with Garbage Collection (garbage collector) was fixed in which version of PHP?

Asked

Viewed 84 times

0

1 answer

0

Yes, if you upgrade to PHP 5.3 it will solve your Collector Garbage problem, since it exists in this version of PHP.

http://php.net/manual/en/features.gc.php

Anyway, I always recommend to upgrade to the latest version of the series you are using, in your case to PHP 5.6.27.

  • Good evening. I am currently using version 5.3. I wonder if the error would stop happening in other versions of PHP 5. My server is unavailable and the problem seems to occur because of Garbage Collector.

  • So your problem is not PHP version, but permission in this session folder. Try giving permission to it with this command:

  • sudo chown www-data:www-data /var/lib/php/session

Browser other questions tagged

You are not signed in. Login or sign up in order to post.