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

Commit 859d922

Browse files
committed
BUMP 1.5.7
1 parent 336f8f6 commit 859d922

File tree

2 files changed

+36
-18
lines changed

2 files changed

+36
-18
lines changed

package.xml

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
</lead>
3232

3333
<date>2014-09-16</date>
34-
<time>10:10:39</time>
34+
<time>13:10:39</time>
3535
<version>
36-
<release>1.5.6</release>
37-
<api>1.5.6</api>
36+
<release>1.5.7</release>
37+
<api>1.5.7</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
@@ -43,20 +43,7 @@
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
4545
** Bug
46-
* [PHP-1155] - php_mongo_io_stream_read() should revert to default_socket_timeout if socketTimeoutMS was zero
47-
* [PHP-1156] - Use default and block indefinitely for zero and negative connect/socket timeouts, respectively
48-
* [PHP-1158] - Driver emits warnings after setting connectTimeoutMS
49-
* [PHP-1220] - Client doesn't find Primary after election
50-
51-
** Improvement
52-
* [PHP-1154] - Make connect/read timeouts for blocking and defaults consistent
53-
54-
** Documentation
55-
* [PHP-1157] - Fix documentation for MongoCursor::timeout() default
56-
* [PHP-1159] - Document that users may need to copy libsasl.dll to lib path for Windows installs
57-
* [PHP-1162] - Update documentation for MongoLog constants
58-
* [PHP-1167] - Clarify that $snapshot only prevents duplicates in documentation
59-
* [PHP-1216] - Clarify that RS connections to non-canonical hostnames are not kept
46+
* Windows compile fixes.
6047
</notes>
6148

6249
<contents>
@@ -227,6 +214,37 @@
227214

228215
<changelog>
229216

217+
<release>
218+
<date>2014-09-16</date>
219+
<time>13:10:39</time>
220+
<version>
221+
<release>1.5.6</release>
222+
<api>1.5.6</api>
223+
</version>
224+
<stability>
225+
<release>stable</release>
226+
<api>stable</api>
227+
</stability>
228+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
229+
<notes>
230+
** Bug
231+
* [PHP-1155] - php_mongo_io_stream_read() should revert to default_socket_timeout if socketTimeoutMS was zero
232+
* [PHP-1156] - Use default and block indefinitely for zero and negative connect/socket timeouts, respectively
233+
* [PHP-1158] - Driver emits warnings after setting connectTimeoutMS
234+
* [PHP-1220] - Client doesn't find Primary after election
235+
236+
** Improvement
237+
* [PHP-1154] - Make connect/read timeouts for blocking and defaults consistent
238+
239+
** Documentation
240+
* [PHP-1157] - Fix documentation for MongoCursor::timeout() default
241+
* [PHP-1159] - Document that users may need to copy libsasl.dll to lib path for Windows installs
242+
* [PHP-1162] - Update documentation for MongoLog constants
243+
* [PHP-1167] - Clarify that $snapshot only prevents duplicates in documentation
244+
* [PHP-1216] - Clarify that RS connections to non-canonical hostnames are not kept
245+
</notes>
246+
</release>
247+
230248
<release>
231249
<date>2014-06-17</date>
232250
<time>10:25: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.7-dev"
19+
#define PHP_MONGO_VERSION "1.5.7"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)