open issues

2003-08-14 Thread Stas Bekman
d to be a problem, the two massive open issues are: * sync apr_ and ap_ for APIs we support. Quite a few functions were renamed and some have changed they arguments. So in the simple case all that needs to be changes is the map file and the corresponding table .pm file. In the complex case (args cha

Re: open issues

2003-08-07 Thread Stas Bekman
Geoffrey Young wrote: * sync apr_ and ap_ for APIs we support. Quite a few functions were renamed and some have changed they arguments. So in the simple case all that needs to be changes is the map file and the corresponding table .pm file. In the complex case (args changed) the XS wrapper mig

Re: open issues

2003-08-07 Thread Geoffrey Young
* sync apr_ and ap_ for APIs we support. Quite a few functions were renamed and some have changed they arguments. So in the simple case all that needs to be changes is the map file and the corresponding table .pm file. In the complex case (args changed) the XS wrapper might needs to be updated