symptom: long urls force the table to streatch.
solution: use chunk_split -- Split a string into smaller chunks
symptom: Can't install php packages with pear. Error -- phpize: command not found
solution: install php-devel.i386 -- phpize is contained within
ref:http://forum.ev1servers.net/showthread.php?s=cd4fea4bdc66cb79c904c3ebc4c5c010&postid=254793
note: You must install autoconf, automake and libtool to do phpize.