summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-11/+11
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-12-011-1/+1
|\
| * Set trailing zeroDmitry Stogov2017-12-011-1/+1
* | Fixed bug #74589 __DIR__ wrong for unicode characterAnatol Belski2017-05-151-0/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-081-2/+5
|\ \ | |/
| * Fixed another potential dangling pointerXinchen Hui2017-05-081-2/+5
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-081-2/+5
|\ \ | |/
| * Fixed bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLE...Xinchen Hui2017-05-081-2/+5
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-04-151-0/+2
|\ \ | |/
| * Improve accuracy of opline lineno informationNikita Popov2017-04-151-0/+2
* | Fixed bug #74444: multiple catch freezes in some casesDavid Matejka2017-04-151-0/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-231-1/+3
|\ \ | |/
| * Fix lineno for AST_ZVAL nodesNikita Popov2017-03-231-1/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-02-281-1/+5
|\ \ | |/
| * Fix potential crash when setting invalid declare valueSara Golemon2017-02-281-1/+5
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Fix string extension in negate_num_stringNikita Popov2016-12-211-1/+1
* | Revert "Reorder the oplines" (Break Zend/tests/return_types/bug71092.phpt)Xinchen Hui2016-12-211-2/+2
* | Reorder the oplinesXinchen Hui2016-12-171-2/+2
* | Fix T_NUM_STRING negationNikita Popov2016-12-111-0/+22
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-12-061-1/+10
|\ \ | |/
| * Fixed bug #73663 ("Invalid opcode 65/16/8" occurs with a variable created wit...Xinchen Hui2016-12-061-1/+10
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-11-241-4/+2
|\ \ | |/
| * Fixed bug #73585 (Logging of "Internal Zend error - Missing class information...Xinchen Hui2016-11-241-4/+2
* | Intriduced ZEND_ACC_INHERITED class flag.Dmitry Stogov2016-11-011-0/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-081-34/+37
|\ \ | |/
| * Fix bug #66773, #66862Nikita Popov2016-10-081-34/+37
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-281-1/+5
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-09-281-1/+5
| |\
| | * Handle resource keys in constexpr arraysNikita Popov2016-09-281-0/+3
| | * Fix the constant array case as wellNikita Popov2016-09-281-2/+5
| | * Don't enforce LSP if prototype method is privatePedro Magalhães2016-07-051-2/+2
| | * Fix ZTS builds by adding a missing TSRMLS_FETCH().Adam Harvey2016-04-201-0/+1
| | * Prevent usage in GC after free.Dmitry Stogov2016-04-191-1/+2
| | * Fix #69537: __debugInfo with empty string for key gives errorJoe Watkins2016-04-031-1/+1
| | * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
| | * Fixed bug #70958 (Invalid opcode while using ::class as trait method paramate...Xinchen Hui2015-11-231-2/+8
| | * Fixed bug #70957 (self::class can not be resolved with reflection for abstrac...Xinchen Hui2015-11-231-1/+1
| | * Fixed bug #70828 (php-fpm 5.6 with opcache crashes when referencing a non-exi...Xinchen Hui2015-11-021-1/+1
| | * Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer)Xinchen Hui2015-10-031-5/+1
| | * fix C89 compatAnatol Belski2015-07-071-1/+3
* | | Combine code for keyed/unkeyed list()Nikita Popov2016-09-281-58/+29
* | | Fix segfault when empty entry in keyed array assignmentNikita Popov2016-09-281-8/+9
* | | Use SEND_USER for CONST|TMP as wellNikita Popov2016-09-251-5/+1
* | | Compile intval() etc to castsNikita Popov2016-09-091-0/+26
* | | Add ISSET_ISEMPTY_STATIC_PROP to smart branch listNikita Popov2016-09-061-0/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-08-291-1/+33
|\ \ \ | |/ /
| * | Fixed bug #72944 (Null pointer deref in zval_delref_p).Dmitry Stogov2016-08-291-1/+33