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 +25
-6
lines changed Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 3030 <active >yes</active >
3131 </lead >
3232
33- <date >2015-02-10 </date >
34- <time >13:46 :05</time >
33+ <date >2015-02-18 </date >
34+ <time >09:13 :05</time >
3535 <version >
36- <release >1.6.2 </release >
37- <api >1.6.2 </api >
36+ <release >1.6.3 </release >
37+ <api >1.6.3 </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-1390] - MongoCursor::hasNext() may fail with one result or on getMore boundaries
46+ * [PHP-1394] - hasNext() stops one item too late when limit is present
47+ * [PHP-1395] - Can't iterate twice over a cursor
4748 </notes >
4849
4950 <contents >
211212 </extsrcrelease >
212213 <changelog >
213214
215+ <release >
216+ <date >2015-02-10</date >
217+ <time >13:46:05</time >
218+ <version >
219+ <release >1.6.2</release >
220+ <api >1.6.2</api >
221+ </version >
222+ <stability >
223+ <release >stable</release >
224+ <api >stable</api >
225+ </stability >
226+ <license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License</license >
227+ <notes >
228+ ** Bug
229+ * [PHP-1390] - MongoCursor::hasNext() may fail with one result or on getMore boundaries
230+ </notes >
231+ </release >
232+
214233 <release >
215234 <date >2015-02-05</date >
216235 <time >10:43:05</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.3-dev "
19+ #define PHP_MONGO_VERSION "1.6.3"
2020#define PHP_MONGO_EXTNAME "mongo"
2121
2222#ifdef HAVE_CONFIG_H
You can’t perform that action at this time.
0 commit comments