I just recompiled php, the reason I did this was so that I could add in --enable-trans-sid into the compile string so while using sessions, if the user doesnt have cookies enabled <?=SID?> is automatically appended onto each url in the site. Althought after I compile php i run <?phpinfo();?> but the build date and compile string is still the old one. Why is this? thanks ahead of time.