Hi,
>
> Fixed with 'local $@', a better approach when using eval {}; anyways.
>
That sounds good!
Gerald
** Virus checked by BB-5000 Mailfilter **
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
Hi,
>
> Your patch looks good, and I've checked in a slightly
> different version. Latest SVN should fix your problem now.
>
My patch contained a
$@ = '' ;
to avoid problems when an error occurs and some other code checks $@ later
on, in which case it might see this error also it shouldn't
works without any
problems for me.
Gerald
---
Gerald Richterecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl
Post: Tulpenstrasse 5
>
> of course, I guess you could argue that to get README-SVN you
> would already need svn access, but you could point users to
> viewcvs or whatever :)
>
Svn is always accessable via normal http/https request and a broswer (at
least for the HEAD revision), so you could pass simply the URL for
>
> > Another different layout proposed so far was :
> >
> > modperl-current (aka 2.0)
> > Codebase: [svn]/perl/modperl-2.0/trunk
> > Release tags: [svn]/perl/modperl-2.0/tags
> > Branches: [svn]/perl/modperl-2.0/branches
> >
> > docs:
> > Codebase: [svn]/perl/modperl-docs/trunk
Am Dienstag, 16. November 2004 17:40 schrieb Philippe M. Chiasson:
> Gerald Richter wrote:
> >Hi,
> >
> >>It would most likely reside in
> >> http://svn.apache.org/repos/asf/perl/embperl/
> >>With the standard trunk/ tags/ branches/ under there
>
>
> Oops, sorry. So you can just use rsync, right?
>
Yes, I can use rsync
Gerald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
>
> Gerald Richter wrote:
> [...]
> > I don't need the version history of the website. I never
> have used it.
> > The website is anyway auto generated out of the normal Embperl
> > distribution, so the history is in the embperl repository anyway.
>
&g
Hi,
>
> It would most likely reside in
> http://svn.apache.org/repos/asf/perl/embperl/
> With the standard trunk/ tags/ branches/ under there
>
ok
> >Embperl repository contains two branches (ep1 for Embperl 1 and main
> > branch for Embperl 2). It would be good to preserve them. There are som
Hi,
>
> > Also worth noting, we should be pigning Gerald to plan
> moving embperl
> > over to the perl svn repos as well.
>
That would be great. I am using svn all over the place for a long time and
Embperl is one of the last things where I need to deal with CVS, so I am
happy to move the Emb
> >
> > I would do this in the final conversion state, since we decided that
this
> > docs that are generated in stage 1 are only contain content, while the
> > layout is added in stage 2
>
> Yes, but it'll require special logic for parsing the intermediate
> formats. This is not needed when you re
>
> I had submitted a patch for adding this to the generic test suite. maybe
> you can steal some of the code:
>
> http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=103919146817077&w=2
>
As far as I see it only check if the generated POD is syntactical ok, or
does it more?
The problem is less
CHUNKED_ERRORSend 411 error if body without
Con-
> tent-Length
> REQUEST_CHUNKED_DECHUNK If chunked, remove the chunks
> for me.
>
>
> should probably convert by adding a separating new line and making
> sure that a 2 chars l
ere, name);
+if (name)
+ sv_catpvf(GvSV(CopFILEGV(curcop)), "%s subroutine `%_'", where,
name);
+else
+ sv_catpvf(GvSV(CopFILEGV(curcop)), "%s subroutine ", where);
CopLINE_set(curcop, 1);
if(name)
---------
hope we can improve XSbuilder while doing this.
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
r_table?
fp_dup(parent_dbis->logfp,'>',0) : PerlIO_stderr();
Gerald
-
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail:
b
[EMAIL PROTECTED]
In case you come to the OSCON, you mayjoin my talk about the mod_perl
building system:
http://conferences.oreillynet.com/cs/os2002/view/e_sess/2725
Gerald
---------
Gerald Richterecos electronic communication s
ther questions. Looking forward to meet you all on the OSCON
-----
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienh
tch should be trivial. I already made it for
DBD::Oracle and DBD::ODBC.
Gerald
-----
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5
run mod_perl. I didn't have looked at the config
files that are necessary for make test. There are still paths in it which
needs quote around. So make test doesn't work with this patch.
Gerald
---------
Gerald Richterecos electron
urrent threads. Any
experiences?
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail:
? This would solve my problem
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECT
ist, so you may join this as well
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL
ything. For example for a method you have
something like:
# Every method (each if applicable)
=head2 ()
* Signature:
* Param:
* Return:
* Throws:
* Deprecated:
* Since:
If you use this schema you will be able to transform it any lay
Hi,
> Gerald Richter wrote:
>
> > Since the whole Apache API is well documented in this way, it should be
> > possible to autogenerate most of the mod_perl API documentation from
this
> > informations. It would be necessary that somebody writes a tool that
takes
> >
le the code should be placed, which the package name is determinated from
the type map file. Example:
For all members that are listed here, XSBuilder will generate an access
method
to read and write it's content. If you want to name the perl access method
different than the C member, you c
ution, because of bad experinces in the past.
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
umbering schema changes.
> It'd be very nice if while you are porting you could commit/submit
> things that will aid others who need to port to 2.0. Thanks!
>
If I run across anything the might be usefull, I let you know
Gerald
----------
if Apache->define("MODPERL2") in perl code.
>
That would be cool !
+1
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenst
continue
to run? What is the benefit of installing under Apache instead of Apache2?
Maybe I am wrong, but at the moment I think it would be much easier for the
normal user to always install under Apache2 and tell them to use
Apache::compat when they want to use old modules.
Gerald
-
Thanks
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice:+49 6133 925131
WWW:htt
her, makeing
it the default and removing the option to change it)
Gerald
-----
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 D
complains about an undefined $ENV{PATH}. Would it make sense to copy
the above code to modperl_env_configure_server, so it's also available at
startup?
Gerald
-
Gerald Richterecos electronic communication services gmbh
Intern
es
GENERATE_XS Generate XS code based on httpd version
LIBNAME Name of the modperl dso library (default is mod_perl)
+FORCE Force an build, also mod_perl 1.x is already installed
-----
Gerald Richterecos electronic communic
erald
-
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice:+49 6133 925131
WWW:http://www.ecos.de Fax:
ows with mod_perl 2.0?
Thanks
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E
> On Mon, 27 May 2002, Gerald Richter wrote:
>
> > ok, this looks better, but I don't see the PassEnv setting?
>
> should be there now, my first patch had only applied SetEnv, both are done
> now.
>
Thanks,
it's working n
> code re-usable. not tested beyond 'make test', but it should be ok.
>
ok, this looks better, but I don't see the PassEnv setting?
I just did a quick look at the commit mail, I will test it out tomorrow. I
have to go to bed now
Gerald
---------
elts[i].val) {
+continue;
+}
+modperl_env_hv_store(aTHX_ hv, &elts[i]);
+}
+
+modperl_env_tie(mg_flags);
}
+
+
#define overlay_subprocess_env(r, tab) \
r->subprocess_env = apr_table_overlay(r->pool, \
---------
Gerald Richter
ttp://perl.apache.org/guide
> mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com
> http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
>
>
> ---------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EM
hat do
you think ?
Gerald
-----
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL
e the same.
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice:+49 6133 925131
WWW:http://w
en something. Anything special I should look for ?
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienhe
-
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice:+49 6133 925131
WWW:http
ooking forward to see it and check out where I can plug in
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim
me aspects
in things that I programm that will be usefull for the modperl site.
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse
r now we maybe can simply keep the modperl-site cvs and use it only for
Embperl (and maybe the dist dir).
Gerald
-
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulti
>
> > These two things would need a extention of the xxx_types.map files. I
would
> > suggest simply append two addtional (optional) parameters for each line.
The
> > first holds the name used in the typemap file (%typemap) and the second
the
> > alias for the sv_convert.h file (%convert)
>
> all
d need a extention of the xxx_types.map files. I would
suggest simply append two addtional (optional) parameters for each line. The
first holds the name used in the typemap file (%typemap) and the second the
alias for the sv_convert.h file (%convert)
What do you think ?
Gerald
as I have anything to show I will post here so you can comment on it,
if this would be a reasonable way to go.
For now I can't tell you the format that these files will have, but maybe
you first continue with writing docs that can't be auto gernerated (i.e.
don't do any copy&past
ld saves a lot of
documention handwriting.
What do you think ?
Gerald
-----
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5
If you
have a example function where this takeing of return type makes sense, it
would help me very much.
Thanks
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken
return $func->{name} =~ /^apr_/ ? 'APR' : 'Apache';
}
which returns the return_type if it is an object. From my point of view the
return ... if in line 4 should be removed, but I guess it is/was good for
something ?
Gerald
----
e sources must
also be reflected in the RecDescent grammer.
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Die
ly Apache spcific things.
I come back to the list when it is working and we can see how the best way
is to get this into the current modperl developement.
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Interne
:-)
ok, I try prefork first
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [E
correctly on that machine
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voi
re information.
For the test case, is it enough to set MOD_PERL_TRACE on the command line,
or do I need it to place in some of the config files ?
Gerald
-----
Gerald Richterecos electronic communication services gmbh
Internetconnect * Web
> On Tue, 25 Sep 2001, Gerald Richter wrote:
>
> > MP_INST_APACHE2=1 ...
>
> that could be the problem, haven't tested in a while.
Yes, without that setting the INST_LIB is set correctly, however make test
fails:
/usr/bin/perl5.6.1 -Iblib/arch -Iblib/lib \
t/TEST -clean
P_INST_APACHE2=1 and see if this changes
anything...
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL P
an see)
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice:+49
d work.
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice:+49
;no_cache(0) will unset cache headers
> [Geoffrey Young <[EMAIL PROTECTED]>]
>
> export hvrv2table (needed by Apache::Request) for aix and win32
> [Jens-Uwe Mager <[EMAIL PROTECTED]>, Randy Kobes
> <[EMAIL PROTECTED]>]
>
> fix 'make tar_Apache' [Geoffr
ux perl compiled with ActiveState's
> compile-time flags - that would indicate if it's Win32-specific or not.
>
I am not sure if I had exactly the same flags as ActiveState, but a threaded
Perl 5.6.0 or 5.6.1 on Unix doesn't shows this problem
Gerald
--------
> this looks like one of the problems the hacked version of C::Scan (at
> perl.apache.org/~dougm/) fixes.
>
I have the C::Scan from perl.apache.org/~dougm/ . I just rechecked to be
sure. So maybe you have done some more fixes and not uploaded it to
perl.apache.org/~dougm/ ? Also the C::Scan-
Hi Randy,
>That fits with what I find, too - I seem to recall that you
> pointed out earlier a problem with environment variables in mod_perl
> in a different context, specifically "remembering" their old
> values, so this seems to be a general mod_perl problem, at least
> on Win32. It may ev
s_pm('ModPerl::ParseSource=HASH(0x8a9de1c
)', 'FunctionTable.pm', 'ModPerl::FunctionTable') called at
lib/ModPerl/ParseSource.pm line 40
ModPerl::ParseSource::write_functions_pm('ModPerl::ParseSource=HASH(0x8a9de1
c)') called at util/source_scan.pl line 26De
e some results and then we can discuss how this
fits into mod_perl 2.0 or not
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulp
into mod_perl, so we can use the same code base, or is this for whatever
reasons a bad idea ?
Gerald
-
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
osal to talk about mod_perl 2.0 on these
two conferences. (maybe I can take your slides to save some work :-)
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Pos
make the
implementaion of this part)
Gerald
-
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E
change it again...
Gerald
-----
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL
erm. You define it in another way then Matt
does. That's why I suggest to call it "Applikaton Servers/Toolkits", because
it's more a toolkit to build an Application Server of the way you define it,
then a ready to run product.
Gerald
-----
I think "Application Server" is not a well defined term, so we may not get
consensus here what it is. What's about calling the section "Application
Servers/Toolkits running under mod_perl". Then it's up to the reader how
he/she like to see it.
Gerald
g)
Gerald
-----
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice:+49 6133 925131
WWW:http://www.ecos.d
d order the Application servers alphabeticly.
If this is ok, I can do it over the weekend
Gerald
-
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post:
y. In my eyes it's a great
module for including small C Parts in a Perl program, like writing the glue
to a C library. For larger C projects like mod_perl or Embperl I still
prefer using XS, because it gives me more control over what is happening.
Gerald
-----------
brequest by ap_add_cgi_vars */
+perl_request_rec(r);
if (!table_get(envtab, "TZ")) {
if ((tz = getenv("TZ")) != NULL) {
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * We
{
if (bDebug)
lprintf (r, "[%d]CUP: @%s = ...\n", r -> nPid, s) ;
sv_unmagic ((SV *)av, 'P') ; /* untie */
av_clear(av);
}
if((io = GvIO((GV*)val)))
{
if (bDebug)
lprintf (r, "[%d]CUP: IO %s = ...\n", r -> nPid, s) ;
e to switch to pnotes, which is implemented by
mod_perl (therefore ins't accessable by other Apache modules), but can store
any binary data.
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Interne
(like Apache::Filter) You could
push such a Stacked Handler in an earlier phase (e.g. FixUpHandler) on the
stack, so you don't have to configure it for every Location.
> Maybe the 2.0 filter mechanism will make this easier than now, though
>
Yes, of course
Gerald
-----
> yeah, its .so
> take a look at the thread on new-httpd
>
> basically on win32 it really don't matter none what the extension is
> microsoft .ocx files and .cpl files are apparently just dlls with a
different
> suffix.
>
Yes, I know. I just wanted to be sure
Gerald
--
win32
?
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice:+49 6133 925151
WWW:ht
ems to be right fix that I was searching for today morning, just
didn't see it. With this change it works :-)
Maybe it would be better to insert a
if(perl_sections_self_boot)
return ;
at the top of perl_section_self_boot, but I didn't tried that.
Gerald
--------
> Before this change, the walking of the %ApacheReadConfig:: namespace
> populated by a PerlRequire directive was ignored (or delayed).
>
> Because the
>
> SVt_PV: $PerlRequire = /opt/symphony/etc/httpd/startup.pl'
>
> from your trace I suspect that inside your script, you are PerlRequir'ing
> i
e {
> +/* Delay processing it until Perl starts */
>*(char **)push_array(cls->PerlRequire) = pstrdup(parms->pool,
arg);
>}
> -
> -#ifdef PERL_SECTIONS
> -if(CAN_SELF_BOOT_SECTIONS)
> - perl_section_self_boot(parms, dummy, arg);
> -#endi
t) already contains a link to webpersonals, but that's no reason to not also
put it on the mod_perl page, but somebody has to write the story...
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Inte
Hi,
if you do anthing in this direction fetch the newest mod_perl sources from
the CVS. I don't know if this helps anything, but it exports some more
symbols and therefore may help to build libapreq.
Gerald
-
Gerald Richter
> >
> > > Is this open to the public somewhere?
> > >
> >
> > If you want to access the CVS look at
> > http://perl.apache.org/embperl/CVS.pod.1.html#INTRO and replace embperl
by
> > modperl
>
> That will give me modperl CVS, not Apache::Request :-)
>
Oops, I should read more exactly...
I don't t
> Is this open to the public somewhere?
>
If you want to access the CVS look at
http://perl.apache.org/embperl/CVS.pod.1.html#INTRO and replace embperl by
modperl
Gerald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi
Hi,
>
> <http://archive.covalent.net/>
>
[EMAIL PROTECTED] is missing from your list. Any reason for that?
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-desi
e, but enjoy London!
Gerald
---------
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] V
>
> Great ... I'll make up a new ppm tonight from the sources, and
> if all goes well, and it's agreed, I'll send a message to the
> mod_perl list about it. I'll also make up a few external
> Apache-* ppms, like ApacheDBI,
>
Great
> Were the other parts of the patches I suggested (to Make
> this should work in both places (untested).
It does :-)
I commit it to cvs now
Randy, do you make a new ppm from these cvs sources and announce it to the
mod_perl mailinglist, so more people can test it?
Gerald
-
To unsub
Hi Doug,
>
> if ($ENV{PERL5LIB} and $ENV{PASS_PERL5LIB}) {
> unshift @INC, map { Apache->untaint($_) } split ":", $ENV{PERL5LIB};
> }
>
This seems to work an Win32 and on Unix. As soon as we solve the failure in
the perlrun test on Unix, I commit the patches to the cvs
Gerald
---
results in testing when I remove this
line on all other systems. Currently I don't see for what this line is good
for, but maybe it make sense for some systems.
Do you think we can savely remove this line or must it still be there?
Gerald
-----
before any test output arrived
modules/perlrun: FAILED before any test output arrived
I don't have the time track this down further, but if you are anybody else
need more information, I will be happy to provide them
Gerald
---------
Gerald
t, so people can test it with ActiveState _and_ on Unix, so we
get more feedback.
Gerald
-
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstra
little bit more time for this towards the end of the
week. Than I could do some more practical work, if you not already solved it
until then.
Gerald
-
Gerald Richterecos electronic communication services gmbh
Internetconnect *
> One advantage of having the two is that the ApacheModulePerl.lib
> in the usual mod_perl build is about 3 kB (and this is all that's
> needed for mod_perl itself), while the static mod_perl lib is
> about 960 kB.
>
When you build a DLL, like it is done now, ApacheModulePerl.lib is only used
in
1 - 100 of 108 matches
Mail list logo