Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing arginfo when installed on PHP 8 #85

Closed
kelunik opened this issue May 2, 2020 · 1 comment
Closed

Missing arginfo when installed on PHP 8 #85

kelunik opened this issue May 2, 2020 · 1 comment

Comments

@kelunik
Copy link
Member

kelunik commented May 2, 2020

PHP Warning: Missing arginfo for uv_loop_new() in Unknown on line 0
PHP Warning: Missing arginfo for uv_default_loop() in Unknown on line 0
PHP Warning: Missing arginfo for uv_stdio_new() in Unknown on line 0
PHP Warning: Missing arginfo for uv_rwlock_init() in Unknown on line 0
PHP Warning: Missing arginfo for uv_mutex_init() in Unknown on line 0
PHP Warning: Missing arginfo for uv_tty_set_mode() in Unknown on line 0
PHP Warning: Missing arginfo for uv_tty_reset_mode() in Unknown on line 0
PHP Warning: Missing arginfo for uv_loadavg() in Unknown on line 0
PHP Warning: Missing arginfo for uv_uptime() in Unknown on line 0
PHP Warning: Missing arginfo for uv_cpu_info() in Unknown on line 0
PHP Warning: Missing arginfo for uv_interface_addresses() in Unknown on line 0
PHP Warning: Missing arginfo for uv_get_free_memory() in Unknown on line 0
PHP Warning: Missing arginfo for uv_get_total_memory() in Unknown on line 0
PHP Warning: Missing arginfo for uv_hrtime() in Unknown on line 0
PHP Warning: Missing arginfo for uv_exepath() in Unknown on line 0
PHP Warning: Missing arginfo for uv_cwd() in Unknown on line 0
PHP Warning: Missing arginfo for uv_resident_set_memory() in Unknown on line 0

@bwoebi
Copy link
Member

bwoebi commented May 7, 2020

(self-note: happens with debug build only)

cdosoftei added a commit to singlecomm/php-uv that referenced this issue Aug 12, 2020
@bwoebi bwoebi closed this as completed in 444acfb Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants