Have you ever used the GZIP compression tehnology ?
php_flag zlib.output_compression On
php_value zlib.output_compression_level 5
Adding those lines into your .htaccess file should speed up the php scripts on your server, if your host allows GZIP compression !
But I also heard that this could affect some search engine rankings
