stas 2004/10/04 20:46:32
Modified: todo features_maybe
Log:
APR::BucketAlloc was dealt with already
Revision Changes Path
1.11 +0 -6 modperl-2.0/todo/features_maybe
Index: features_maybe
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/features_maybe,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -u -r1.10 -r1.11
--- features_maybe 27 Sep 2004 21:40:27 -0000 1.10
+++ features_maybe 5 Oct 2004 03:46:31 -0000 1.11
@@ -12,12 +12,6 @@
problem, by simply calling $subrequest->DESTROY 3 times or so in a
raw, the server just hangs...
-* APR::BucketAlloc object returned by $r->connection->bucket_alloc
- doesn't have a real package. It's OK for now, but when used outside
- httpd, where that allocation should come from?
- - Add glue for function: apr_bucket_alloc_create(pool);
- not urgent for 2.0
-
* 'apachectl configtest' will not test perl modules, unless <perl>
section or PerlLoadModule has happeneded to be loaded (since by
default we start perl in the post-config phase. A possible solution