I am having serious problems with performance of various php-apache-w2k adv srvr configurations. No matter which configuration I try (php 4.1.1 + ap 1.3, php 4.2.1 + ap 2, etc) performance is reliably slower on the w2kas than my w2k development machine.
I think I have narrowed the offending functions to session_start() and include (or include_once). I can't figure why but these 2 functions are 20-50x slower, while other functions (and object methods) are actually faster.
If anyone has any suggestions they would be much appreciated.
Thanks!
Jeff