summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix handling of qualified nullable parameter typesNikita Popov2016-08-161-0/+1
* | | Fix buildNikita Popov2016-07-231-1/+3
* | | Fix return from by-ref generatorsNikita Popov2016-07-141-3/+9
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-07-141-2/+9
|\ \ \ | |/ /
| * | Fixed bug #72594 (Calling an earlier instance of an included anonymous class ...Xinchen Hui2016-07-141-3/+10
* | | Fixed bug #72347 (VERIFY_RETURN type casts visible in finally)Dmitry Stogov2016-07-131-0/+43
* | | This became unnecessary after #72543 is fixedXinchen Hui2016-07-071-16/+0
* | | Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)Dmitry Stogov2016-07-071-1/+14
* | | Forbid use of array() in nested destructuringNikita Popov2016-07-061-3/+6
* | | Merge branch 'master' into iterableAaron Piotrowski2016-07-031-75/+120
|\ \ \
| * \ \ Merge branch 'PHP-7.0'Nikita Popov2016-06-281-12/+2
| |\ \ \ | | |/ /
| | * | Don't use FUNC_ARG fetches for call_user_func()Nikita Popov2016-06-281-12/+2
| * | | Use DO_UCALL for method callsNikita Popov2016-06-281-3/+3
| * | | Fixed buildXinchen Hui2016-06-281-1/+1
| * | | Merge branch 'PHP-7.0'Xinchen Hui2016-06-281-2/+18
| |\ \ \ | | |/ /
| | * | Fixed bug #72508 (strange references after recursive function call and "switc...Xinchen Hui2016-06-281-2/+18
| * | | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1