|
1 | 1 | /* This is a generated file, edit the .stub.php file instead. |
2 | | - * Stub hash: cd534a8394f535a600bf45a333955d23b5154756 */ |
| 2 | + * Stub hash: 4005bdacf910203ece3c3074cc6a067dc57f86ac */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_frankenphp_handle_request, 0, 1, _IS_BOOL, 0) |
5 | 5 | ZEND_ARG_TYPE_INFO(0, callback, IS_CALLABLE, 0) |
@@ -35,25 +35,30 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_mercure_publish, 0, 1, IS_STRING |
35 | 35 | ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, retry, IS_LONG, 1, "null") |
36 | 36 | ZEND_END_ARG_INFO() |
37 | 37 |
|
| 38 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_frankenphp_log_message, 0, 2, IS_VOID, 0) |
| 39 | + ZEND_ARG_OBJ_INFO(0, message, str, 0) |
| 40 | + ZEND_ARG_TYPE_INFO(0, level, IS_LONG, 0) |
| 41 | +ZEND_END_ARG_INFO() |
38 | 42 |
|
39 | 43 | ZEND_FUNCTION(frankenphp_handle_request); |
40 | 44 | ZEND_FUNCTION(headers_send); |
41 | 45 | ZEND_FUNCTION(frankenphp_finish_request); |
42 | 46 | ZEND_FUNCTION(frankenphp_request_headers); |
43 | 47 | ZEND_FUNCTION(frankenphp_response_headers); |
44 | 48 | ZEND_FUNCTION(mercure_publish); |
45 | | - |
| 49 | +ZEND_FUNCTION(frankenphp_log_message); |
46 | 50 |
|
47 | 51 | static const zend_function_entry ext_functions[] = { |
48 | 52 | ZEND_FE(frankenphp_handle_request, arginfo_frankenphp_handle_request) |
49 | 53 | ZEND_FE(headers_send, arginfo_headers_send) |
50 | 54 | ZEND_FE(frankenphp_finish_request, arginfo_frankenphp_finish_request) |
51 | | - ZEND_FALIAS(fastcgi_finish_request, frankenphp_finish_request, arginfo_fastcgi_finish_request) |
| 55 | + ZEND_RAW_FENTRY("fastcgi_finish_request", zif_frankenphp_finish_request, arginfo_fastcgi_finish_request, 0, NULL, NULL) |
52 | 56 | ZEND_FE(frankenphp_request_headers, arginfo_frankenphp_request_headers) |
53 | | - ZEND_FALIAS(apache_request_headers, frankenphp_request_headers, arginfo_apache_request_headers) |
54 | | - ZEND_FALIAS(getallheaders, frankenphp_request_headers, arginfo_getallheaders) |
| 57 | + ZEND_RAW_FENTRY("apache_request_headers", zif_frankenphp_request_headers, arginfo_apache_request_headers, 0, NULL, NULL) |
| 58 | + ZEND_RAW_FENTRY("getallheaders", zif_frankenphp_request_headers, arginfo_getallheaders, 0, NULL, NULL) |
55 | 59 | ZEND_FE(frankenphp_response_headers, arginfo_frankenphp_response_headers) |
56 | | - ZEND_FALIAS(apache_response_headers, frankenphp_response_headers, arginfo_apache_response_headers) |
| 60 | + ZEND_RAW_FENTRY("apache_response_headers", zif_frankenphp_response_headers, arginfo_apache_response_headers, 0, NULL, NULL) |
57 | 61 | ZEND_FE(mercure_publish, arginfo_mercure_publish) |
| 62 | + ZEND_FE(frankenphp_log_message, arginfo_frankenphp_log_message) |
58 | 63 | ZEND_FE_END |
59 | 64 | }; |
0 commit comments