summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-69/+69
* Reuse zend_assign_to_variable() in zend_std_write_property()Dmitry Stogov2014-11-241-45/+1
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-2/+2
* Use better functionDmitry Stogov2014-11-061-1/+1
* Improved object property access.Dmitry Stogov2014-11-061-42/+36
* zend_get_property_info_quick() cleanup and optimizationDmitry Stogov2014-10-201-48/+44
* Optimized property access handlers. Removed EG(std_property_info).Dmitry Stogov2014-10-171-104/+93
* Don't make difference between undefined and unaccessible properies when call ...Dmitry Stogov2014-10-171-30/+8
* Don't make useless CSEDmitry Stogov2014-10-171-5/+3
* Update get_class_name semanticsNikita Popov2014-10-091-13/+2
* Remove get_class_entry object handlerNikita Popov2014-10-091-8/+1
* Remove support for classes without class entriesNikita Popov2014-10-091-1/+0
* Fix bug #68163Nikita Popov2014-10-061-10/+5
* Merge branch 'PHP-5.6'Nikita Popov2014-10-031-4/+6
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-10-031-3/+6
| |\
| | * Fix bug #68188Nikita Popov2014-10-031-3/+6
* | | Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-5/+5
* | | Switch (un)mangle property name to size_t and zend_stringNikita Popov2014-09-161-4/+6
* | | Fix use of stack variable outside its blockNikita Popov2014-09-141-3/+3
* | | zend_get_property_info takes a zend_string* nowNikita Popov2014-09-141-2/+2
* | | Use efree_size() instead of efree() where posibleDmitry Stogov2014-08-271-3/+3
* | | master renames phase 1Anatol Belski2014-08-251-30/+30
* | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-16/+16
* | | Fixed support for referencesDmitry Stogov2014-08-141-0/+1
* | | Fixed reference support (references to references are not allowed)Dmitry Stogov2014-08-141-3/+17
* | | Fixed incorrect destruction (it might lead to crash)Dmitry Stogov2014-07-291-1/+1
* | | Specify HashTable size and optimize inserts that may not conflictDmitry Stogov2014-07-081-2/+2
* | | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-29/+29
* | | Removed EG(active_op_array) and use corresponding value from EG(current_execu...Dmitry Stogov2014-07-021-8/+8
* | | Uinified call frame handling for user and internal functions.Dmitry Stogov2014-07-021-2/+2
* | | Refactoring: use call_frames instead of call_slotsDmitry Stogov2014-06-241-2/+2
* | | Optimized for fast pathDmitry Stogov2014-06-101-2/+2
* | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-4/+4
* | | Avoid copying of immutable arraysDmitry Stogov2014-06-031-1/+7
* | | retval's initializing is already taken by zend_call_functionXinchen Hui2014-05-271-9/+0
* | | Use specialized functions instead of macrosDmitry Stogov2014-05-261-1/+1
* | | Fixed wrong conditionDmitry Stogov2014-05-181-1/+1
* | | hash find returns zval* nowPierre Joye2014-05-161-1/+1
* | | Add STR_ALLOCA_* API, use in get_method and verify_argNikita Popov2014-05-031-3/+4
* | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+1
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-3/+34
|\ \ \
| * \ \ Merge branch 'PHP-5.6'Bob Weinand2014-04-111-0/+2
| |\ \ \ | | |/ /
| | * | Shut up, my lovely compiler; I do not like your warningsBob Weinand2014-04-111-0/+2
| * | | Merge branch 'PHP-5.6'Sara Golemon2014-02-201-0/+1
| |\ \ \ | | |/ /
| | * | Add more tests for __debugInfo() and fix leakSara Golemon2014-02-201-0/+1
| * | | Merge branch 'PHP-5.6'Sara Golemon2014-02-171-3/+32
| |\ \ \ | | |/ /
| | * | Add __debugInfo() magic methodSara Golemon2014-02-171-3/+32
* | | | Cache knowledge about missing property_infoDmitry Stogov2014-04-221-1/+12
* | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-2/+2