We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0e244e + d05d208 commit d1f39aeCopy full SHA for d1f39ae
1 file changed
php_simdjson.cpp
@@ -238,11 +238,7 @@ PHP_RSHUTDOWN_FUNCTION (simdjson) {
238
*/
239
PHP_MINFO_FUNCTION (simdjson) {
240
php_info_print_table_start();
241
- if (PG(expose_php) && !sapi_module.phpinfo_as_text) {
242
- php_info_print_table_header(2, "simdjson support", "enabled");
243
- } else {
244
245
- }
+ php_info_print_table_header(2, "simdjson support", "enabled");
246
247
php_info_print_table_row(2, "Version", PHP_SIMDJSON_VERSION);
248
php_info_print_table_row(2, "Support", SIMDJSON_SUPPORT_URL);
0 commit comments