PHP

http://www.php.net

long url wrap

symptom: long urls force the table to streatch.

solution: use chunk_split -- Split a string into smaller chunks

ref: http://us3.php.net/manual/en/function.chunk-split.php

Pear doesn't work -- phpize: command not found

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.