diff options
author | Andi Gutmans <andi@php.net> | 2000-09-16 19:07:50 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-09-16 19:07:50 +0000 |
commit | a45553cd572ea860915874e6ab8755205a1ac6d2 (patch) | |
tree | 7977a3c82de2c3ac90ac38306bf34b023d848087 /TSRM/TODO | |
parent | e9d946d37452c92e562532bdef19301280f1d806 (diff) | |
download | php-git-a45553cd572ea860915874e6ab8755205a1ac6d2.tar.gz |
- Add TODO
Diffstat (limited to 'TSRM/TODO')
-rw-r--r-- | TSRM/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TSRM/TODO b/TSRM/TODO new file mode 100644 index 0000000000..82b4fedfde --- /dev/null +++ b/TSRM/TODO @@ -0,0 +1,2 @@ +- Improve the lock in ts_resource_ex() in order to cover less code. + This can probably be done by more careful hash table access |