summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #72513Stanislav Malyshev2016-07-191-1/+1
* Don't use FUNC_ARG fetches for call_user_func()Nikita Popov2016-06-282-12/+20
* Make call_user_func() on reference args consistentNikita Popov2016-06-283-71/+84
* Fixed testXinchen Hui2016-06-281-2/+0
* Fixed bug #72508 (strange references after recursive function call and "switc...Xinchen Hui2016-06-282-2/+48
* Allow "proxy" ovjects to substitute their class names through get_class_name(...Dmitry Stogov2016-06-222-5/+17
* Forbid "yield from" in force closed generatorsNikita Popov2016-05-283-0/+67
* Added NEWS EntryXinchen Hui2016-05-281-11/+0
* Test for bug #72221, segfault in zend_memnstr_exLauri Kenttä2016-05-281-0/+11
* Fix bug #72221 (segfault, past-the-end access)Lauri Kenttä2016-05-281-0/+3
* fix dir separator in testAnatol Belski2016-05-121-1/+1
* Fix serializing ZEND_AST_SHELL_EXECSara Golemon2016-05-122-1/+16
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-101-0/+1
|\
| * fix handle leakAnatol Belski2016-05-101-0/+1
* | Fixed testXinchen Hui2016-05-071-0/+7
* | Strlen cleanup (additions for previous one fix)Xinchen Hui2016-05-072-4/+5
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-05-061-1/+1
|\ \ | |/
| * Fixed bug #72172 (zend_hex_strtod should not use strlen)Xinchen Hui2016-05-061-1/+1
| * Fix ZTS builds by adding a missing TSRMLS_FETCH().Adam Harvey2016-04-201-0/+1
* | Fixed testXinchen Hui2016-05-061-4/+3
* | Revert "Fix bug #72162 (again)"Xinchen Hui2016-05-061-5/+10
* | Fix bug #72162 (again)Nikita Popov2016-05-051-10/+5
* | Fixed bug #72162 (use-after-free - error_reporting)Xinchen Hui2016-05-052-2/+14
* | Fix bug #72159Nikita Popov2016-05-044-32/+72
* | correct wordingJoe Watkins2016-05-041-2/+1
* | add compiler option to disable builtins (special case function calls)Joe Watkins2016-05-042-2/+11
* | Fix leaks in QM_ASSIGN, JMP_SET and COALESCENikita Popov2016-05-033-50/+110
* | Mark fcc as initialized for object callsBob Weinand2016-05-031-0/+1
* | Fix leak in zend_get_constant_exNikita Popov2016-05-022-20/+28
* | Drop dup declare with inconsistent linkageNikita Popov2016-05-021-1/+0
* | fix dir separator in testAnatol Belski2016-05-011-1/+1
* | Fix ('\bar')() in namespaceNikita Popov2016-05-012-0/+16
* | Added testDmitry Stogov2016-04-281-0/+18
* | Fixed BC break described by bug #72119.Dmitry Stogov2016-04-283-0/+7
* | Fixed bug #72101 (crash on complex code)Dmitry Stogov2016-04-253-2/+92
* | Fix constant expr coaleasce with protected mode opcacheBob Weinand2016-04-212-12/+9
* | Fix magic constants (__LINE__) with ?? for constant scalar exprsBob Weinand2016-04-215-11/+49
* | allow null coalescing (??) on constant expressionsMárcio Almada2016-04-216-2/+93
* | Fix bug #71737Nikita Popov2016-04-203-4/+20
* | Fix RECV opcode to handle all kinds of exceptionsNikita Nefedov2016-04-203-4/+25
* | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-04-191-1/+2
|\ \ | |/
| * Prevent usage in GC after free.Dmitry Stogov2016-04-191-1/+2
| * Fix #69537: __debugInfo with empty string for key gives errorJoe Watkins2016-04-032-1/+20
* | Fix SEND_USER as wellNikita Popov2016-04-183-24/+29
* | Fix SEND_ARRAY+PREFER_REF SHM corruptionNikita Popov2016-04-183-48/+51
* | combine conditionsXinchen Hui2016-04-182-2/+2
* | Fix SEND_UNPACK array separationNikita Popov2016-04-163-6/+42
* | Fixed bug #72038 (Function calls with values to a by-ref parameter don't alwa...Bob Weinand2016-04-165-33/+57
* | Fix ZEND_SEPARATE for by-val func returning ref zvalNikita Popov2016-04-123-0/+31
* | Drop unnecessary ZEND_SEPARATE codeNikita Popov2016-04-122-6/+2