Community
Participate
Working Groups
When debugging a project which contains another project(use a folder as source folder) in include path, wrong include_path will be created in the temporary php.ini The created include_path does not contains the source folder of the referred project. Expected: D:\project1\src;D:\project2\src Actually: D:\project1\src;D:\project2
Created attachment 182279 [details] patch
the patch seems ok for me,thanks!
thanks!
Verified. Closing...