-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Break down php_phongo.c into smaller files organized by purpose. This will be similar to phongo_apm.c (PHPC-1804) and phongo_ini.c (PHPC-1978).
This work will overlap with PHPC-1938 since some functions may be moved to class files and require new headers. For instance, phongo_objectid_init) may be moved to src/BSON/ObjectId.c and result in the creation of src/BSON/ObjectId.h to expose the function.