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

Commit 0eda9d1

Browse files
committed
BUMP 1.6.12
1 parent 344dec5 commit 0eda9d1

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

package.xml

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<active>yes</active>
3131
</lead>
3232

33-
<date>2015-08-25</date>
34-
<time>16:54:00</time>
33+
<date>2015-11-25</date>
34+
<time>17:25:00</time>
3535
<version>
36-
<release>1.6.11</release>
37-
<api>1.6.11</api>
36+
<release>1.6.12</release>
37+
<api>1.6.12</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
@@ -43,7 +43,10 @@
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
4545
** Bug
46-
* [PHP-1467] - PHP driver on big endian platform not connecting to MongoDB
46+
* [PHP-1494] - We don't allocate enough space for the hash buffer
47+
48+
** Task
49+
* [PHP-1474] - Declare no support for PHP 7
4750
</notes>
4851

4952
<contents>
@@ -214,6 +217,24 @@
214217
</extsrcrelease>
215218
<changelog>
216219

220+
<release>
221+
<date>2015-08-25</date>
222+
<time>16:54:00</time>
223+
<version>
224+
<release>1.6.11</release>
225+
<api>1.6.11</api>
226+
</version>
227+
<stability>
228+
<release>stable</release>
229+
<api>stable</api>
230+
</stability>
231+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
232+
<notes>
233+
** Bug
234+
* [PHP-1467] - PHP driver on big endian platform not connecting to MongoDB
235+
</notes>
236+
</release>
237+
217238
<release>
218239
<date>2015-07-02</date>
219240
<time>18:25:00</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.6.12-dev"
19+
#define PHP_MONGO_VERSION "1.6.12"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)