diff options
author | Derick Rethans <derick@php.net> | 2001-12-15 13:18:51 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-12-15 13:18:51 +0000 |
commit | 9f6ff716c1646c9477d682ebb37906b500af5c4e (patch) | |
tree | 405826b64f91a74f955818382b2e5f4aeebc3c17 | |
parent | 856c9fa57bbd37ad3c69ac01f2e7183e07eff35e (diff) | |
download | php-git-9f6ff716c1646c9477d682ebb37906b500af5c4e.tar.gz |
- Added TODO file
-rw-r--r-- | ext/mcrypt/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
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 |