Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Only destroy the current object if it was received from the __get() handler. | Andrei Zmievski | 2001-12-09 | 1 | -48/+62 |
* | - Fix memory leak when accessing undefined index or property. | Andrei Zmievski | 2001-12-07 | 1 | -10/+18 |
* | Make sure refcount is 1 on stack zval. | Andrei Zmievski | 2001-12-07 | 1 | -0/+1 |
* | Add fold markers in strategic places and improve MINIT function a bit. | Andrei Zmievski | 2001-12-07 | 1 | -2/+13 |
* | If the method exists in object's function table, call it directly without | Andrei Zmievski | 2001-12-07 | 1 | -20/+36 |
* | Support overloaded method calls via __call(). | Andrei Zmievski | 2001-12-07 | 1 | -10/+58 |
* | Add todo item. | Andrei Zmievski | 2001-11-16 | 1 | -0/+1 |
* | Adding user-space object overloading extension. | Andrei Zmievski | 2001-10-15 | 1 | -0/+474 |