Doug MacEachern wrote:
> On Thu, 31 Jan 2002, Stas Bekman wrote:
>
>
>>But why, Doug? If APR has it wrong, why cannot we fix it Perl? We do
>>adjust APIs to be Perlish, why cannot we set the function into a proper
>>namespace?
>>
>
> ok, now we're on a totally different subject. my response
On Thu, 31 Jan 2002, Stas Bekman wrote:
> But why, Doug? If APR has it wrong, why cannot we fix it Perl? We do
> adjust APIs to be Perlish, why cannot we set the function into a proper
> namespace?
ok, now we're on a totally different subject. my response to your commit
was that the guessing
>>But what about other functions? password_validate,
>>generate_random_bytes, etc...
>>
>>So it should be APR::password_validate?
>>
>
> yes. they should all be the way they were before. those c functions
> don't have _util in their names, so the perl function shouldn't have
> ::Util in their
John Kelly wrote:
> Hi,
>
> After looking through http://perl.apache.org/dist/mod_perl-1.26/Changes
> it seems that the problem I am having may well be fixed in 1.26
>
> Being a simple windows programmer, I'd appreciate it if someone could
> point me to a win32 binary distribution of mod_perl
On Wed, 30 Jan 2002, Stas Bekman wrote:
> But what about other functions? password_validate,
> generate_random_bytes, etc...
>
> So it should be APR::password_validate?
yes. they should all be the way they were before. those c functions
don't have _util in their names, so the perl function
Hi,
After looking through http://perl.apache.org/dist/mod_perl-1.26/Changes
it seems that the problem I am having may well be fixed in 1.26
Being a simple windows programmer, I'd appreciate it if someone could
point me to a win32 binary distribution of mod_perl for 1.26
regards & thanks in adv
hi guys...
sorry for keeping down the 1.3 path - I'll get with the program
eventually...
I was playing around with Apache::RegistryNG and found what seems to
be a bug.
Apache::Registry and Apache::RegistryNG do not behave the same wrt
redirects.
with Apache::RegistryNG, the simple redirect scr
Hi,
I'm running Apache/1.3.20 (Win32) mod_perl/1.25_01-dev
and am having problem using auth_name to dynamically set the realm. The
call seems to be ignored, using the AuthName directive from http.conf.
Looking around I saw anote from someone which implied they also had a
problem with this on N