summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused callbackZeev Suraski2003-10-051-8/+0
* Remove redundant callback, simplify APIZeev Suraski2003-10-051-3/+11
* - Allow partial type conversion support for objects.Marcus Boerger2003-09-181-1/+23
* Tests show updating consts must happen once at runtime (revert optimization).Marcus Boerger2003-09-041-0/+1
* Fix static properties.Marcus Boerger2003-09-031-7/+1
* Synch/Unify error messages related to function/method callsMarcus Boerger2003-09-021-2/+2
* Fix warningsMarcus Boerger2003-08-171-2/+0
* Restrict scope of inline functions to compile unitSascha Schumann2003-08-151-1/+1
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-031-1/+2
* Improve array overloading - support unset($foo["bar"])Zeev Suraski2003-07-301-0/+8
* Fix isset()/empty() for non-trivial object elementsZeev Suraski2003-07-221-2/+4
* Fix bug #24499Zeev Suraski2003-07-211-1/+14
* Add get_dim callbackZeev Suraski2003-07-071-2/+20
* whitespaceZeev Suraski2003-07-071-21/+21
* fixletZeev Suraski2003-07-071-1/+1
* Initial support for overloading of array syntax for objects (very initial)Zeev Suraski2003-07-071-0/+20
* Fix destructor visibilityMarcus Boerger2003-07-011-1/+1
* Fixed bug #24279 (__get() crash when no value is returned)Ilia Alshanetsky2003-06-291-2/+3
* updating license information in the headers.James Cox2003-06-101-1/+1
* Fix casing issues in access level checksZeev Suraski2003-06-081-2/+2
* rm namespace leftoversStanislav Malyshev2003-06-041-1/+2
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-021-20/+16
* Assume lazy consensus regarding the cast_object() patch. *Only* implementedSterling Hughes2003-05-271-1/+2
* Make use optimized string loweringMarcus Boerger2003-05-211-2/+1
* Change get_class() so that it returns qualified names for namespacedStanislav Malyshev2003-04-211-4/+5
* Split ZEND_NAMESPACE into user and internal namespaces. Hope this isAndrei Zmievski2003-04-011-1/+1
* Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_add...Sebastian Bergmann2003-03-261-1/+1
* - Fix situation where a derived class declares a public (or implicit public)Zeev Suraski2003-03-181-11/+27
* Fix handling of ::func()Zeev Suraski2003-03-111-1/+6
* Improve handling of static member variablesZeev Suraski2003-02-171-43/+33
* namespace patch - static variable accessStanislav Malyshev2003-02-161-0/+6
* Fix error handling in illegal property accessZeev Suraski2003-02-131-5/+12
* update static constants tooStanislav Malyshev2003-02-101-0/+2
* Restore missing checkZeev Suraski2003-02-101-0/+7
* Improve PPP handling of propertiesZeev Suraski2003-02-071-83/+35
* Fix checkZeev Suraski2003-02-061-1/+1
* - read_property cleanupZeev Suraski2003-02-051-25/+48
* Rework static class properties - now supports access restrictionsZeev Suraski2003-02-051-19/+73
* Add PPP support for arraysZeev Suraski2003-02-051-1/+15
* Missing updateZeev Suraski2003-02-041-1/+1
* Reimplement PPP propertiesZeev Suraski2003-02-041-3/+69
* Core rearrangements - move Zend Objects specific code to theirZeev Suraski2003-02-021-7/+157
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+28
* Code rearrangementsZeev Suraski2003-01-291-2/+3
* Fix assignments to $this.Zeev Suraski2003-01-291-1/+3
* wsStanislav Malyshev2003-01-141-2/+2
* Move Z_OBJ_P here.Stanislav Malyshev2003-01-121-0/+2
* add get_class_name handlerStanislav Malyshev2003-01-121-1/+19
* h WHitespaceAndi Gutmans2002-11-301-1/+1
* - Commit Marcus' cleanup of abstract and static inheritance and improveAndi Gutmans2002-11-231-2/+2