-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
By default, PHP's build tools for Windows appear to place all obj files in the same root directory of the extension, which can lead to naming conflicts (e.g. functions.obj, bson.obj).
ADD_SOURCES allows us to specify an obj_dir parameter to override this behavior.
This was encountered while working on PHPC-1131 and PHPC-1578.