Apache2::DBI?

2005-04-27 Thread Octavian Rasnita
Hi, Is there a module Apache2::DBI on CPAN? I have searched on search.cpan.org but I couldn't find it. I just found Apache::DBI but I guess this module will not work with mod_perl rc5. I thought this module is not available for Windows only, but it seems that this module is not availabl

Re: Apache2::DBI?

2005-04-27 Thread Philip M. Gollucci
Octavian Rasnita wrote: Hi, Is there a module Apache2::DBI on CPAN? I have searched on search.cpan.org but I couldn't find it. I just found Apache::DBI but I guess this module will not work with mod_perl rc5. I thought this module is not available for Windows only, but it seems that this modu

Re: Apache2::DBI?

2005-05-13 Thread Philip M. Gollucci
Malcolm J Harwood wrote: On Wednesday 27 April 2005 09:50 am, Philip M. Gollucci wrote: Hopefully I didn't overstep any bounds here. At http://p6m7g8.net/Apache-DBI are 3 files http://p6m7g8.net/Apache-DBI/0.94_0.96.patch http://p6m7g8.net/Apache-DB/I-0.96.tar.gz http://p6m7g8.net/Apache-DBI/Apa

Re: Apache2::DBI?

2005-05-22 Thread Philip M. Golllucci
? Other than a strange error that I didn't see before (but which I don't think is related to the Apache2::DBI), everything seems to work fine. The error is, that occasionally fetchrow_hashref returns a hash consisting of: { 'COL(1)' => 0 } rather than either no ref

Re: Apache2::DBI

2005-06-07 Thread Adam Kennedy
Indeed. All that might be needed is a small... =head1 COMPATIBILITY Apache::DBI is compatible with both the mod_perl 1 and mod_perl 2 APIs. ... somewhere very near the beginning of the POD. (personally I'd have it right after the synopsis and before the description). And I'd recommend this

RE: Apache2::DBI

2005-06-14 Thread Aaron Scott
> -Original Message- > From: Adam Kennedy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 07, 2005 10:43 PM > To: Philip M. Gollucci; mod_perl > Subject: Re: Apache2::DBI > > Indeed. > > All that might be needed is a small... > > =head1 COMPATIBILITY &g

Re: Apache2::DBI

2005-06-14 Thread Philip M. Gollucci
The mp2 API being 'the darkness'? :) Besides compatibility with legacy code (which isn't an issue in my case), are there any benefits to maintaining the Apache namespace that I'm not considering? -Aaron Basically, Apache::* now means httpd 1.x and possibly httpd2.x; while Apche2::* means on