Skip to content

Commit 5d165f2

Browse files
committed
fixups
1 parent 1b8a849 commit 5d165f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

agent/php_internal_instrument.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,6 +1570,7 @@ NR_INNER_WRAPPER(memcached_connect_function) {
15701570
zend_long port = 0;
15711571
zend_long weight = 0;
15721572
nr_datastore_instance_t* instance = NULL;
1573+
int zcaught = 0;
15731574

15741575
if (SUCCESS
15751576
== zend_parse_parameters_ex(
@@ -1593,8 +1594,6 @@ NR_INNER_WRAPPER(memcached_connect_function) {
15931594
NR_INNER_WRAPPER(memcached_multi_connect_function) {
15941595
zval* servers = NULL;
15951596
zval* server = NULL;
1596-
zend_ulong num_key = 0;
1597-
nr_php_string_hash_key_t* string_key = NULL;
15981597
nr_datastore_instance_t* instance = NULL;
15991598
int zcaught = 0;
16001599

0 commit comments

Comments
 (0)