stas2003/02/19 23:09:14
Modified:t/net/perl util.pl
Log:
s/no warnings/local $^W = 0/, I forgot that we have to deal with perl <
5.6 on the mod_perl 1.0 land.
Revision ChangesPath
1.17 +1 -1 modperl/t/net/perl/util.pl
Index: util.pl
stas2003/02/19 22:54:23
Modified:Apache Apache.pm
Log:
add the reason why the variable gets rendered invalid on
Apache::unescape_url
Revision ChangesPath
1.74 +2 -1 modperl/Apache/Apache.pm
Index: Apache.pm
stas2003/02/19 22:52:10
Modified:Apache Apache.pm
Log:
add a note that the original string passed to Apache::unescape_url is
mangled, so only the return value should be used.
Revision ChangesPath
1.73 +6 -1 modperl/Apache/Apache.pm
Index: Apache.pm
stas2003/02/19 22:48:05
Modified:t/net/perl util.pl
Log:
add tests for Apache::unescape_url
Revision ChangesPath
1.16 +20 -1 modperl/t/net/perl/util.pl
Index: util.pl
===
RCS file: /home
stas2003/02/19 21:21:56
Modified:src/modules/perl Apache.xs
.Changes
Log:
can't let the default typemap rule to convert sv into char* in
unescape_url, since it doesn't handle correctly undefs (returns an
unallocated "" string, which then causes a segfau