stas 2004/10/05 18:05:38
Modified: todo features_missing
Log:
Apache::Util::escape_html is not supported in mp2
Revision Changes Path
1.11 +0 -4 modperl-2.0/todo/features_missing
Index: features_missing
===================================================================
RCS file: /home/cvs/modperl-2.0/todo/features_missing,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -u -r1.10 -r1.11
--- features_missing 22 Sep 2004 01:13:01 -0000 1.10
+++ features_missing 6 Oct 2004 01:05:38 -0000 1.11
@@ -60,10 +60,6 @@
* size_string() - can we use apr_strfsize ?
-* escape_html() - consider jeff baker's more robust implementation of
- my_escape_html(), which should probably be made in apache-2.0 itself
- (is there apache api? or just drop it)
-
* $r->send_fd:
need to figure out howto map PerlIO <-> apr_file_t
at the moment $r->send_fd is implement in Apache::compat, functions,