Skip to content

Commit bbea10d

Browse files
committed
add entry in phpinfo
1 parent 382e00b commit bbea10d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ext/standard/info.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,12 @@ PHPAPI ZEND_COLD void php_print_info(int flag)
891891
efree(descr);
892892
}
893893

894+
#ifdef ZEND_TIMER
895+
php_info_print_table_row(2, "Zend Timer System", "enabled" );
896+
#else
897+
php_info_print_table_row(2, "Zend Timer System", "disabled" );
898+
#endif
899+
894900
#if HAVE_IPV6
895901
php_info_print_table_row(2, "IPv6 Support", "enabled" );
896902
#else

0 commit comments

Comments
 (0)