PHP Recode Caused PHP Core Dump?

php -v PHP 5.1.6 with Suhosin-Patch 0.9.6 (cli) (built: Nov 1 2006 11:37:21) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies php in free(): error: junk pointer, too high to make sense Abort (core…

FreeBSD Ports PHP with Suhosin

Just found out FreeBSD Ports ported Suhosin. When you install php from port, you can either choose configure with Suhosin or no. PHP 5.1.6 with Suhosin-Patch 0.9.6 (cli) (built: Nov 1 2006 11:37:21) Copyright (c) 1997-2006 The PHP Group Zend…

PgPool – PostgreSQL Connection Cache

Playing PgPool on a heavy load database server is fun. PgPool does connection caching and it also does database mirroring. Visit PgPool offical website to learn more about db miroring. I have done some stress test on my database server,…

Sheep In The Box Source Code Release

Many of you who attended HITBSecConf06 might seen Sheep In The Box on the big projector. Basically it’s a php script that read ettercap sniffed log file. For those are interested to setup one and play around with it, here…