Skip to content

Commit 7a84156

Browse files
committed
Package 1.1.7
1 parent df285ce commit 7a84156

File tree

2 files changed

+53
-2
lines changed

2 files changed

+53
-2
lines changed

RELEASE-1.1

+51
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
RELEASE 1.1.7
2+
-------------
3+
2016-06-01 Jeremy Mikola <jmikola@gmail.com>
4+
* Use php_stream_context_from_zval() to get default stream context
5+
6+
2016-06-01 Jeremy Mikola <jmikola@gmail.com>
7+
* PHPC-572: Keep stream context options alive for Manager's lifetime
8+
9+
2016-06-01 Jeremy Mikola <jmikola@gmail.com>
10+
* Use separate vars when fetching debug and context from driverOptions
11+
12+
2016-06-01 Jeremy Mikola <jmikola@gmail.com>
13+
* Remove macros for PHP 5.3 compatibility
14+
15+
2016-05-28 Jeremy Mikola <jmikola@gmail.com>
16+
* PHPC-671: Avoid mongoc_client_t use-after-free by Cursor and Server
17+
18+
2016-05-28 Jeremy Mikola <jmikola@gmail.com>
19+
* Revise object macros for use within expressions
20+
21+
2016-05-10 Jeremy Mikola <jmikola@gmail.com>
22+
* PHPC-698: Check HAVE_OPENSSL_EXT before calling php-ssl.c functions
23+
24+
2016-05-10 Jeremy Mikola <jmikola@gmail.com>
25+
* PHPC-699: Rename "php_mongo" functions to not conflict with legacy driver
26+
27+
2016-04-28 Jeremy Mikola <jmikola@gmail.com>
28+
* Fix expected exception message for PHPC-487 test case
29+
30+
2016-04-25 Jeremy Mikola <jmikola@gmail.com>
31+
* Initialize mongoc_ssl_opt_t struct to zero
32+
33+
2016-04-25 Jeremy Mikola <jmikola@gmail.com>
34+
* PHPC-677: Keep pem_file valid for life of mongoc_client_t
35+
36+
2016-04-20 Jeremy Mikola <jmikola@gmail.com>
37+
* PHPC-550: Remove XFAIL ODS tests for removed functionality
38+
39+
2016-04-20 Derick Rethans <github@derickrethans.nl>
40+
* Increased vagrant memory usage for virtual box to 2G
41+
42+
2016-04-13 Remi Collet <fedora@famillecollet.com>
43+
* PHPC-672: Fix zend_str_tolower usage
44+
45+
2016-04-06 Jeremy Mikola <jmikola@gmail.com>
46+
* Back to -dev
47+
48+
2016-04-06 Jeremy Mikola <jmikola@gmail.com>
49+
* Package 1.1.6
50+
51+
152
RELEASE 1.1.6
253
-------------
354
2016-04-05 Jeremy Mikola <jmikola@gmail.com>

php_phongo.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
extern zend_module_entry mongodb_module_entry;
2929

3030
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
31-
#define MONGODB_VERSION_S "1.1.7-dev"
32-
#define MONGODB_STABILITY_S "devel"
31+
#define MONGODB_VERSION_S "1.1.7"
32+
#define MONGODB_STABILITY_S "stable"
3333
#define MONGODB_VERSION MONGODB_VERSION_S
3434

3535
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)