Hi All,

I have been developing a php exetension for axis2 , and when I use free macros of axis2 , I get the following error when comiling under debug mode.
eg.
        '_free_dbg' : is not a member of 'axis2_conf_ctx_ops'
        e:\axis2\include\axis2_conf_ctx.h(58) : see declaration of 'axis2_conf_ctx_ops'


This problem can be solved if I change the free function pointer defined in the ops structs to free_fn.
This change will not have any impact on the code as well.
I can volunteer to do this change if others aggree.

Thanks

Nandika



Reply via email to