Has the bug with garbage collection been fixed in which version of PHP?

0
  

Error: PHP Notice: session_start (): ps_files_cleanup_dir:   opendir (/ var / lib / php / session) failed: Permission denied (13)

link

Would updating PHP solve my problem?

    
asked by anonymous 02.11.2016 / 20:27

1 answer

0

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

link

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

    
02.11.2016 / 20:58