[EMAIL PROTECTED] wrote:
> stas01/11/12 22:52:27
>
> Modified:todo deprecated_features.txt missing_old_features.txt
> Log:
> correct names/paths
>
> Revision ChangesPath
> 1.4 +1 -1 modperl-2.0/todo/deprecated_features.txt
>
> Index: deprecated_f
todo/missing_old_features.txt is talking about these not ported yet core
modules:
- Apache::File, Apache::Util
can I start porting these? Or do you have some special plans about these?
Also the todo file says:
- see also: xs/maps/apache_functions.map
what about it?
thanks!
_
Since the per-request cleanup code was added, I am now able to send
a $r->pnotes() implementation that doesn't leak...
/home/gozer/sources/mod_perl2/deps/perl-12948/bin/perl build/cvsdiff
Index: xs/Apache/RequestUtil/Apache__RequestUtil.h
>#define mpxs_Apache_server(classname) \
>modperl_global_get_server_rec()
> +
> +static MP_INLINE char *mpxs_ap_server_root_relative(pTHX_
> +const char *fname,
> +apr_pool_t *p
On Mon, 12 Nov 2001, Philippe M. Chiasson wrote:
> Apparently the httpd folks changed the const'ness of some table stuff.
>
> This patch fixes that and makes latest mod_perl compile again with
> -Wall -Werror
thanks, that's in.
Apparently the httpd folks changed the const'ness of some table stuff.
This patch fixes that and makes latest mod_perl compile again with
-Wall -Werror
/home/gozer/sources/mod_perl2/deps/perl-12948/bin/perl build/cvsdiff
Index: src/modules/perl/modperl_config.c
=