Back when PEAR was in its infancy, I looked at what was on offer and all were shit. I wrote my own DB handler and my own ORM on top of it. Have re-implemented both a few times at successive jobs.

I wold posit that many PHP programmers just don't really understand how to write scalable, memory-efficient code. Sometimes you just can't give your script 2Gb of memory.

Wade.