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

Commit 6fa1d10

Browse files
committed
BUMP 1.5.4
1 parent 511916c commit 6fa1d10

File tree

2 files changed

+38
-18
lines changed

2 files changed

+38
-18
lines changed

package.xml

Lines changed: 37 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,22 @@
3030
<active>yes</active>
3131
</lead>
3232

33-
<date>2014-06-05</date>
34-
<time>12:21:05</time>
33+
<date>2014-06-17</date>
34+
<time>10:25:39</time>
3535
<version>
36-
<release>1.5.3</release>
37-
<api>1.5.3</api>
36+
<release>1.5.4</release>
37+
<api>1.5.4</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
4141
<api>stable</api>
4242
</stability>
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
45-
* [PHP-928] - The 'w' property is read-only
46-
* [PHP-970] - Explain how to_index_string() creates names for ensureIndex() and deleteIndex()
47-
* [PHP-1052] - Replace JSON encoding of stream notifications with standard PHP serialize encoding
48-
* [PHP-1060] - "The '$id' property is read-only"
49-
* [PHP-1096] - PHP crashes due to null pointer dereference on shutdown when JSON extension is not present
50-
* [PHP-1099] - socketTimeoutMS=-1 doesn't work
51-
* [PHP-1102] - php driver throws exception when connect string contains an unresolvable hostname
52-
* [PHP-1104] - New Replica Set connections hang when secondaries are creating indexes during initialSync
53-
* [PHP-1109] - Upsert should return _id instead of array of ids
54-
55-
** Task
56-
* [PHP-1076] - Document deprecation notices for timeout and wtimeout options
57-
* [PHP-1078] - Document wTimeoutMS, socketTimeoutMS, and maxTimeMS for ensure/createIndex
45+
** Bug
46+
* [PHP-1111] - MongoClient constructor crashes on connection to slave
47+
* [PHP-1118] - Aggregate cursor on non-existing collection throws weird error
48+
* [PHP-1120] - The mongo driver fails to build as static extension
5849
</notes>
5950

6051
<contents>
@@ -225,6 +216,35 @@
225216

226217
<changelog>
227218

219+
<release>
220+
<date>2014-06-05</date>
221+
<time>12:21:05</time>
222+
<version>
223+
<release>1.5.3</release>
224+
<api>1.5.3</api>
225+
</version>
226+
<stability>
227+
<release>stable</release>
228+
<api>stable</api>
229+
</stability>
230+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
231+
<notes>
232+
* [PHP-928] - The 'w' property is read-only
233+
* [PHP-970] - Explain how to_index_string() creates names for ensureIndex() and deleteIndex()
234+
* [PHP-1052] - Replace JSON encoding of stream notifications with standard PHP serialize encoding
235+
* [PHP-1060] - "The '$id' property is read-only"
236+
* [PHP-1096] - PHP crashes due to null pointer dereference on shutdown when JSON extension is not present
237+
* [PHP-1099] - socketTimeoutMS=-1 doesn't work
238+
* [PHP-1102] - php driver throws exception when connect string contains an unresolvable hostname
239+
* [PHP-1104] - New Replica Set connections hang when secondaries are creating indexes during initialSync
240+
* [PHP-1109] - Upsert should return _id instead of array of ids
241+
242+
** Task
243+
* [PHP-1076] - Document deprecation notices for timeout and wtimeout options
244+
* [PHP-1078] - Document wTimeoutMS, socketTimeoutMS, and maxTimeMS for ensure/createIndex
245+
</notes>
246+
</release>
247+
228248
<release>
229249
<date>2014-05-06</date>
230250
<time>12:44:05</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.4dev"
19+
#define PHP_MONGO_VERSION "1.5.4"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)