From 1962fc7b999b561ace3654b999eedc7fb669c443 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 17 Jun 2022 17:22:25 +0200 Subject: [PATCH] Be more specific about the XHProf sampling type. --- resources/functionMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functionMap.php b/resources/functionMap.php index d44f256b64..0accf78285 100644 --- a/resources/functionMap.php +++ b/resources/functionMap.php @@ -13022,7 +13022,7 @@ 'xdiff_string_rabdiff' => ['string', 'old_data'=>'string', 'new_data'=>'string'], 'xhprof_disable' => ['array'], 'xhprof_enable' => ['void', 'flags='=>'int', 'options='=>'array'], -'xhprof_sample_disable' => ['array'], +'xhprof_sample_disable' => ['array'], 'xhprof_sample_enable' => ['void'], 'xml_error_string' => ['string', 'code'=>'int'], 'xml_get_current_byte_index' => ['int', 'parser'=>'resource'],