@@ -40,107 +40,8 @@ PHP_RINIT_FUNCTION(basic);
4040PHP_RSHUTDOWN_FUNCTION (basic );
4141PHP_MINFO_FUNCTION (basic );
4242
43- PHP_FUNCTION (constant );
44- PHP_FUNCTION (sleep );
45- PHP_FUNCTION (usleep );
46- #if HAVE_NANOSLEEP
47- PHP_FUNCTION (time_nanosleep );
48- PHP_FUNCTION (time_sleep_until );
49- #endif
50- PHP_FUNCTION (flush );
51- #ifdef HAVE_INET_NTOP
52- PHP_FUNCTION (inet_ntop );
53- #endif
54- #ifdef HAVE_INET_PTON
55- PHP_FUNCTION (inet_pton );
56- #endif
57- PHP_FUNCTION (ip2long );
58- PHP_FUNCTION (long2ip );
59-
60- /* system functions */
61- PHP_FUNCTION (getenv );
62- PHP_FUNCTION (putenv );
63-
64- PHP_FUNCTION (getopt );
65-
66- PHP_FUNCTION (get_current_user );
67- PHP_FUNCTION (set_time_limit );
68-
69- PHP_FUNCTION (header_register_callback );
70-
71- PHP_FUNCTION (get_cfg_var );
72-
73- PHP_FUNCTION (error_log );
74- PHP_FUNCTION (error_get_last );
75- PHP_FUNCTION (error_clear_last );
76-
77- PHP_FUNCTION (call_user_func );
78- PHP_FUNCTION (call_user_func_array );
79- PHP_FUNCTION (forward_static_call );
80- PHP_FUNCTION (forward_static_call_array );
81-
82- PHP_FUNCTION (register_shutdown_function );
83- PHP_FUNCTION (highlight_file );
84- PHP_FUNCTION (highlight_string );
85- PHP_FUNCTION (php_strip_whitespace );
8643ZEND_API void php_get_highlight_struct (zend_syntax_highlighter_ini * syntax_highlighter_ini );
8744
88- PHP_FUNCTION (ini_get );
89- PHP_FUNCTION (ini_get_all );
90- PHP_FUNCTION (ini_set );
91- PHP_FUNCTION (ini_restore );
92- PHP_FUNCTION (get_include_path );
93- PHP_FUNCTION (set_include_path );
94-
95- PHP_FUNCTION (print_r );
96- PHP_FUNCTION (fprintf );
97- PHP_FUNCTION (vfprintf );
98-
99- PHP_FUNCTION (connection_aborted );
100- PHP_FUNCTION (connection_status );
101- PHP_FUNCTION (ignore_user_abort );
102-
103- PHP_FUNCTION (getservbyname );
104- PHP_FUNCTION (getservbyport );
105- PHP_FUNCTION (getprotobyname );
106- PHP_FUNCTION (getprotobynumber );
107-
108- PHP_FUNCTION (crc32 );
109-
110- PHP_FUNCTION (register_tick_function );
111- PHP_FUNCTION (unregister_tick_function );
112- #ifdef HAVE_GETLOADAVG
113- PHP_FUNCTION (sys_getloadavg );
114- #endif
115-
116- PHP_FUNCTION (is_uploaded_file );
117- PHP_FUNCTION (move_uploaded_file );
118-
119- PHP_FUNCTION (net_get_interfaces );
120-
121- /* From the INI parser */
122- PHP_FUNCTION (parse_ini_file );
123- PHP_FUNCTION (parse_ini_string );
124- #if ZEND_DEBUG
125- PHP_FUNCTION (config_get_hash );
126- #endif
127-
128- #if defined(PHP_WIN32 )
129- PHP_FUNCTION (sapi_windows_cp_set );
130- PHP_FUNCTION (sapi_windows_cp_get );
131- PHP_FUNCTION (sapi_windows_cp_is_utf8 );
132- PHP_FUNCTION (sapi_windows_cp_conv );
133- PHP_FUNCTION (sapi_windows_set_ctrl_handler );
134- PHP_FUNCTION (sapi_windows_generate_ctrl_event );
135- #endif
136-
137- PHP_FUNCTION (str_rot13 );
138- PHP_FUNCTION (stream_get_filters );
139- PHP_FUNCTION (stream_filter_register );
140- PHP_FUNCTION (stream_bucket_make_writeable );
141- PHP_FUNCTION (stream_bucket_prepend );
142- PHP_FUNCTION (stream_bucket_append );
143- PHP_FUNCTION (stream_bucket_new );
14445PHP_MINIT_FUNCTION (user_filters );
14546PHP_RSHUTDOWN_FUNCTION (user_filters );
14647PHP_RSHUTDOWN_FUNCTION (browscap );
0 commit comments