All,

mod_jk for httpd requires APR, which includes its own version of snprintf, apr_snprintf.

mod_jk for IIS won't usually include APR as a dependency, so we have to rely on the local Windows environment's implementation of snprintf which, for very old Windows versions isn't guaranteed.

Have we moved past that, now? Can we rely on Windows always providing snprintf at this point?

I ask because we have our own backup *backup* implementation of snprintf in ap_snprintf.c which at this point seems like dead weight.

Could we put this file on the chopping block?

-chris


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to