-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from datastax/115
115 - Fix: Duplicate UUIDs generated in forked processes
- Loading branch information
Showing
7 changed files
with
128 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,23 +14,25 @@ protocol and Cassandra Query Language v3. | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2016-07-28</date> | ||
<time>08:37:25</time> | ||
<date>2016-08-08</date> | ||
<time>11:25:32</time> | ||
<version> | ||
<release>1.2.1</release> | ||
<api>1.2.1</api> | ||
<release>1.2.2</release> | ||
<api>1.2.2</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</license> | ||
<notes> | ||
# 1.2.1 | ||
# 1.2.2 | ||
|
||
Bug Fixes: | ||
|
||
* [PHP-113] pecl install of 1.2.0 fails because sourcecode is missing FutureRows.h | ||
* [PHP-88] \Cassandra\Timestamp::toDateTime segfault with PHP7 | ||
* [PHP-112] Freeing a null future as result of a failure in \Cassandra\DefaultSession::executeAsync() | ||
* [PHP-115] \Cassandra\UUID returning duplicate UUIDs | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters