Salting Passwords in plain sight
Interesting method of creating a unique salt that can only be derived from the password being...
Forking PHP
Interesting code used to fork long running processes in php. The first script, prefork.php, is for forking a given function from a given...