summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* fix C89 compatAnatol Belski2015-07-071-1/+3
* Fixed double ZEND_TICKS opcode generation for declare()Julien Pauli2015-07-071-0/+5
* Fix uninitialized value with extension traitsJohn Boehr2015-05-041-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-04-211-1/+1
|\
| * Remove tail blank which is committed by accidentXinchen Hui2015-04-211-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-04-211-2/+3
|\ \ | |/
| * Fixed Bug #69467 (Wrong checked for the interface by using Trait)Xinchen Hui2015-04-211-2/+3
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-04-101-0/+1
|\ \ | |/
| * Fixed bug #69420 (Invalid read in zend_std_get_method)Xinchen Hui2015-04-101-0/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2015-04-061-8/+8
|\ \ | |/
| * Fix bug #60022Nikita Popov2015-04-061-2/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-051-1/+5
|\ \ | |/
| * Error also maybe happened hereXinchen Hui2015-03-051-1/+5
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-051-1/+16
|\ \ | |/
| * Fixed bug #69174 (leaks when unused inner class use traits precedence)Xinchen Hui2015-03-051-1/+16
| * Bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-12-121-2/+2
|\ \ | |/
| * Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor)Kévin Dunglas2014-12-121-2/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-11-281-0/+6
|\ \ | |/
| * Fix #65419 - Inside trait, self::class != __CLASS__Julien Pauli2014-11-281-0/+6
* | Better fix for bug #68446Dmitry Stogov2014-11-251-3/+12
* | Revert "Fix bug #68446 (bug with constant defaults and type hints)"Bob Weinand2014-11-251-4/+4
* | Fix bug #68446 (bug with constant defaults and type hints)Bob Weinand2014-11-231-4/+4
* | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-11-211-2/+2
|\ \ | |/
| * Fix #68185 - Inconsistent insteadof definitionJulien Pauli2014-11-211-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-09-201-0/+9
|\ \ | |/
| * Fixed bug #67633Nikita Popov2014-09-201-0/+9
* | Fix bug #67938: Segfault when extending interface method with variadicNikita Popov2014-08-301-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2014-06-161-2/+2
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-06-161-2/+2
| |\
| | * Fix patch for bug #67436Bob Weinand2014-06-161-2/+2
* | | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2014-06-151-2/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-06-151-3/+6
| |\ \ | | |/
| | * Fix bug #67436Bob Weinand2014-06-151-3/+6
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Removed useless void* parameter and replaced with zend_bool on zval_update_co...Bob Weinand2014-04-111-1/+1
* | | Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-45/+10
* | | Disallow use of positional args after unpackingNikita Popov2014-02-261-0/+6
* | | Store arg_num in fcall entryNikita Popov2014-02-261-19/+19
* | | Introduce zend_function_call_entry structureNikita Popov2014-02-261-20/+24
* | | some missing pieces for __debugInfoAnatol Belski2014-02-201-0/+4
* | | Add __debugInfo() magic methodSara Golemon2014-02-171-0/+12
* | | Implement argument unpackingNikita Popov2014-01-111-1/+44
* | | Minor cleanup in zend_do_pass_param()Nikita Popov2014-01-111-10/+7
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | Improved empty string handling. Now ZE uses an interned string instead of all...Dmitry Stogov2013-12-261-2/+2
* | | Save one char compareXinchen Hui2013-12-171-2/+2
* | | Fixed memory leaks introdused by:Dmitry Stogov2013-12-101-2/+2