Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit a3335ff

Browse files
committed
BUMP 1.5.8
1 parent 0fdb054 commit a3335ff

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed

package.xml

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
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>
@@ -43,7 +43,17 @@
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>
@@ -214,6 +224,24 @@
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>

php_mongo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

0 commit comments

Comments
 (0)