Skip to content

Commit 3c69aba

Browse files
committed
Add 1.1.1 release notes
1 parent 36dc63a commit 3c69aba

File tree

1 file changed

+279
-0
lines changed

1 file changed

+279
-0
lines changed

RELEASE-1.1

+279
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,282 @@
1+
RELEASE 1.1.1
2+
-------------
3+
2015-12-22 Jeremy Mikola <jmikola@gmail.com>
4+
* Bump extension version to 1.1.1
5+
6+
2015-12-22 Jeremy Mikola <jmikola@gmail.com>
7+
* PHPC-285: Allow for PHP 7.x support in package.xml
8+
9+
2015-12-16 Jeremy Mikola <jmikola@gmail.com>
10+
* Fix protos for ReadPreference and WriteConcern
11+
12+
2015-12-22 Kanin Peanviriyakulkit <dogrocker@users.noreply.github.com>
13+
* Remove "beta" in doc.
14+
15+
2015-12-21 Jeremy Mikola <jmikola@gmail.com>
16+
* PHPC-285: VC14 needs timezone defined for SSL function
17+
18+
2015-12-21 Jeremy Mikola <jmikola@gmail.com>
19+
* PHPC-285: Fix syntax for empty struct initializer
20+
21+
2015-12-18 Derick Rethans <github@derickrethans.nl>
22+
* Fixed test case, where PHP 5 and PHP 7 call the type differently
23+
24+
2015-12-18 Derick Rethans <github@derickrethans.nl>
25+
* Fixed 'dump on uninitialised value' with BSON deserialisation
26+
27+
2015-12-16 Derick Rethans <github@derickrethans.nl>
28+
* Fixed issues with PHP 7 and the new ReadConcern
29+
30+
2015-12-18 Derick Rethans <github@derickrethans.nl>
31+
* Fixed CS from Joe's patch
32+
33+
2015-12-14 Joe Watkins <krakjoe@php.net>
34+
* fix leaks and logical errors for PHP 7
35+
36+
2015-11-07 Jeremy Mikola <jmikola@gmail.com>
37+
* PHPC-400: Compare WriteConcern journal arg with IS_TRUE
38+
39+
2015-11-07 Jeremy Mikola <jmikola@gmail.com>
40+
* PHPC-405: Additional zval* to zval changes
41+
42+
2015-11-07 Jeremy Mikola <jmikola@gmail.com>
43+
* PHPC-397: Additional RETURN_STRING updates
44+
45+
2015-11-07 Jeremy Mikola <jmikola@gmail.com>
46+
* PHPC-393: Don't BSON-encode non-public properties in PHP 7
47+
48+
2015-11-07 Jeremy Mikola <jmikola@gmail.com>
49+
* PHPC-390: Fix OnUpdateString calls within OnUpdateDebug
50+
51+
2015-11-07 Jeremy Mikola <jmikola@gmail.com>
52+
* PHPC-373: Additional MAKE_STD_ZVAL() cleanup
53+
54+
2015-11-07 Jeremy Mikola <jmikola@gmail.com>
55+
* PHPC-374: zend_string updates for OnUpdateDebug
56+
57+
2015-11-07 Jeremy Mikola <jmikola@gmail.com>
58+
* PHPC-404: Additional hash API changes
59+
60+
2015-11-07 Jeremy Mikola <jmikola@gmail.com>
61+
* PHPC-370: Additionally return_value_ptr and return_value_used suppressions
62+
63+
2015-11-07 Jeremy Mikola <jmikola@gmail.com>
64+
* PHPC-369: Additional Z_<CLASSNAME>_OBJ_P() macros
65+
66+
2015-11-07 Jeremy Mikola <jmikola@gmail.com>
67+
* PHPC-399: Additional zval_used_for_init cleanup
68+
69+
2015-09-24 Hannes Magnusson <bjori@php.net>
70+
* PHPC-431: Add the testcase from the report
71+
72+
2015-09-24 Hannes Magnusson <bjori@php.net>
73+
* PHPC-431: Segfault when using Manager through singleton class
74+
75+
2015-09-02 Hannes Magnusson <bjori@php.net>
76+
* Use ZVAL_COPY_VALUE()
77+
78+
2015-09-01 Hannes Magnusson <bjori@php.net>
79+
* Enable PHP7 on Travis
80+
81+
2015-09-01 Hannes Magnusson <bjori@php.net>
82+
* PHPC-391 & PHPC-389: Stream and SSL API changes
83+
84+
2015-09-01 Hannes Magnusson <bjori@php.net>
85+
* PHPC-387: Properly init the iterator, and don't free it on dtor
86+
87+
2015-09-01 Hannes Magnusson <bjori@php.net>
88+
* _id doesn't have to be object
89+
90+
2015-09-01 Hannes Magnusson <bjori@php.net>
91+
* Fix incorrect version checks
92+
93+
2015-09-01 Hannes Magnusson <bjori@php.net>
94+
* PHPC-405: zval drop a level; zval*->zval, zval**->zval*
95+
96+
2015-09-01 Hannes Magnusson <bjori@php.net>
97+
* PHPC-404: off-by-one hash api changes
98+
99+
2015-09-01 Hannes Magnusson <bjori@php.net>
100+
* PHPC-390: php.ini updates
101+
102+
2015-08-31 Hannes Magnusson <bjori@php.net>
103+
* littlebit to eager on the zend_string, this is PHP5
104+
105+
2015-08-31 Hannes Magnusson <bjori@php.net>
106+
* Get the zend_string value
107+
108+
2015-08-31 Hannes Magnusson <bjori@php.net>
109+
* hash API changes, off-by-ones
110+
111+
2015-08-31 Hannes Magnusson <bjori@php.net>
112+
* PHPC-380: Use the compatability macros to get the object
113+
114+
2015-08-31 Hannes Magnusson <bjori@php.net>
115+
* Properly initialize the zval* we are working with
116+
117+
2015-08-31 Hannes Magnusson <bjori@php.net>
118+
* +1 in PHP5, not PHP7
119+
120+
2015-08-31 Hannes Magnusson <bjori@php.net>
121+
* Include numeric keys as well
122+
123+
2015-09-01 Patrick Boyd <pboyd04@gmail.com>
124+
* Object property names missing due to lack of key length
125+
126+
2015-08-31 Hannes Magnusson <bjori@php.net>
127+
* Should all compile now!
128+
129+
2015-08-31 Hannes Magnusson <bjori@php.net>
130+
* Simpilfy iterating over a zval
131+
132+
2015-08-31 Hannes Magnusson <bjori@php.net>
133+
* Use Z_ISUNDEF() to check the zval
134+
135+
2015-08-31 Hannes Magnusson <bjori@php.net>
136+
* WS
137+
138+
2015-08-31 Patrick Boyd <pboyd04@gmail.com>
139+
* PHPC-400: Handle IS_TRUE and IS_FALSE
140+
141+
2015-08-31 Hannes Magnusson <bjori@php.net>
142+
* Simplify IS_ARRAY/IS_OBJECT discovery for PHP7
143+
144+
2015-08-31 Hannes Magnusson <bjori@php.net>
145+
* PHPC-373: MAKE_STD_ZVAL() and zval* -> zval upgrades
146+
147+
2015-08-31 Hannes Magnusson <bjori@php.net>
148+
* We already know the length
149+
150+
2015-08-31 Patrick Boyd <pboyd04@gmail.com>
151+
* str_efree() not defined in PHP7
152+
153+
2015-08-31 Hannes Magnusson <bjori@php.net>
154+
* PHPC-397: RETURN_*() should RETURN ! :)
155+
156+
2015-08-31 Hannes Magnusson <bjori@php.net>
157+
* PHPC-399: zval_used_for_init is no longer needed (or defined)
158+
159+
2015-08-31 Hannes Magnusson <bjori@php.net>
160+
* PHPC-398: zend_parse_parameter 's' expects a char* and size_t now
161+
162+
2015-08-28 Patrick Boyd <pboyd04@gmail.com>
163+
* PHP7 upgrades
164+
165+
2015-08-31 Hannes Magnusson <bjori@php.net>
166+
* PHPC-373: MAKE_STD_ZVAL() is gone
167+
168+
2015-08-31 Hannes Magnusson <bjori@php.net>
169+
* PHPC-397: RETURN_STRING() duplicate argument removed
170+
171+
2015-08-31 Hannes Magnusson <bjori@php.net>
172+
* PHPC-387: get_current_data() API changes
173+
174+
2015-08-31 Hannes Magnusson <bjori@php.net>
175+
* PHPC-397: dup argument in most string macros removed
176+
177+
2015-08-31 Patrick Boyd <pboyd04@gmail.com>
178+
* PHPC-380: Use our bc type for free_object argument
179+
180+
2015-08-31 Hannes Magnusson <bjori@php.net>
181+
* PHPC-397: dup argument in most string macros removed
182+
183+
2015-08-31 Patrick Boyd <pboyd04@gmail.com>
184+
* PHPC-396: HashTable no longer contains nApplyCount
185+
186+
2015-08-27 Patrick Boyd <pboyd04@gmail.com>
187+
* PHPC-394: Fix issue with WriteException and zend_read_property
188+
189+
2015-08-31 Hannes Magnusson <bjori@php.net>
190+
* PHPC-380: PHP7 create/free object changes
191+
192+
2015-08-27 Patrick Boyd <pboyd04@gmail.com>
193+
* PHPC-380: create/free object handlers for PHP7
194+
195+
2015-08-27 Hannes Magnusson <bjori@php.net>
196+
* Define the TODOs for PHP5, these are PHP7 TODOs
197+
198+
2015-08-27 Hannes Magnusson <bjori@php.net>
199+
* PHPC-385: Remove leftover braces
200+
201+
2015-08-27 Hannes Magnusson <bjori@php.net>
202+
* Sprinkle TODOs -- it compiles now!
203+
204+
2015-08-27 Hannes Magnusson <bjori@php.net>
205+
* PHPC-374: php_stream_xport_create() now wants zend_string
206+
207+
2015-08-27 Hannes Magnusson <bjori@php.net>
208+
* PHPC-388 - dtor on bson_to_zval() failure
209+
210+
2015-08-27 Hannes Magnusson <bjori@php.net>
211+
* PHPC-387: Iterator API changes
212+
213+
2015-08-27 Hannes Magnusson <bjori@php.net>
214+
* PHPC-386: Forward port Z_PHPDATE_P() to get php_date_obj
215+
216+
2015-08-27 Hannes Magnusson <bjori@php.net>
217+
* PHPC-385: add_assoc_string_ex() doesn't have a duplicate param in PHP7
218+
219+
2015-08-27 Hannes Magnusson <bjori@php.net>
220+
* PHPC-384: php_stream's no longer have resource ids
221+
222+
2015-08-27 Hannes Magnusson <bjori@php.net>
223+
* PHPC-383: Simplify getting the current exception zval*
224+
225+
2015-08-26 Hannes Magnusson <bjori@php.net>
226+
* PHPC-376: Cursor var_dump() is weird
227+
228+
2015-08-25 Hannes Magnusson <bjori@php.net>
229+
* PHPC-373: Remove MAKE_STD_ZVAL() usage
230+
231+
2015-08-25 Hannes Magnusson <bjori@php.net>
232+
* PHPC-374: zend_string* vs char* PHP API changes (1/many)
233+
234+
2015-08-25 Hannes Magnusson <bjori@php.net>
235+
* PHPC-375: TSRMLS_FETCH_FROM_CTX() not applicable in PHP7
236+
237+
2015-08-25 Hannes Magnusson <bjori@php.net>
238+
* PHPC-372: zend_throw_exception() return value changes
239+
240+
2015-08-25 Hannes Magnusson <bjori@php.net>
241+
* PHP7: Start a phongo_compat.c with things that shouldn't be done in headers
242+
243+
2015-08-25 Hannes Magnusson <bjori@php.net>
244+
* PHP7: Lets start with just php_phongo.c for now
245+
246+
2015-08-24 Hannes Magnusson <bjori@php.net>
247+
* PHPC-371: Prep for PHP7 resource changes
248+
249+
2015-08-24 Hannes Magnusson <bjori@php.net>
250+
* PHPC-370: Hardcode return_value_used to 1 in PHP7
251+
252+
2015-08-24 Hannes Magnusson <bjori@php.net>
253+
* PHPC-370: return_value_ptr and return_value_used removed in PHP7
254+
255+
2015-08-24 Hannes Magnusson <bjori@php.net>
256+
* PHPC-369: Use the new Z_<CLASSNAME>_OBJ_P() macros
257+
258+
2015-08-24 Hannes Magnusson <bjori@php.net>
259+
* PHPC-369: Split PHP5 and PHP7 style custom object struct declrations
260+
261+
2015-08-24 Hannes Magnusson <bjori@php.net>
262+
* PHPC-368: Refactor MongoDB\Driver\Manager ctor
263+
264+
2015-08-24 Hannes Magnusson <bjori@php.net>
265+
* Fix const casting warning in php_array_api
266+
267+
2015-08-24 Hannes Magnusson <bjori@php.net>
268+
* Resync with GitHub: https://github.com/sgolemon/php-array-api
269+
270+
2015-12-15 Jeremy Mikola <jmikola@gmail.com>
271+
* Back to -dev
272+
273+
2015-12-15 Jeremy Mikola <jmikola@gmail.com>
274+
* Include libbson and libmongoc version files in PECL package
275+
276+
2015-12-15 Jeremy Mikola <jmikola@gmail.com>
277+
* Add 1.1.0 release notes
278+
279+
1280
RELEASE 1.1.0
2281
-------------
3282
2015-12-15 Jeremy Mikola <jmikola@gmail.com>

0 commit comments

Comments
 (0)