summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.h
Commit message (Collapse)AuthorAgeFilesLines
* Split isset/isempty for object property and object dimension hooking.Marcus Boerger2003-11-101-1/+5
|
* Remove redundant callback, simplify APIZeev Suraski2003-10-051-6/+2
|
* - Allow partial type conversion support for objects.Marcus Boerger2003-09-181-1/+1
| | | | | | - Add support for object to string conversion from userspace by method __toString() and add a test.
* WSMarcus Boerger2003-08-161-1/+1
|
* Improve array overloading - support unset($foo["bar"])Zeev Suraski2003-07-301-0/+4
|
* Fix isset()/empty() for non-trivial object elementsZeev Suraski2003-07-221-1/+1
| | | | | | (API change - read_property now accepts an extra element) Fixes bug #24436
* Add get_dim callbackZeev Suraski2003-07-071-0/+4
|
* whitespaceZeev Suraski2003-07-071-21/+21
|
* Initial support for overloading of array syntax for objects (very initial)Zeev Suraski2003-07-071-16/+26
|
* Fix destructor visibilityMarcus Boerger2003-07-011-0/+2
|
* updating license information in the headers.James Cox2003-06-101-1/+1
|
* Assume lazy consensus regarding the cast_object() patch. *Only* implementedSterling Hughes2003-05-271-0/+3
| | | | | | from a internals perspective. This callback has been very useful for both ext/mono and ext/simplexml
* Improve handling of static member variablesZeev Suraski2003-02-171-2/+3
|
* - read_property cleanupZeev Suraski2003-02-051-1/+1
| | | | | - Implement unset/isset/empty for PPP
* Rework static class properties - now supports access restrictionsZeev Suraski2003-02-051-0/+1
|
* Core rearrangements - move Zend Objects specific code to theirZeev Suraski2003-02-021-0/+2
| | | | | specific implementation file
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+29
|
* fix level of indirectionStanislav Malyshev2002-12-311-1/+1
|
* Oops, fix it indeedStanislav Malyshev2002-12-301-1/+1
|
* Better checkStanislav Malyshev2002-12-301-1/+1
|
* only check for an available class entry instead ofHarald Radi2002-06-091-0/+1
| | | | | | | the std_object_handlers on some places #some linuxtag work
* Make OBJCE return zend_class_entry*, also some cleanupsStanislav Malyshev2002-04-301-1/+1
|
* added get_class_entry callback handler to theHarald Radi2002-04-221-0/+2
| | | | | object handlers structure
* - Pass TSRMLS to callbacks.Andi Gutmans2002-03-151-4/+4
|
* New stuff for objects API:Stanislav Malyshev2002-03-101-1/+4
| | | | | | - Better assignment handling - More flexible operations with zval-containing objects
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-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.