Hi, Zend Studio v8 has an integrated VMware support. Basically you just need VMware - it would work with any editor/IDE. VMware has a feature "folder sharing", which allows the user to share a host folder transparent with the guest. No locking problems, like you will experience with Samba or any other network share.
http://www.zend.com/en/products/studio/vmware-workstation-deployment But you should be able to do what you want without any third software product: Running PHP in FCGI mode with Apache2 (I used mod_fcgid) will allow you to run as many PHP versions as you want with different configurations - even on Windows. The "trick" is do use different "FcgidWrapper" directives for every PHP version you want to run and to set the PHPRC environment variable with FcgidInitialEnv in every VHost. Do you need a detailed configuration guide? -- Regards, Thomas
