This repository was archived by the owner on Feb 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +34
-6
lines changed Expand file tree Collapse file tree 2 files changed +34
-6
lines changed Original file line number Diff line number Diff line change 3030 <active >yes</active >
3131 </lead >
3232
33- <date >2014-09-16 </date >
34- <time >13:10:39 </time >
33+ <date >2014-11-11 </date >
34+ <time >19:17:00 </time >
3535 <version >
36- <release >1.5.7 </release >
37- <api >1.5.7 </api >
36+ <release >1.5.8 </release >
37+ <api >1.5.8 </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- * Windows compile fixes.
46+ * [PHP-1126] - Do not allow invalid limit values in MongoDeleteBatch
47+ * [PHP-1231] - Using MongoDB::selectCollection crashes inside generators
48+ * [PHP-1249] - MongoCursor::count() should use cursor's socket timeout
49+ * [PHP-1265] - Exception messages for invalid db/collection names are not helpful
50+
51+ ** Improvement
52+ * [PHP-1168] - Add "How to Ask for Help" section to Github readme
53+ * [PHP-1264] - Rename 'delete' field to allow compilation with C++
54+
55+ ** Task
56+ * [PHP-1205] - Remove dropDups support from index building
4757 </notes >
4858
4959 <contents >
214224
215225 <changelog >
216226
227+ <release >
228+ <date >2014-09-16</date >
229+ <time >13:10:39</time >
230+ <version >
231+ <release >1.5.7</release >
232+ <api >1.5.7</api >
233+ </version >
234+ <stability >
235+ <release >stable</release >
236+ <api >stable</api >
237+ </stability >
238+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
239+ <notes >
240+ ** Bug
241+ * Windows compile fixes.
242+ </notes >
243+ </release >
244+
217245 <release >
218246 <date >2014-09-16</date >
219247 <time >13:10:39</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.5.8-dev "
19+ #define PHP_MONGO_VERSION "1.5.8"
2020#define PHP_MONGO_EXTNAME "mongo"
2121
2222#ifdef HAVE_CONFIG_H
You can’t perform that action at this time.
0 commit comments