This repository was archived by the owner on Feb 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 <active >yes</active >
3131 </lead >
3232
33- <date >2015-05-11 </date >
34- <time >20:56 :00</time >
33+ <date >2015-06-09 </date >
34+ <time >20:43 :00</time >
3535 <version >
36- <release >1.6.8 </release >
37- <api >1.6.8 </api >
36+ <release >1.6.9 </release >
37+ <api >1.6.9 </api >
3838 </version >
3939 <stability >
4040 <release >stable</release >
4343 <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
4444 <notes >
4545** Bug
46- * [PHP-1442] - php_mongo_stream_notify_io() segfault with stream context options
47- * [PHP-1445] - MongoClient does not accept boolean false as "ssl" option
46+ * [PHP-1426] - Ensure buffer lengths are checked in bson_to_zval()
47+ * [PHP-1448] - Ensure DBPointer namespace length reads as little-endian
48+ * [PHP-1450] - Ensure strings are null-terminated in bson_to_zval()
49+ * [PHP-1453] - Ensure BSON buffer is checked before reading regex pattern/flags
4850
4951** Improvement
50- * [PHP-1446] - Log original string values for parsed boolean options
52+ * [PHP-1449] - Ensure value is freed when bson_to_zval() encounters an error
53+ * [PHP-1452] - bson_decode() should require exactly one document in buffer
5154 </notes >
5255
5356 <contents >
217220 </extsrcrelease >
218221 <changelog >
219222
223+ <release >
224+ <date >2015-05-11</date >
225+ <time >20:56:00</time >
226+ <version >
227+ <release >1.6.8</release >
228+ <api >1.6.8</api >
229+ </version >
230+ <stability >
231+ <release >stable</release >
232+ <api >stable</api >
233+ </stability >
234+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
235+ <notes >
236+ ** Bug
237+ * [PHP-1442] - php_mongo_stream_notify_io() segfault with stream context options
238+ * [PHP-1445] - MongoClient does not accept boolean false as "ssl" option
239+
240+ ** Improvement
241+ * [PHP-1446] - Log original string values for parsed boolean options
242+ </notes >
243+ </release >
244+
220245 <release >
221246 <date >2015-04-28</date >
222247 <time >17:05:00</time >
Original file line number Diff line number Diff line change 1616#ifndef PHP_MONGO_H
1717#define PHP_MONGO_H 1
1818
19- #define PHP_MONGO_VERSION "1.6.9-dev "
19+ #define PHP_MONGO_VERSION "1.6.9"
2020#define PHP_MONGO_EXTNAME "mongo"
2121
2222#ifdef HAVE_CONFIG_H
You can’t perform that action at this time.
0 commit comments