Re: Looking for magic in Apache->request

2001-04-01 Thread Doug MacEachern
On Fri, 30 Mar 2001, Ken Williams wrote: > The thing I can't figure out from the XS code is how/where > Apache->request calls sv2request_rec(), which actually does the > extraction work. Somehow it's automatically converted, because I see no > manual conversion in the Apache->request code below

Re: Looking for magic in Apache->request

2001-04-01 Thread Matt Sergeant
On Sun, 1 Apr 2001, Ken Williams wrote: > Dang. So that would mean that in order to fix this, Apache->request($r) > would have to accept an arbitrary scalar, not something automatically > converted to an Apache object, right? Right. > And then there's the matter of how it should be stored...

Re: Looking for magic in Apache->request

2001-04-01 Thread Ken Williams
[EMAIL PROTECTED] (Matt Sergeant) wrote: >On Fri, 30 Mar 2001, Ken Williams wrote: > >> The thing I can't figure out from the XS code is how/where >> Apache->request calls sv2request_rec(), which actually does the >> extraction work. Somehow it's automatically converted, because I see no >> manua