Posts by Jonatan Haas • 1 point
3 posts
-
0
votes1
answer57
viewsQ: How to set to default value all PHP settings?
I have a Linux Centos VPS and the garbage collector configuration is wrong. I need to fix it in an easy way since I have very little knowledge of it. I wonder if there’s a way to set all the PHP…
-
0
votes1
answer115
viewsQ: How do I know if there is a CRON working on the PHP 5.3 (Centos) garbage collector?
I have this mistake: ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied. The normal correction is to define session.gc_probability = 0 But in Centos, the correct thing is that…
-
0
votes1
answer84
viewsQ: The bug with Garbage Collection (garbage collector) was fixed in which version of PHP?
Error: PHP Notice: session_start(): ps_files_cleanup_dir: opendir(/var/lib/php/Session) failed: Permission denied (13)…