Skip to content

Commit

Permalink
Merge pull request #10138 from weirdan/more-gc_status-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Aug 21, 2023
2 parents 5c774ac + 97fc480 commit d39a103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dictionaries/CallMap.php
Expand Up @@ -2942,7 +2942,7 @@
'gc_enable' => ['void'],
'gc_enabled' => ['bool'],
'gc_mem_caches' => ['int'],
'gc_status' => ['array{runs:int,collected:int,threshold:int,roots:int,running:bool,protected:bool,full:bool,buffer_size:int}'],
'gc_status' => ['array{runs:int,collected:int,threshold:int,roots:int,running:bool,protected:bool,full:bool,buffer_size:int,application_time:float,collector_time:float,destructor_time:float,free_time:float}'],
'gd_info' => ['array'],
'gearman_bugreport' => [''],
'gearman_client_add_options' => ['', 'client_object'=>'', 'option'=>''],
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/CallMap_83_delta.php
Expand Up @@ -23,7 +23,7 @@
'changed' => [
'gc_status' => [
'old' => ['array{runs:int,collected:int,threshold:int,roots:int}'],
'new' => ['array{runs:int,collected:int,threshold:int,roots:int,running:bool,protected:bool,full:bool,buffer_size:int}'],
'new' => ['array{runs:int,collected:int,threshold:int,roots:int,running:bool,protected:bool,full:bool,buffer_size:int,application_time:float,collector_time:float,destructor_time:float,free_time:float}'],
],
'srand' => [
'old' => ['void', 'seed='=>'int', 'mode='=>'int'],
Expand Down

0 comments on commit d39a103

Please sign in to comment.