File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -680,9 +680,9 @@ PHP_MINFO_FUNCTION (simdjson) {
680
680
681
681
const simdutf::implementation *simdutf_impl = simdutf::get_active_implementation ();
682
682
683
- php_info_print_table_row (2 , " simdjson-plus " , " enabled" );
684
- php_info_print_table_row (2 , " simdjson-plus support" , SIMDJSON_PLUS_SUPPORT_URL);
685
- php_info_print_table_row (2 , " simdjson-plus extension version" , PHP_SIMDJSON_PLUS_VERSION);
683
+ php_info_print_table_row (2 , " simdjson_plus " , " enabled" );
684
+ php_info_print_table_row (2 , " simdjson_plus support" , SIMDJSON_PLUS_SUPPORT_URL);
685
+ php_info_print_table_row (2 , " simdjson_plus extension version" , PHP_SIMDJSON_PLUS_VERSION);
686
686
php_info_print_table_row (2 , " simdjson library version" , SIMDJSON_VERSION);
687
687
php_info_print_table_row (2 , " simdjson decoder implementation" , simdjson::get_active_implementation ()->description ().c_str ());
688
688
php_info_print_table_row (2 , " simdjson decoder implementation" , simdjson_encode_implementation ());
You can’t perform that action at this time.
0 commit comments