Re: Win32 build with VC++

2000-10-10 Thread Randy Kobes
On Tue, 10 Oct 2000, Sander van Zoest wrote: > > You might want to play with the apache 1.3.14 release candidate > as well. Find a build copy at http://www.apache.org/~ridruejo/win32/ > > There have been a lot of changes especially in the Win32 world. You > might want to see what your findings

Re: Apache::MyConfig hooks list

2000-10-10 Thread Daniel Jacobowitz
On Tue, Oct 10, 2000 at 01:32:18PM -0400, Geoffrey Young wrote: > --- Makefile.PL.old Tue Oct 3 10:17:22 2000 > +++ Makefile.PL Tue Oct 10 13:23:07 2000 > @@ -1899,12 +1899,19 @@ > # > # Configuartion for mod_perl and Apache::... > # > -package Apache::MyConfig ; > +package Apache::MyConfi

Re: Win32 build with VC++

2000-10-10 Thread Sander van Zoest
On Tue, 10 Oct 2000, Randy Kobes wrote: > Hi, > I've attached a draft diff to the cvs mod_perl > top-level Makefile.PL for building mod_perl on > Win32 using VC++. There's two aspects to this. Randy, You might want to play with the apache 1.3.14 release candidate as well. Find a build cop

cvs commit: modperl apache-modlist.html

2000-10-10 Thread dougm
dougm 00/10/10 14:56:45 Modified:.apache-modlist.html Log: new module Revision ChangesPath 1.77 +3 -1 modperl/apache-modlist.html Index: apache-modlist.html === RCS file: /home/c

cvs commit: modperl apache-modlist.html

2000-10-10 Thread dougm
dougm 00/10/10 14:53:43 Modified:.apache-modlist.html Log: new module Revision ChangesPath 1.76 +3 -1 modperl/apache-modlist.html Index: apache-modlist.html === RCS file: /home/c

Apache::MyConfig hooks list

2000-10-10 Thread Geoffrey Young
well, I did (very) little fooling around... the small patch below allows you to do something like the following... $ perl Makefile.PL PERL_FILE_API=1 and create a test: use Apache::MyConfig; die unless $Apache::MyConfig::Setup{PERL_FILE_API}; seems like a good place to start at least... --G

cvs commit: modperl/lib mod_perl.pm

2000-10-10 Thread dougm
dougm 00/10/10 09:46:22 Modified:.Changes lib mod_perl.pm Log: bump version Revision ChangesPath 1.546 +2 -0 modperl/Changes Index: Changes === RCS file: /home

cvs commit: modperl Changes

2000-10-10 Thread dougm
dougm 00/10/10 09:38:40 Modified:.Changes Log: 1.24_01 Revision ChangesPath 1.545 +1 -1 modperl/Changes Index: Changes === RCS file: /home/cvs/modperl/Changes,v retrieving revis

cvs commit: modperl/t/net/perl test

2000-10-10 Thread dougm
dougm 00/10/10 09:34:04 Modified:.Changes Apache Apache.pm t/internal http-get.t t/net/perl test Log: fix bug in $r->args that treats ?0 as the empty string instead of zero Revision ChangesPath 1.544 +3 -0

RE: Win32 build with VC++

2000-10-10 Thread Geoffrey Young
> -Original Message- > From: Randy Kobes [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 10, 2000 1:01 AM > To: [EMAIL PROTECTED] > Subject: Win32 build with VC++ > > [snip] > The second aspect to this diff is that the apache and > mod_perl inc and lib directories are recorded i