Core memories thinking of PHP:
- PhpMyAdmin and phpBB(2)
- Using an index.php that includes another script based on a query param. To not allow direct execution of the script, the index.php would define a constant and the script check for its existence.
- register_globals and magic_quotes_gpc and how long it took to eventually get it deprecated.