export go_frankenphp_shutdown_main_thread
()
| 179 | |
| 180 | //export go_frankenphp_shutdown_main_thread |
| 181 | func go_frankenphp_shutdown_main_thread() { |
| 182 | mainThread.state.Set(state.Reserved) |
| 183 | } |
| 184 | |
| 185 | //export go_get_custom_php_ini |
| 186 | func go_get_custom_php_ini(disableTimeouts C.bool) *C.char { |