File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -86,28 +86,6 @@ static zend_always_inline int php_info_print(const char *str) /* {{{ */
86
86
}
87
87
/* }}} */
88
88
89
- static ZEND_COLD void php_info_print_error_notify_callback (zend_error_notify_callback * callback ) /* {{{ */
90
- {
91
- php_info_printf ("%s " , callback -> name );
92
- }
93
- /* }}} */
94
-
95
- static ZEND_COLD void php_info_print_error_notify_callbacks () /* {{{ */
96
- {
97
- if (!sapi_module .phpinfo_as_text ) {
98
- php_info_printf ("<tr><td class=\"e\">Registered Error Notification Callbacks</td><td class=\"v\">" );
99
- } else {
100
- php_info_printf ("\nRegistered Error Notification Callbacks => " );
101
- }
102
-
103
- zend_error_notify_callbacks_apply ((llist_apply_func_t ) php_info_print_error_notify_callback );
104
-
105
- if (!sapi_module .phpinfo_as_text ) {
106
- php_info_print ("</td></tr>\n" );
107
- }
108
- }
109
- /* }}} */
110
-
111
89
static ZEND_COLD void php_info_print_stream_hash (const char * name , HashTable * ht ) /* {{{ */
112
90
{
113
91
zend_string * key ;
@@ -906,8 +884,6 @@ PHPAPI ZEND_COLD void php_print_info(int flag)
906
884
php_info_print_stream_hash ("Stream Socket Transports" , php_stream_xport_get_hash ());
907
885
php_info_print_stream_hash ("Stream Filters" , php_get_stream_filters_hash ());
908
886
909
- php_info_print_error_notify_callbacks ();
910
-
911
887
php_info_print_table_end ();
912
888
913
889
/* Zend Engine */
You can’t perform that action at this time.
0 commit comments