mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-26 18:08:09 +02:00
Merge branch 'v1.4'
This commit is contained in:
@@ -111,7 +111,7 @@ cleanup:
|
||||
bson_destroy(&cluster_time);
|
||||
} /* }}} */
|
||||
|
||||
/* {{{ proto void MongoDB\Driver\Session::advanceOperationTime(MongoDB\BSON\Timestamp $timestamp)
|
||||
/* {{{ proto void MongoDB\Driver\Session::advanceOperationTime(MongoDB\BSON\TimestampInterface $timestamp)
|
||||
Advances the operation time for this Session */
|
||||
static PHP_METHOD(Session, advanceOperationTime)
|
||||
{
|
||||
@@ -202,7 +202,7 @@ static PHP_METHOD(Session, getLogicalSessionId)
|
||||
#endif
|
||||
} /* }}} */
|
||||
|
||||
/* {{{ proto MongoDB\BSON\Timestamp MongoDB\Driver\Session::getOperationTime()
|
||||
/* {{{ proto MongoDB\BSON\Timestamp|null MongoDB\Driver\Session::getOperationTime()
|
||||
Returns the operation time for this Session */
|
||||
static PHP_METHOD(Session, getOperationTime)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user