Skip to content

Commit 91cd821

Browse files
committed
Added missing TSRMLS
1 parent eea07a0 commit 91cd821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_phongo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ static int phongo_execute_parse_options(mongoc_client_t* client, int server_id,
591591

592592
/* URI options are case-insensitive */
593593
if ((!strcasecmp(string_key, "readConcern")) && (type & PHONGO_COMMAND_READ)) {
594-
if (!process_read_concern(*driver_option, mongoc_opts)) {
594+
if (!process_read_concern(*driver_option, mongoc_opts TSRMLS_CC)) {
595595
return false;
596596
}
597597
} else if ((!strcasecmp(string_key, "readPreference")) && (type == PHONGO_COMMAND_READ)) {

0 commit comments

Comments
 (0)