summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* Shut up, my lovely compiler; I do not like your warningsBob Weinand2014-04-111-0/+2
* Add more tests for __debugInfo() and fix leakSara Golemon2014-02-201-0/+1
* Add __debugInfo() magic methodSara Golemon2014-02-171-3/+32
* Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-01-041-4/+0
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Nikita Popov2014-01-041-4/+0
| |\
| | * Fix bug #66286: Incorrect object comparison with inheritanceNikita Popov2014-01-041-4/+0
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | Make use of direct returns in some placesNikita Popov2013-08-311-10/+4
* | | Implement internal operator overloadingNikita Popov2013-06-171-0/+2
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Dmitry Stogov2013-05-211-0/+8
|\ \ | |/
| * Fixed bug #64720 (SegFault on zend_deactivate)Dmitry Stogov2013-05-211-0/+8
* | Fixed typo - inconsistent notice for undefined property (introduced by fix fo...Michael Moravec2013-04-101-1/+1
* | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-2/+4
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-01-181-0/+10
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-01-181-0/+10
| |\
| | * fix bug #63462 (Magic methods called twice for unset protected properties)Stanislav Malyshev2013-01-181-0/+10
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * Fixed bug #63726 (Memleak with static properties and internal/user classes)Xinchen Hui2012-12-101-0/+2
* | | Use zend_unmangle_property_name_ex to save strlenXinchen Hui2013-01-141-2/+3
|/ /
* | fix bug #63982: isset() inconsistently produces a fatal error on protected pr...Stanislav Malyshev2013-01-131-1/+1
* | Fixed bug #63882 (zend_std_compare_objects crash on recursion)Dmitry Stogov2013-01-091-0/+26
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Fixed bug #63726 (Memleak with static properties and internal/user classes)Xinchen Hui2012-12-101-0/+2
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-09-061-0/+1
|\ \ | |/
| * - Fixed bug #61767 (Shutdown functions not called in certain error situation)Dmitry Stogov2012-09-061-0/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed bug #54372 (Crash accessing global object itself returned from its __ge...Dmitry Stogov2011-04-071-1/+5
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Reverted fix for bug #51176Felipe Pena2010-11-031-3/+3
| * Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset ca...Dmitry Stogov2010-10-011-4/+13
| * - Fixed bug #52484 (__set() ignores setting properties with empty names)Felipe Pena2010-08-011-3/+28
| * - Fixed bug #52051 (handling of case sensitivity of old-style constructors ch...Felipe Pena2010-06-121-1/+1
* | fix bug #61782 - __clone/__destruct do not match other methods when checking ...Stanislav Malyshev2012-05-131-17/+11
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed bug #60558 (Invalid read and writes)Xinchen Hui2011-12-191-8/+1
* | Revert previous bad fix, introduce memory leakXinchen Hui2011-12-191-1/+0
* | Fixed bug #60558 (Invalid read and writes)Xinchen Hui2011-12-191-0/+1
* | Reduce memory usageXinchen Hui2011-12-171-1/+1
* | Fixed bug #60536 (Traits Segfault)Xinchen Hui2011-12-161-2/+9
* | Fixed bug #60139 (Anonymous functions create cycles not detected by the GC)Dmitry Stogov2011-11-021-0/+23
* | Fix foldingEtienne Kneuss2011-09-151-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-6/+6
* | Fixed bug #54372 (Crash accessing global object itself returned from its __ge...Dmitry Stogov2011-04-071-1/+5
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Reverted fix for bug #51176Felipe Pena2010-11-031-3/+3
* | Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset ca...Dmitry Stogov2010-10-011-20/+29
* | - Improved memory usageDmitry Stogov2010-09-151-6/+2
* | - Fixed bug #52484 (__set() ignores setting properties with empty names)Felipe Pena2010-08-011-3/+28