You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0425]: cannot find value `name_length` in this scope
--> /dev/shm/BUILD/php82-php-pecl-skywalking-agent-0.1.0/mycargo/phper/src/ini.rs:255:9
|
255 | name_length,
| ^^^^^^^^^^^ not found in this scope
error[E0425]: cannot find function `_zend_get_parameters_array_ex` in this scope
--> /dev/shm/BUILD/php82-php-pecl-skywalking-agent-0.1.0/mycargo/phper/src/values.rs:135:13
|
135 | _zend_get_parameters_array_ex(num_args.try_into().unwrap(), arguments.as_mut_ptr());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `zend_get_parameters_array_ex`
|
::: /dev/shm/BUILD/php82-php-pecl-skywalking-agent-0.1.0/NTS/target/release/build/phper-sys-ddd865524bd4c63b/out/php_bindings.rs:35951:5
|
35951 | / pub fn zend_get_parameters_array_ex(param_count: u32, argument_array: *mut zval)
35952 | | -> zend_result;
| |______________________- similarly named function `zend_get_parameters_array_ex` defined here
The text was updated successfully, but these errors were encountered:
See apache/skywalking#9755
The text was updated successfully, but these errors were encountered: