Commit Graph

3944 Commits

Author SHA1 Message Date
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
48453a15c4 Merge pull request #752 from mongodb/jmikola-patch-1
Allow -dev state for non-stable release versions
2018-02-08 13:35:39 -05:00
Jeremy Mikola
fec2187fa1 Allow -dev state for non-stable release versions 2018-02-08 12:51:56 -05:00
Jeremy Mikola
997a3851a4 Merge pull request #751 2018-02-06 15:15:55 -05:00
Jeremy Mikola
296da1bc8d Update release notes example text 2018-02-06 15:12:17 -05:00
Jeremy Mikola
f731d84744 Notes for alpha and beta releases 2018-02-06 15:12:04 -05:00
Jeremy Mikola
a007a4155d Update references to newer PHP versions 2018-02-06 15:11:51 -05:00
Jeremy Mikola
9a738c0a08 Merge branch 'v1.4' 2018-02-06 14:06:52 -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
87c9bcb794 Merge branch 'v1.4' 2018-02-06 13:58:34 -05:00
Jeremy Mikola
55dfa5896c Add @kvwalker and deprecate @bjori :) 2018-02-06 13:58:14 -05:00
Katherine Walker
351760d91e Merge branch 'v1.4' 2018-02-06 13:15:58 -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
2d0df782dd Merge branch 'v1.4' 2018-01-30 08:27:19 -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
490378a0f4 Merge branch 'v1.4' 2018-01-30 10:12:20 +00: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
Derick Rethans
13589c58b1 Master is now 1.5.0-dev. All v1.4 work needs to go to the v1.4 branch 2018-01-29 11:24:08 +00: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