AFAIK, the answer is no. If you're using apache with mod_php, however, you'll have your processes spread across the processors. So each running instance of PHP will be run on only one processor. Apache + the OS will take care of the multi-processing for you by spawning processes across every processor.