Commit Graph

6 Commits

Author SHA1 Message Date
Jeremy Mikola
476c5b3ae1 PHPC-2078: Move phongo_version.h back to repository root (#1329) 2022-06-07 16:50:15 -04:00
Jeremy Mikola
fc358d6f18 PHPC-2040: Break down php_phongo.c into smaller files
This also cleans up header includes throughout the project. The order follows: libbson, libmongoc, libmongocrypt, PHP, contrib (e.g. PHP array API), internal modules (e.g. php_phongo.h, phongo_bson.h), and class headers. Quoted strings are used for all but PHP includes, which are always sourced from system directories.

php_phongo.h is now responsible for including config.h and assigning the default logging domain.
2022-01-26 20:31:48 -05:00
Alexander Golin
68019a258a PHPC-1792: Change all copyrights to be <year>-present (#1217) 2021-05-03 09:04:08 -04:00
Jeremy Mikola
6fe08b8c99 Remove null bytes from template.rc
These are not present in PHP's own template.rc file and only exist here because they were copied from Xdebug (see: https://github.com/mongodb/mongo-php-driver/pull/764#discussion_r170301653).
2020-07-08 09:42:16 -04:00
Jeremy Mikola
55e1c0bcdc Update docs URL for template.rc 2020-07-08 09:42:16 -04:00
Derick Rethans
a7576aaa68 PHPC-1114: Add template.rc file to embed the right MongoDB version in the Windows binary 2018-02-27 13:09:40 +00:00