Commit Graph

3944 Commits

Author SHA1 Message Date
Lior Kaplan
7777ebb303 Improve SASL check message 2016-01-06 14:45:53 -05:00
Lior Kaplan
67b92d93e2 Don't print pcre-dir usage during configure check 2016-01-06 14:45:53 -05:00
Jeremy Mikola
da1f707f48 Merge pull request #194 2016-01-06 14:23:44 -05:00
Jeremy Mikola
24ed8326b9 PHPC-529: Prefix BSON functions to avoid symbol conflicts 2016-01-06 13:57:42 -05:00
Jeremy Mikola
a14c93cc34 Merge pull request #192 2016-01-05 13:15:45 -05:00
Jeremy Mikola
d32ed89e7c phongo_bson_append() can be static and get zval type internally 2015-12-30 16:18:46 -05:00
Jeremy Mikola
b6d0908ada PHPC-528: Support zval references when appending BSON 2015-12-30 16:16:06 -05:00
Jeremy Mikola
5deb60942e Merge pull request #191 2015-12-30 14:45:02 -05:00
Remi Collet
236e1670e1 PHPC-527: fix call to add_index_stringl 2015-12-30 14:43:04 -05:00
Jeremy Mikola
1f0f79da3b Merge pull request #185 2015-12-30 11:01:35 -05:00
Remi Collet
bd286a3bbf PHPC-527: Fix PHP 7 / 32bits build 2015-12-30 11:01:04 -05:00
Jeremy Mikola
4ad0a76e5f Back to -dev 2015-12-22 15:50:31 -05:00
Jeremy Mikola
3c69aba2e8 Add 1.1.1 release notes 1.1.1 2015-12-22 15:44:15 -05:00
Jeremy Mikola
36dc63ae83 Encode special characters in commit messages for package.xml 2015-12-22 15:41:46 -05:00
Jeremy Mikola
371d990943 Bump extension version to 1.1.1 2015-12-22 15:31:58 -05:00
Jeremy Mikola
727eca5461 PHPC-285: Allow for PHP 7.x support in package.xml 2015-12-22 15:31:08 -05:00
Jeremy Mikola
5b8903ac2f Merge pull request #172 2015-12-22 11:24:06 -05:00
Jeremy Mikola
558a8be370 Fix protos for ReadPreference and WriteConcern 2015-12-22 11:23:50 -05:00
Jeremy Mikola
af69114b53 Merge pull request #180 2015-12-22 11:22:42 -05:00
Kanin Peanviriyakulkit
5195ad29af Remove "beta" in doc. 2015-12-22 11:22:35 -05:00
Jeremy Mikola
5219e2c801 Merge pull request #179 2015-12-22 11:22:13 -05:00
Jeremy Mikola
cd9cd3d5ba PHPC-285: VC14 needs timezone defined for SSL function 2015-12-21 20:00:43 -05:00
Jeremy Mikola
321c577f98 PHPC-285: Fix syntax for empty struct initializer
While "{ 0 }" should be sufficient, gcc's missing-braces warning requires that an extra pair of braces be used.

See: http://stackoverflow.com/q/11551986 and http://stackoverflow.com/a/20405554
2015-12-21 19:57:27 -05:00
Derick Rethans
efd9331711 Merged pull request #175 2015-12-18 22:41:19 +00:00
Derick Rethans
9aad2931d3 Fixed test case, where PHP 5 and PHP 7 call the type differently 2015-12-18 16:15:40 +00:00
Derick Rethans
865078cfdf Fixed 'dump on uninitialised value' with BSON deserialisation 2015-12-18 16:15:40 +00:00
Derick Rethans
c0d4f60a1d Fixed issues with PHP 7 and the new ReadConcern 2015-12-18 16:15:40 +00:00
Derick Rethans
2223b0eae5 Fixed CS from Joe's patch 2015-12-18 16:15:40 +00:00
Joe Watkins
c4f69e810c fix leaks and logical errors for PHP 7 2015-12-18 16:15:40 +00:00
Jeremy Mikola
583b9f387d PHPC-400: Compare WriteConcern journal arg with IS_TRUE 2015-12-16 10:22:58 +00:00
Jeremy Mikola
e85604f2bb PHPC-405: Additional zval* to zval changes 2015-12-16 10:22:58 +00:00
Jeremy Mikola
3ce6205889 PHPC-397: Additional RETURN_STRING updates 2015-12-16 10:22:58 +00:00
Jeremy Mikola
f2e9953918 PHPC-393: Don't BSON-encode non-public properties in PHP 7 2015-12-16 10:22:58 +00:00
Jeremy Mikola
9047b3d27b PHPC-390: Fix OnUpdateString calls within OnUpdateDebug 2015-12-16 10:22:58 +00:00
Jeremy Mikola
b3a0d1916c PHPC-373: Additional MAKE_STD_ZVAL() cleanup 2015-12-16 10:22:58 +00:00
Jeremy Mikola
29bf3381e5 PHPC-374: zend_string updates for OnUpdateDebug 2015-12-16 10:22:58 +00:00
Jeremy Mikola
df74d6dae1 PHPC-404: Additional hash API changes
Since ADD_ASSOC_STRINGL() always duplicates, use a static buffer in UTCDateTime's debug handler when converting milliseconds to a string on 32-bit platforms.
2015-12-16 10:22:58 +00:00
Jeremy Mikola
8aeb6437db PHPC-370: Additionally return_value_ptr and return_value_used suppressions 2015-12-16 10:22:58 +00:00
Jeremy Mikola
52e5bb9e01 PHPC-369: Additional Z_<CLASSNAME>_OBJ_P() macros 2015-12-16 10:22:58 +00:00
Jeremy Mikola
0b4b79392c PHPC-399: Additional zval_used_for_init cleanup 2015-12-16 10:22:58 +00:00
Hannes Magnusson
97429ea258 PHPC-431: Add the testcase from the report 2015-12-16 10:22:58 +00:00
Hannes Magnusson
46f60021b9 PHPC-431: Segfault when using Manager through singleton class 2015-12-16 10:22:58 +00:00
Hannes Magnusson
5d21863733 Use ZVAL_COPY_VALUE() 2015-12-16 10:22:58 +00:00
Hannes Magnusson
b7addeb6ba Enable PHP7 on Travis 2015-12-16 10:22:58 +00:00
Hannes Magnusson
75ceeaf7c1 PHPC-391 & PHPC-389: Stream and SSL API changes 2015-12-16 10:22:58 +00:00
Hannes Magnusson
f1372c8361 PHPC-387: Properly init the iterator, and don't free it on dtor 2015-12-16 10:22:58 +00:00
Hannes Magnusson
7a8c10226a _id doesn't have to be object 2015-12-16 10:22:58 +00:00
Hannes Magnusson
28cdce1e95 Fix incorrect version checks 2015-12-16 10:22:58 +00:00
Hannes Magnusson
6f6900fee9 PHPC-405: zval drop a level; zval*->zval, zval**->zval* 2015-12-16 10:22:58 +00:00
Hannes Magnusson
390b6fca5a PHPC-404: off-by-one hash api changes 2015-12-16 10:22:58 +00:00