Derick Rethans
4020199890
Merged pull request #894
2018-07-24 11:09:09 +01:00
Peter Kokot
a3d806c155
Remove unused autotools macro AC_COMPILE_CHECK_SIZEOF
...
The AC_COMPILE_CHECK_SIZEOF is from the GNU Autoconf Archive and was
renamed to AX_COMPILE_CHECK_SIZEOF. However this macro is not used in
current MongoDB PHP extension nor in the mongo-c-driver dependency
anymore.
2018-07-24 11:09:06 +01:00
Derick Rethans
589590e67e
Merge branch 'v1.5'
2018-07-24 09:52:57 +01:00
Derick Rethans
877637ce5e
Merged pull request #892
2018-07-24 09:52:02 +01:00
Derick Rethans
f10d16fad1
PHPC-1244: Use majority WC to drop/create collections for transaction tests
2018-07-23 17:49:45 +01:00
Jeremy Mikola
10dec2e8fd
Merge pull request #891
2018-07-23 10:27:38 -04:00
Jeremy Mikola
2c0e7299c8
Clean up SKIPIFs for additional session tests
2018-07-23 10:27:24 -04:00
Derick Rethans
e69aada041
Merged pull request #890
2018-07-23 10:31:39 +01:00
Derick Rethans
cba4631753
Merge branch 'v1.5'
2018-07-23 10:31:39 +01:00
Derick Rethans
954cd829b4
PHPC-1251: Upgrade libmongoc to 1.12.0
2018-07-23 10:30:15 +01:00
Jeremy Mikola
0ad377c584
Merge branch 'v1.5'
2018-07-20 16:29:10 -04:00
Jeremy Mikola
7054ca41bf
Merge pull request #886
2018-07-20 16:28:55 -04:00
Jeremy Mikola
4d15c14cae
Clean up SKIPIFs for session tests
2018-07-20 12:00:51 -04:00
Derick Rethans
ebdaa75025
Merge branch 'v1.5'
2018-07-20 16:41:39 +01:00
Derick Rethans
fbb288157c
Merged pull request #889
2018-07-20 16:41:39 +01:00
Derick Rethans
860c69654c
PHPC-1248: Add test to ensure that URI constant is successfully parsed
2018-07-20 16:41:12 +01:00
Derick Rethans
7212d65b16
Merge branch 'v1.5'
2018-07-20 16:40:02 +01:00
Derick Rethans
99383ba28f
Merged pull request #887
2018-07-20 16:40:02 +01:00
Derick Rethans
e272bb5e47
PHPC-1249: Fix tests running against MongoDB 3.0 replicaset
2018-07-20 16:39:37 +01:00
Derick Rethans
923b925077
PHPC-1184: Add MongoDB 3.0 replicaset to Travis
2018-07-20 16:39:37 +01:00
Derick Rethans
b0d9f30411
Merged pull request #888
2018-07-20 14:25:39 +01:00
Peter Kokot
0d8d7be941
Replace AC_HELP_STRING with AS_HELP_STRING
...
The AC_HELP_STRING has been made obsolete since Autoconf 2.58 somewhere
in 2003. The new AS_HELP_STRING macro has been since recommended to be
used and should be today supported on most systems out there. The phpize
script for PHP 7.2+ requires Autoconf 2.59 and PHP requires 2.64.
This patch has been made with the help of the autoupdate script.
Autoconf changelog:
- http://git.savannah.gnu.org/cgit/autoconf.git/tree/ChangeLog.3
2018-07-20 09:02:50 +02:00
Derick Rethans
9fd1dc830f
Merge branch 'v1.5' and add check for Session::isInTransaction
2018-07-19 21:57:25 +01:00
Derick Rethans
1ded6fb4e6
Merged pull request #885
2018-07-19 21:54:38 +01:00
Derick Rethans
2cfc3fa6a9
PHPC-1243: Calling session methods after Session::endSession() causes use-after-free crash
2018-07-19 19:23:31 +01:00
Derick Rethans
70204c9e55
Merged pull request #881
2018-07-17 17:13:27 +01:00
Derick Rethans
6a77d2803c
PHPC-1234: Upgrade CONTRIBUTING.md to reflect new test infrastructure
2018-07-17 17:12:14 +01:00
Derick Rethans
624c5a44d2
Merged pull request #882
2018-07-17 17:09:56 +01:00
Derick Rethans
a917c35a9e
PHPC-1231: Add Session::isInTransaction to indicate whether a transaction is active
2018-07-17 17:09:17 +01:00
Derick Rethans
ae04ce69c9
Alphabetise function entries
2018-07-17 17:09:17 +01:00
Derick Rethans
36f25776f6
Merged pull request #880
2018-07-17 17:02:48 +01:00
Derick Rethans
c5f82b714c
PHPC-1229: Populate error labels for bulk write exceptions
2018-07-17 16:59:09 +01:00
Derick Rethans
3d5a0d203e
Merged pull request #879
2018-07-17 14:22:50 +01:00
Derick Rethans
da240406d3
PHPC-1241: OpenSSL 1.1 not found if pkg-config is not available
2018-07-17 11:11:11 +01:00
Chris Wright
d2b2bd5037
Fix build against OpenSSL 1.1 without pkg-config
2018-07-17 11:10:01 +01:00
Derick Rethans
201757eff1
Merge branch 'v1.5'
2018-07-16 18:10:14 +01:00
Derick Rethans
575e6a4f45
Merge branch 'fix-test-dave' into v1.5
2018-07-16 18:10:06 +01:00
Chris Wright
5e7e518d82
Don't check for specific error string in test
2018-07-16 18:09:53 +01:00
Derick Rethans
2b50f39c47
Merge branch 'v1.5'
2018-07-16 17:18:01 +01:00
Derick Rethans
9afcf4a52d
Merged pull request #871
2018-07-16 17:17:35 +01:00
Derick Rethans
7ae04b25bc
Disable test case for PHPC-431 until PHPC-1239 is resolved
2018-07-16 10:30:39 +01:00
Derick Rethans
3678fa5236
PHPC-1184: Add alternative topologies to Travis
2018-07-16 10:30:39 +01:00
Derick Rethans
d93b5eba6a
Merge branch 'v1.5'
2018-07-09 15:29:43 +01:00
Derick Rethans
200b1a2ca2
Back to -dev
2018-07-09 15:29:07 +01:00
Derick Rethans
33097f5abe
Package 1.5.1
1.5.1
2018-07-09 15:28:31 +01:00
Jeremy Mikola
0e4ea93183
Merge branch 'v1.5'
2018-07-03 08:41:22 -04:00
Jeremy Mikola
d599dbb716
Merge pull request #872
2018-07-03 08:41:06 -04:00
Derick Rethans
5130aa40a8
Merged pull request #870
2018-07-03 10:15:49 +01:00
Jeremy Mikola
13dc33066c
Catch CommandException before calling getResultDocument()
2018-07-02 18:02:03 -04:00
Derick Rethans
6b2e387de1
PHPC-1222: Implement accessor for error labels on exception classes
2018-07-02 13:52:49 +01:00