summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fixed uninitialized symbol_tableXinchen Hui2014-07-081-0/+1
* | | | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-11/+9
* | | | Simplify call-frame handlingDmitry Stogov2014-07-071-6/+6
* | | | Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)Dmitry Stogov2014-07-021-2/+0
* | | | Uinified call frame handling for user and internal functions.Dmitry Stogov2014-07-021-29/+0
* | | | Fixed support for extra arguments in conjunction with variadiv argument.Dmitry Stogov2014-06-301-4/+6
* | | | Help C compilet to do the better job optimizing target codeDmitry Stogov2014-06-271-10/+13
* | | | Use fast comparison for (func->type == ZEND_USER_FUNCTION || func->type == ZE...Dmitry Stogov2014-06-271-1/+1
* | | | Keep extra args in the same VM stack segment (after all CV and TMP vars)Dmitry Stogov2014-06-271-26/+9
* | | | Refactoring: merge call_frame and end_execute_data into single data structure...Dmitry Stogov2014-06-261-65/+67
* | | | Refactoring: use call_frames instead of call_slotsDmitry Stogov2014-06-241-13/+24
* | | | Small call/return improvementDmitry Stogov2014-06-161-4/+7
* | | | Added commentDmitry Stogov2014-05-131-0/+2
* | | | Sync zend_is_true with convert_to_boolean (fixes GMP test)Nikita Popov2014-05-061-0/+2
* | | | GC checks during argument release don't make senseDmitry Stogov2014-05-051-1/+1
* | | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-5/+10
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6'Bob Weinand2014-04-111-4/+4
| |\ \ \ | | |/ /
| | * | Removed useless void* parameter and replaced with zend_bool on zval_update_co...Bob Weinand2014-04-111-4/+4
| * | | Merge branch 'PHP-5.6'Bob Weinand2014-04-111-0/+2
| |\ \ \ | | |/ /
| | * | Fixed disallowal of array usage in constants at run-timeBob Weinand2014-04-111-0/+2
* | | | Optimized zend_leave_helper()Dmitry Stogov2014-04-181-1/+1
* | | | Cache op_array->run_time_cache in zend_execute_data for faster accessDmitry Stogov2014-04-171-6/+23
* | | | Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-2/+2
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-26/+0
* | | | Fixed zend_object_get_t in simpleXMLXinchen Hui2014-04-151-2/+3
* | | | Optimized ISSET_ISEMPTY_DIM_OBJDmitry Stogov2014-04-071-0/+1
* | | | Use macrosDmitry Stogov2014-04-071-0/+5
* | | | Optimized RECV_* opcodesDmitry Stogov2014-04-041-16/+9
* | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-5/+1
* | | | Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-3/+3
* | | | Use ZVAL_DEREF() macroDmitry Stogov2014-03-271-5/+5
* | | | Replaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x))Dmitry Stogov2014-03-271-2/+2
* | | | Refactored GC (incomplete)Dmitry Stogov2014-03-191-4/+2
* | | | Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*Dmitry Stogov2014-03-171-1/+1
* | | | Fixed zend_is_true to support IS_REFERENCEXinchen Hui2014-03-051-1/+6
* | | | Handle interned strings as non-refcounted scalarsDmitry Stogov2014-03-051-2/+5
* | | | Fixed destruction of VM handler operands (FREE_OP1 and family)Dmitry Stogov2014-03-041-1/+1
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-191-1/+2
* | | | Use better data structures (incomplete; able to run bench.php)Dmitry Stogov2014-02-181-7/+7
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-181-1/+2
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-171-2/+2
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-171-24/+25
* | | | Use better data structures (incomplete) - refactored return_value handlingDmitry Stogov2014-02-121-2/+2
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-121-3/+2
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-108/+71
|/ / /
* | | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ \ | |/ /
| * | Bump yearXinchen Hui2014-01-031-1/+1
| * | export more Zend APIkrakjoe2013-11-201-1/+1
* | | Eliminate another TSRMLS_FETCH() in i_zend_is_true()Kalle Sommer Nielsen2013-12-181-4/+2