summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fix T_NUM_STRING negationNikita Popov2016-12-111-0/+3
* Intriduced ZEND_ACC_INHERITED class flag.Dmitry Stogov2016-11-011-0/+1
* Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-08-291-0/+1
|\
| * Fixed bug #72944 (Null pointer deref in zval_delref_p).Dmitry Stogov2016-08-291-0/+1
* | Corrected typo in commentJoey2016-08-111-1/+1
* | Forbid use of array() in nested destructuringNikita Popov2016-07-061-0/+4
* | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
* | Implemented RFC: Fix inconsistent behavior of $this variableDmitry Stogov2016-06-161-2/+0
* | Split ZEND_SEND_VAR_NO_REF into ZEND_SEND_VAR_NO_REF and ZEND_SEND_VAR_NO_REF...Dmitry Stogov2016-05-311-5/+0
* | Fixed bug #72213 (Finally leaks on nested exceptions).Dmitry Stogov2016-05-251-5/+1
* | Forbid dynamic calls to scope introspection functionsNikita Popov2016-05-241-0/+1
* | Merge branch 'nullable_types' of github.com:morrisonlevi/php-srcDmitry Stogov2016-05-231-0/+2
|\ \
| * | Implement nullable return types.Dmitry Stogov2016-05-051-0/+2
* | | Check if generator object is created by GENERATOR_CREATE when throw exception...Dmitry Stogov2016-05-161-0/+1
* | | Extend CAL_FLAGS from 8-bit to 16-bitDmitry Stogov2016-05-161-1/+1
* | | Eliminated checks for (func->op_array.fn_flags & ZEND_ACC_GENERATOR) in fast ...Dmitry Stogov2016-05-131-3/+5
|/ /
* | Merge branch 'PHP-7.0'Joe Watkins2016-05-041-0/+3
|\ \ | |/
| * add compiler option to disable builtins (special case function calls)Joe Watkins2016-05-041-0/+3
* | Fixed breaks of strict-aliasing rulesDmitry Stogov2016-04-291-4/+5
* | Don't initialize EX(call)->symbol_table on each function call.Dmitry Stogov2016-04-281-1/+1
* | Merge remote-tracking branch 'origin/PHP-7.0'Bob Weinand2016-04-211-0/+2
|\ \ | |/
| * allow null coalescing (??) on constant expressionsMárcio Almada2016-04-211-0/+2
* | Use DO_FCALL_BY_NAME instead of DO_FCALL, if possibleDmitry Stogov2016-04-141-1/+1
* | Merge zend_execute_data->called_scope into zend_execute_data->This.Dmitry Stogov2016-04-011-3/+2
* | Use CALL_INFO flag to check if we need to destroy symbol_table.Dmitry Stogov2016-03-311-1/+1
* | Warn about invalid strings in arithmeticAndrea Faulds2016-03-301-0/+2
* | Remove some dead definesNikita Popov2016-03-261-2/+0
* | Drop some dead definesNikita Popov2016-03-201-15/+0
* | Remove ZEND_CALL_CTOR_RESULT_UNUSEDNikita Popov2016-02-111-1/+1
* | Remove EXT_TYPE_UNUSED in favor of IS_UNUSEDNikita Popov2016-02-111-2/+0
* | Introduced BIND_STATIC opcode instead of FETCH_R/FETCH_W(static)+ASSIGN/ASSIG...Dmitry Stogov2016-01-121-1/+0
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\ \ | |/
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Introduce BIND_LEXICALNikita Popov2015-12-291-1/+0
* | Merge branch 'PHP-7.0'Julien Pauli2015-12-241-3/+3
|\ \ | |/
| * Remove mentions of "type hint" and "typehint"Levi Morrison2015-12-241-3/+3
* | Remove BP_VAR_REFNikita Popov2015-12-111-1/+0
* | Remove FETCH_STATIC_MEMBER flagNikita Popov2015-12-101-1/+0
* | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-081-0/+6
* | Fixed signed/unsigned mismatchDmitry Stogov2015-11-171-1/+1
* | Don't undo/redo "pass two" for jump targets in opcache optimizer.Dmitry Stogov2015-11-171-0/+11
* | Squashed commit of the following:Dmitry Stogov2015-11-131-0/+7
* | Separate common part of compile_file() and compile_string() into zend_compile()Dmitry Stogov2015-11-121-1/+1
* | We don't nees zend_op_array->brk_cont_array at run-time anymore.Dmitry Stogov2015-11-101-15/+22
|/
* Fix bug #70650Márcio Almada2015-10-071-1/+0
* Revert "Fixed bug #70630 (Closure::call/bind() crash with ReflectionFunction-...Dmitry Stogov2015-10-061-1/+1
* Revert "Speed up self::method() calls (no ZEND_FETCH_CLASS)"Dmitry Stogov2015-10-061-8/+7
* Speed up self::method() calls (no ZEND_FETCH_CLASS)Bob Weinand2015-10-051-7/+8