I'm using Windows XP and have successfully installed Zend Studio 3.0.1 Client and Server.
The files for the site I'm currently working on is located at c:\web\myproject. I've set the document root on the server to point to this location. I've also made a project where I've added a path entry to c:\web\myproject. The problem is that when I add the project, I get prompted with a box asking me to manually include every single file needed for my project. This includes all the Pear classes I've used (installed in c:\php\pear\pear), and everything else my site uses. All in all over 100 files. Is there a way to configure the Zend Development Environment to automatically get all the files??