From 9f6ff716c1646c9477d682ebb37906b500af5c4e Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sat, 15 Dec 2001 13:18:51 +0000 Subject: [PATCH] - Added TODO file --- ext/mcrypt/TODO | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ext/mcrypt/TODO diff --git a/ext/mcrypt/TODO b/ext/mcrypt/TODO new file mode 100644 index 0000000000..e18567de07 --- /dev/null +++ b/ext/mcrypt/TODO @@ -0,0 +1,6 @@ +/* $Id$ */ + +TODO: +- Convert to zend_parse_parameters +- Unify error handling +- Get rid of libmcrypt 2.2.x compability -- 2.50.1