Since it seems that I'm the first writer of XS extensions outside of 
mod_perl WrapXS I've a few bumps to solve:

modperl 2.0's xs/typemap while includes the conversions for certain types
it doesn't include the typemap declaration, so XS extensions have to
add things like:

Apache::RequestRec 
         T_APACHEOBJ
APR::Pool                       T_PTROBJ

to the local typemap file. Would be nice if mod_perl had these
declared already in its typemap. I think that all the WrapXS 
xs/maps/*types.map should be converted at the build time to a normal 
typemap for extensions to use.



__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to