2593 Commits

Author SHA1 Message Date
Jeremy Mikola 7e7b4dd30f Package 1.4.2 1.4.2 2018-03-06 15:51:00 -05:00
Jeremy Mikola 3d682000dc Merge pull request #774 2018-03-06 15:41:01 -05:00
Jeremy Mikola b55c871b05 PHPC-1128: Bump libbson and libmongoc 1.9.3 2018-03-05 11:46:26 -05:00
Jeremy Mikola d52e09ad11 Back to -dev 2018-02-20 14:36:25 -05:00
Jeremy Mikola 138897e595 Package 1.4.1 1.4.1 2018-02-20 14:35:55 -05:00
Derick Rethans 429b9cbfcf Merged pull request #761 2018-02-20 14:55:33 +00:00
Derick Rethans 5d9ff9d82d PHPC-1125: Out-of-source compilation with bundled zlib fails 2018-02-20 14:55:09 +00:00
Jeremy Mikola 32d1fbc54f Merge pull request #759 2018-02-20 08:52:26 -05:00
Jeremy Mikola ea27b99f81 PHPC-1124: Fix SASL include path 2018-02-15 10:27:34 -05:00
Jeremy Mikola dc2d0e3195 Merge pull request #753 2018-02-14 11:26:39 -05:00
Jeremy Mikola e0a4f68c62 Restore @bjori as an inactive lead :D
The inner workings of PECL's web rendering remain a mystery. Previous changes in 55dfa5896c did not have the desired effect.
2018-02-14 11:26:31 -05:00
Jeremy Mikola 494e1d969a Back to -dev 2018-02-08 22:59:28 -05:00
Jeremy Mikola 3692650604 Package 1.4.0 1.4.0 2018-02-08 22:58:53 -05:00
Jeremy Mikola 2e4c5de437 Back to -dev 2018-02-06 14:05:26 -05:00
Jeremy Mikola 3686f538ef Package 1.4.0RC2 1.4.0RC2 2018-02-06 14:04:37 -05:00
Jeremy Mikola 55dfa5896c Add @kvwalker and deprecate @bjori :) 2018-02-06 13:58:14 -05:00
Katherine Walker 876492a100 Merge pull request #750 2018-02-06 13:15:28 -05:00
Katherine Walker 2cdc10fc79 Append maxAwaitTimeMS as int64 instead of int32 2018-02-06 13:12:58 -05:00
Katherine Walker bc5ce89caf PHPC-1109: Support batchSize getMore option for command cursors 2018-02-06 13:12:58 -05:00
Jeremy Mikola 3fa8991fd1 Merge pull request #748 2018-01-30 08:27:03 -05:00
Jeremy Mikola 6ffef1858f Fix Session protos 2018-01-30 08:26:48 -05:00
Derick Rethans 3b9fb306c4 Merged pull request #747 2018-01-30 10:12:20 +00:00
Derick Rethans 6a65f9f3cd Fixed PHPC-1104: pecl package misses zlib sources 2018-01-30 10:11:36 +00:00
Jeremy Mikola 7970793235 Merge pull request #746 2018-01-29 11:50:53 -05:00
Jeremy Mikola 343f6e252f PHPC-1029: Remove unused Command options in test
Using $changeStream in an aggregation pipeline implies a tailable/awaitData cursor. Unlike Query, Command does not take these options.
2018-01-26 12:28:02 -05:00
Jeremy Mikola a464e4eb03 Fix indentation for block comment 2018-01-26 12:26:40 -05:00
Derick Rethans 06aeecf16d Back to -dev 2018-01-23 17:11:08 +00:00
Derick Rethans 05267bcfc4 Package 1.4.0RC1 1.4.0RC1 2018-01-23 17:09:44 +00:00
Derick Rethans e304754706 Add new .m4 files to package.xml.in file 2018-01-23 17:09:44 +00:00
Jeremy Mikola 045870b60a Merge pull request #744 2018-01-23 11:57:00 -05:00
Jeremy Mikola 3ed14f0de8 Bump libbson and libmongoc to 1.9.2 2018-01-23 09:43:52 -05:00
Jeremy Mikola 9bbaf5248b Merge pull request #742 2018-01-23 09:25:57 -05:00
Jeremy Mikola 2ecee506b4 PHPC-1100: Require SSL or crypto as needed in tests
This addresses test failures when the driver is compiled without SSL.
2018-01-23 09:25:44 -05:00
Jeremy Mikola 22039e6e40 Merge pull request #743 2018-01-22 23:56:54 -05:00
Walt Sorensen ff20bab435 Simplify Matrix
dist: trusty is now the default container
os: linux is always true unless otherwise specified in the matrix
only need to specify sudo: false once
Note: if you need sudo: true for a single item in the matrix you can add it to that single matrix line
Note2: if you need a different dist for a single job in the matrix can add it to that single matrix line
Note3: if you need a different os for a single job in the matrix can add it to that single matrix line
no need for all the duplication
2018-01-22 18:13:27 -07:00
Jeremy Mikola 338f6ce84b Merge pull request #741 2018-01-22 18:28:57 -05:00
Jeremy Mikola 2802dcee9b PHPC-1097: Report libmongoc compression in phpinfo 2018-01-22 15:37:24 -05:00
Jeremy Mikola 650335bb68 Merge pull request #736 2018-01-22 12:27:10 -05:00
Jeremy Mikola 82516b394a Use AC_HELP_STRING for PHP_ARG_WITH in config.m4
This also documents "yes" values for the libbson/libmongoc parameters, and the "auto" default for SASL.
2018-01-22 12:03:19 -05:00
Jeremy Mikola 6f9bd6e842 Document "no" defaults for PHP_ARG_ENABLE flags in config.m4 2018-01-22 12:03:19 -05:00
Derick Rethans 0002e2d37c Move crypto system profile flags below OpenSSL detection
This makes for more chronological configure output
2018-01-22 12:02:44 -05:00
Derick Rethans c2988bb9a7 PHPC-888: Make sure you can only select "darwin" on macOS 2018-01-22 12:02:31 -05:00
Derick Rethans 0f8598f0f9 Use AC_HELP_STRING for PHP_ARG_ENABLE in config.m4 2018-01-22 12:02:16 -05:00
Jeremy Mikola fe7ee68a4d PHPC-1003: Use container environment for Travis builds 2018-01-22 12:01:48 -05:00
Jeremy Mikola 40cbec3ee7 Remove macOS environments from build matrix
Travis' backlog for macOS builds is quite high, and the environments also do not support MongoDB. We can revisit adding these environments down the line when the infrastructure has improved and we sort out explicit installation of MongoDB versions (see: PHPLIB-299).

Note: a macOS build with Secure Channel was manually tested in mongodb/mongo-php-driver#736.
2018-01-22 12:01:47 -05:00
Jeremy Mikola 071f90bacc Upgrading run-tests.php is no longer necessary
PHP 5.4 was the last version where run-tests.php failed to report a non-zero exit code after a failure. Since the extension requires 5.5+, we can rely on any existing run-tests.php file.
2018-01-22 12:01:47 -05:00
Jeremy Mikola d4e998f6a5 Add macOS environments to build matrix 2018-01-22 12:01:47 -05:00
Jeremy Mikola df9c278d37 Make core and diff debugging more portable 2018-01-22 12:01:47 -05:00
Jeremy Mikola 61d4ffbd18 Coveralls API token is not needed for public projects
This was last updated in 90a64b43c9 when the project was hosted in the 10gen-labs groups.
2018-01-22 12:01:47 -05:00
Jeremy Mikola 83f333065e LibreSSL cannot extract username subject from X509 certs 2018-01-22 12:01:47 -05:00