| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split isset/isempty for object property and object dimension hooking. | Marcus Boerger | 2003-11-10 | 1 | -1/+5 |
| | | |||||
| * | Remove redundant callback, simplify API | Zeev Suraski | 2003-10-05 | 1 | -6/+2 |
| | | |||||
| * | - Allow partial type conversion support for objects. | Marcus Boerger | 2003-09-18 | 1 | -1/+1 |
| | | | | | | | - Add support for object to string conversion from userspace by method __toString() and add a test. | ||||
| * | WS | Marcus Boerger | 2003-08-16 | 1 | -1/+1 |
| | | |||||
| * | Improve array overloading - support unset($foo["bar"]) | Zeev Suraski | 2003-07-30 | 1 | -0/+4 |
| | | |||||
| * | Fix isset()/empty() for non-trivial object elements | Zeev Suraski | 2003-07-22 | 1 | -1/+1 |
| | | | | | | | (API change - read_property now accepts an extra element) Fixes bug #24436 | ||||
| * | Add get_dim callback | Zeev Suraski | 2003-07-07 | 1 | -0/+4 |
| | | |||||
| * | whitespace | Zeev Suraski | 2003-07-07 | 1 | -21/+21 |
| | | |||||
| * | Initial support for overloading of array syntax for objects (very initial) | Zeev Suraski | 2003-07-07 | 1 | -16/+26 |
| | | |||||
| * | Fix destructor visibility | Marcus Boerger | 2003-07-01 | 1 | -0/+2 |
| | | |||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 |
| | | |||||
| * | Assume lazy consensus regarding the cast_object() patch. *Only* implemented | Sterling Hughes | 2003-05-27 | 1 | -0/+3 |
| | | | | | | | from a internals perspective. This callback has been very useful for both ext/mono and ext/simplexml | ||||
| * | Improve handling of static member variables | Zeev Suraski | 2003-02-17 | 1 | -2/+3 |
| | | |||||
| * | - read_property cleanup | Zeev Suraski | 2003-02-05 | 1 | -1/+1 |
| | | | | | | - Implement unset/isset/empty for PPP | ||||
| * | Rework static class properties - now supports access restrictions | Zeev Suraski | 2003-02-05 | 1 | -0/+1 |
| | | |||||
| * | Core rearrangements - move Zend Objects specific code to their | Zeev Suraski | 2003-02-02 | 1 | -0/+2 |
| | | | | | | specific implementation file | ||||
| * | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+29 |
| | | |||||
| * | fix level of indirection | Stanislav Malyshev | 2002-12-31 | 1 | -1/+1 |
| | | |||||
| * | Oops, fix it indeed | Stanislav Malyshev | 2002-12-30 | 1 | -1/+1 |
| | | |||||
| * | Better check | Stanislav Malyshev | 2002-12-30 | 1 | -1/+1 |
| | | |||||
| * | only check for an available class entry instead of | Harald Radi | 2002-06-09 | 1 | -0/+1 |
| | | | | | | | | the std_object_handlers on some places #some linuxtag work | ||||
| * | Make OBJCE return zend_class_entry*, also some cleanups | Stanislav Malyshev | 2002-04-30 | 1 | -1/+1 |
| | | |||||
| * | added get_class_entry callback handler to the | Harald Radi | 2002-04-22 | 1 | -0/+2 |
| | | | | | | object handlers structure | ||||
| * | - Pass TSRMLS to callbacks. | Andi Gutmans | 2002-03-15 | 1 | -4/+4 |
| | | |||||
| * | New stuff for objects API: | Stanislav Malyshev | 2002-03-10 | 1 | -1/+4 |
| | | | | | | | - Better assignment handling - More flexible operations with zval-containing objects | ||||
| * | Mega-commit: Enter the new object model | Stanislav Malyshev | 2002-02-07 | 1 | -0/+73 |
| Note: only standard Zend objects are working now. This is definitely going to break custom objects like COM, Java, etc. - this will be fixed later. Also, this may break other things that access objects' internals directly. | |||||
