If you have a highly loaded PHP application server you probably came to conclusion to use memcached to store the PHP sessions, because files are…
Tag: php
Access Violation error, when compiling packages in Gentoo
Sometimes if you try to emerge a package in Gentoo you could receive error in the configure phase of the compilation process. The example below…
PHP posix_kill missing in CentOS7
So you think you PHP code is running ok and your script for killing bad guys is perfect. Let’s assume you made a script to…