Changes between Initial Version and Version 1 of Ticket #69758
- Timestamp:
- Apr 17, 2024, 3:36:58 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69758
- Property Owner set to ryandesign
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
error: incompatible function pointer types passing 'void (void *, xmlErrorPtr)' (aka 'void (void *, struct _xmlError *)') to parameter of type 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const struct _xmlError *)') [-Wincompatible-function-pointer-types] :info:build xmlSetStructuredErrorFunc(NULL, php_libxml_structured_error_handler);
tophp81 @8.1.28: error: incompatible function pointer types passing 'void (void *, xmlErrorPtr)' (aka 'void (void *, struct _xmlError *)') to parameter of type 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const struct _xmlError *)') [-Wincompatible-function-pointer-types] :info:build xmlSetStructuredErrorFunc(NULL, php_libxml_structured_error_handler);
-
Ticket #69758 – Description
initial v1 4 4 :info:build xmlSetStructuredErrorFunc(NULL, php_libxml_structured_error_handler); 5 5 :info:build ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6 7 6 }}}