]> granicus.if.org Git - php/commitdiff
This has been scaring people off.
authorAndrei Zmievski <andrei@php.net>
Wed, 27 Feb 2002 17:32:27 +0000 (17:32 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 27 Feb 2002 17:32:27 +0000 (17:32 +0000)
ext/overload/EXPERIMENTAL [deleted file]
ext/overload/README

diff --git a/ext/overload/EXPERIMENTAL b/ext/overload/EXPERIMENTAL
deleted file mode 100644 (file)
index e69de29..0000000
index 3ce21fb6e30f539bcd6a8f7a9c7b3c467fbf2d53..1ae3dcc557b806534e10bf9d00b4d152364dd2dd 100644 (file)
@@ -1,8 +1,3 @@
-This extension is experimental.
-
-That's all I'm required to say, as you should know the consequences, but
-I'll go ahead and add a few more notes.
-
 The purpose of this extension is to allow user-space overloading of object
 property access and method calls. It has only one function, overload() which
 takes the name of the class that should have this functionality enabled. But
@@ -93,20 +88,7 @@ var_dump($o->COUNT);
 
 ?>
 
-What works
-----------
-Whatever you can get it to do.
-
-
 What doesn't work
 -----------------
 Invoking original overloading handlers, if the class had any.
-__set() only works to one level of property access, no chains yet
-Whatever else I am forgetting about here.
-
-
-What might change
------------------
-Hell, anything, even the name of extension and its only function.
-
-Feedback, please.
+__set() only works to one level of property access, no chains yet.