Changes between Initial Version and Version 1 of Ticket #69758


Ignore:
Timestamp:
Apr 17, 2024, 3:36:58 AM (4 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69758

    • Property Status changed from new to assigned
    • Property Owner set to ryandesign
    • 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); to php81 @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  
    44:info:build                 xmlSetStructuredErrorFunc(NULL, php_libxml_structured_error_handler);
    55:info:build                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    6 
    76}}}