diff options
author | Andrei Zmievski <andrei@php.net> | 2001-11-16 15:04:12 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2001-11-16 15:04:12 +0000 |
commit | fcd83424cfc61d658cedf88e1f5b8734565848e2 (patch) | |
tree | f837934f3df4c90dda441cdff58b841fad7f24cc /ext/overload | |
parent | e68a9c6bfa987a26aa4f649d93db6e6a4b92caba (diff) | |
download | php-git-fcd83424cfc61d658cedf88e1f5b8734565848e2.tar.gz |
Add todo item.
Diffstat (limited to 'ext/overload')
-rw-r--r-- | ext/overload/overload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/overload/overload.c b/ext/overload/overload.c index c3bc31045a..1a6d1a6fe3 100644 --- a/ext/overload/overload.c +++ b/ext/overload/overload.c @@ -34,6 +34,7 @@ * yes * + turn off all overloading handlers on a call to a handler * - pass array overloading info on to handlers? + * - add unoverload() function */ #ifdef HAVE_CONFIG_H |