RE: Patch: Apache2::Reload & tied filedhandles

2005-11-09 Thread Gerald Richter
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-

RE: Patch: Apache2::Reload & tied filedhandles

2005-11-09 Thread Gerald Richter
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

Patch: Apache2::Reload & tied filedhandles

2005-11-04 Thread Gerald Richter
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

RE: [Discuss] The various possible SVN layouts

2004-11-22 Thread Gerald Richter
> > 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

RE: [Discuss] The various possible SVN layouts

2004-11-21 Thread Gerald Richter
> > > 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

Re: [NOTICE] Subversion conversion

2004-11-16 Thread Gerald Richter
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 >

RE: [NOTICE] Subversion conversion

2004-11-15 Thread Gerald Richter
> > 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]

RE: [NOTICE] Subversion conversion

2004-11-15 Thread Gerald Richter
> > 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

Re: [NOTICE] Subversion conversion

2004-11-15 Thread Gerald Richter
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

RE: [NOTICE] Subversion conversion

2004-11-14 Thread Gerald Richter
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

Re: Autogenerated PODs :-)

2002-12-28 Thread Gerald Richter
> > > > 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

Re: Autogenerated PODs :-)

2002-12-27 Thread Gerald Richter
> > 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

Re: Autogenerated PODs :-)

2002-12-27 Thread Gerald Richter
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

PATCH: mod_perl_mark_where crashs with Perl 5.8.0 in mod_perl 1.27

2002-12-23 Thread Gerald Richter
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) ---------

Re: ExtUtils::XSBuilder

2002-08-18 Thread Gerald Richter
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

Re: DBI makes apache fail in perl58.dll

2002-08-18 Thread Gerald Richter
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:

Re: Using WrapXS to emit other languages

2002-07-21 Thread Gerald Richter
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

Re: DBI & Threads

2002-07-15 Thread Gerald Richter
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

DBI & Threads

2002-07-14 Thread Gerald Richter
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

Patches for path with spaces

2002-07-03 Thread Gerald Richter
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

Re: CPAN modules + ithreads

2002-06-26 Thread Gerald Richter - ecos gmbh
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:

Re: [PATCH lib/Apache/compat.pm] hinting on missing Apache::Module

2002-06-26 Thread Gerald Richter - ecos gmbh
? 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

Re: Autogenerating XS code and Docs

2002-06-12 Thread Gerald Richter
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

Re: Autogenerating XS code and Docs

2002-06-12 Thread Gerald Richter
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

Re: Autogenerating XS code and Docs

2002-06-12 Thread Gerald Richter - ecos gmbh
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 > >

Autogenerating XS code and Docs

2002-06-12 Thread Gerald Richter
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

Re: Build modperl2 when modperl1 is already installed

2002-06-04 Thread Gerald Richter
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

Re: Build modperl2 when modperl1 is already installed

2002-06-04 Thread Gerald Richter
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 ----------

Re: Build modperl2 when modperl1 is already installed

2002-06-03 Thread Gerald Richter
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

Re: Build modperl2 when modperl1 is already installed

2002-06-03 Thread Gerald Richter
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 -

Re: $ENV{PATH}

2002-06-03 Thread Gerald Richter
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

Re: Build modperl2 when modperl1 is already installed

2002-06-01 Thread Gerald Richter
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

Re: $ENV{PATH}

2002-06-01 Thread Gerald Richter
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

Build modperl2 when modperl1 is already installed

2002-06-01 Thread Gerald Richter
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

$ENV{PATH}

2002-06-01 Thread Gerald Richter
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:

Re: DBI & win32 (was: question...)

2002-05-29 Thread Gerald Richter
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

Re: PerlSetEnv not available inside of PerlRequire script

2002-05-28 Thread Gerald Richter - ecos gmbh
> 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

Re: PerlSetEnv not available inside of PerlRequire script

2002-05-27 Thread Gerald Richter
> 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 ---------

PerlSetEnv not available inside of PerlRequire script

2002-05-27 Thread Gerald Richter
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

Re: source_scan doesn't pick up new MPXS_ method :(

2001-11-27 Thread 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

generating consts

2001-11-22 Thread Gerald Richter
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

Re: make test fails

2001-11-19 Thread Gerald Richter
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

Re: make test fails

2001-11-19 Thread Gerald Richter
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

make test fails

2001-11-19 Thread Gerald Richter
- 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

Re: moving modperl-site rep into modperl-docs rep

2001-11-03 Thread Gerald Richter
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

Re: moving modperl-site rep into modperl-docs rep

2001-11-03 Thread Gerald Richter
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

Re: moving modperl-site rep into modperl-docs rep

2001-11-02 Thread Gerald Richter
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

Re: ParseSource etc.

2001-10-07 Thread Gerald Richter
> > > 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

Re: ParseSource etc.

2001-10-07 Thread Gerald Richter
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

Re: Automatic generation of API doc ?

2001-10-07 Thread Gerald Richter
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

Automatic generation of API doc ?

2001-10-07 Thread Gerald Richter
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

Re: ParseSource etc.

2001-10-07 Thread Gerald Richter
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

Re: ParseSource etc.

2001-10-06 Thread Gerald Richter
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 ----

Re: ParseSource etc.

2001-10-04 Thread Gerald Richter
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

Re: ParseSource etc.

2001-09-27 Thread Gerald Richter
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

Re: make test fails with Apache::Const not found

2001-09-26 Thread Gerald Richter
:-) 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

Re: make test fails with Apache::Const not found

2001-09-26 Thread Gerald Richter
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: make test fails with Apache::Const not found

2001-09-25 Thread Gerald Richter
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

Re: make test fails with Apache::Const not found

2001-09-25 Thread Gerald Richter
> 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

Re: make test fails with Apache::Const not found

2001-09-25 Thread Gerald Richter
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

ParseSource etc.

2001-09-25 Thread Gerald Richter
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

make test fails with Apache::Const not found

2001-09-25 Thread Gerald Richter
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

Re: announce: mod_perl-1.25_01

2001-07-09 Thread Gerald Richter
;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

Re: mod_perl/Embperl and ActiveState Perl

2001-05-28 Thread Gerald Richter
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 --------

Re: automaticly created XS in mod_perl 2.0

2001-05-27 Thread Gerald Richter
> 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-

Re: mod_perl/Embperl and ActiveState Perl

2001-05-27 Thread Gerald Richter
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

Re: automaticly created XS in mod_perl 2.0

2001-05-27 Thread Gerald Richter
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

Re: automaticly created XS in mod_perl 2.0

2001-05-25 Thread Gerald Richter
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

automaticly created XS in mod_perl 2.0

2001-05-25 Thread Gerald Richter
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

Re: mod_perl 2.0 and mod_dav

2001-05-24 Thread Gerald Richter
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

mod_perl 2.0 and mod_dav

2001-05-24 Thread Gerald Richter
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

Re: cvs commit: modperl-site index.html

2001-05-21 Thread Gerald Richter
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

Re: application server

2001-05-21 Thread Gerald Richter
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 -----

Re: application server

2001-05-20 Thread Gerald Richter
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

mod_perl on the YAPC europe and ApacheCon Dublin

2001-05-19 Thread Gerald Richter
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

Re: cvs commit: modperl-site index.html

2001-05-19 Thread Gerald Richter
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:

Re: Inline.pm and the future of XS

2001-03-06 Thread Gerald Richter
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 -----------

PATCH: Fix SIGSEGV after subprocess_env

2001-03-05 Thread Gerald Richter
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

Re: cvs commit: modperl/lib/Apache PerlRun.pm

2001-01-29 Thread Gerald Richter
{ 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) ;

Re: Binary nulls in notes values

2001-01-14 Thread Gerald Richter
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

Re: phases...

2001-01-09 Thread Gerald Richter
(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 -----

Re: [PATCH] win32 module names now like unix

2000-12-22 Thread Gerald Richter
> 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 --

Re: [PATCH] win32 module names now like unix

2000-12-21 Thread Gerald Richter
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

Re: Endless loop in perl_sections (was: cvs commit: modperl/src/modules/perl perl_config.c)

2000-12-12 Thread Gerald Richter
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 --------

Re: Endless loop in perl_sections (was: cvs commit: modperl/src/modules/perl perl_config.c)

2000-12-11 Thread Gerald Richter
> 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

Endless loop in perl_sections (was: cvs commit: modperl/src/modules/perl perl_config.c)

2000-12-11 Thread Gerald Richter
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

Re: mod_perl success story (fwd)

2000-11-08 Thread Gerald Richter
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

Re: libapreq on NT?

2000-09-19 Thread Gerald Richter
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

Re: Apache::Request CVS

2000-09-15 Thread 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

Re: Apache::Request CVS

2000-09-15 Thread 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 Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: Mailing List Archive

2000-09-14 Thread Gerald Richter
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

Re: 2.0 paper

2000-09-14 Thread Gerald Richter
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

Re: Line 14 in startup.pl

2000-09-13 Thread Gerald Richter
> > 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

Re: Line 14 in startup.pl

2000-09-12 Thread Gerald Richter
> 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

Re: Line 14 in startup.pl

2000-09-12 Thread Gerald Richter
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 ---

Line 14 in startup.pl

2000-09-11 Thread Gerald Richter
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 -----

Re: ActiveState related patches

2000-09-11 Thread Gerald Richter
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

Re: ActiveState related patches

2000-09-09 Thread Gerald Richter
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

Re: AxKit working on ActivePerl

2000-09-03 Thread Gerald Richter
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 *

Re: AxKit working on ActivePerl

2000-09-03 Thread Gerald Richter
> 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   2   >