summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Added GC checks and improvementsDmitry Stogov2015-04-173-34/+33
* Fixed memory-leakDmitry Stogov2015-04-171-1/+1
* Safe destruction (variables and arguments may need to be cuptured by exception)Dmitry Stogov2015-04-162-3/+25
* Use temporary debug_info for closuresNikita Popov2015-04-161-53/+39
* Micro optimizations for the more frequently pathsDmitry Stogov2015-04-162-9/+7
* Changed zend_smart_str allocation granularity to do the better job together w...Dmitry Stogov2015-04-165-32/+94
* Revert "Changed zend_smart_str allocation granularity to do the better job to...Dmitry Stogov2015-04-163-25/+16
* Changed zend_smart_str allocation granularity to do the better job together w...Dmitry Stogov2015-04-163-16/+25
* Mark call frames to closures with ZEND_CALL_CLOSURE flag to avoid expensive c...Dmitry Stogov2015-04-166-35/+64
* Remove duplicated assignmentXinchen Hui2015-04-161-1/+0
* Add test for recursive __debugInfo()Nikita Popov2015-04-151-0/+19
* Remove some redundant exception checking/continuing VM instructionsBob Weinand2015-04-152-30/+0
* Use object apply count in var_dump / print_rNikita Popov2015-04-151-12/+15
* Fix bug #69458Bob Weinand2015-04-153-10/+59
* Fix object leak for yield from (added proper refcounting)Bob Weinand2015-04-151-4/+33
* Forgot to transform some errors to engine exceptionsBob Weinand2015-04-152-50/+30
* eliminate unnecessary EX(opline) <-> opline reloadingDmitry Stogov2015-04-152-157/+355
* Optimization of stack-frame constructionDmitry Stogov2015-04-156-90/+193
* Avoid double refcountingDmitry Stogov2015-04-151-18/+23
* Fix leak when calling ->get() on tmp propertyNikita Popov2015-04-143-124/+124
* Drop ??? for AST_ZNODE in ast pretty printerNikita Popov2015-04-141-1/+4
* Add "yield from" support to ast pretty printerNikita Popov2015-04-142-0/+5
* Merge branch 'master' of git.php.net:php-srcDmitry Stogov2015-04-141-1/+9
|\
| * Add NEWS/UPGRADING and some implementation notesBob Weinand2015-04-141-1/+9
* | Fixed bug #69446 (GC leak relating to removal of nested data after dtors run)Dmitry Stogov2015-04-144-2/+70
|/
* Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-srcBob Weinand2015-04-1424-1122/+2834
|\
| * Added yield from operatorBob Weinand2015-03-0720-1102/+2317
| * WIPNikita Popov2015-02-2810-20/+541
| * Implement Generator::getReturn()Nikita Popov2015-02-1911-75/+526
* | Merge branch 'PHP-5.6'Nikita Popov2015-04-141-0/+22
|\ \
| * \ Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2015-04-143-6/+28
| |\ \
| | * | Fixed bug #69419Nikita Popov2015-04-143-6/+28
* | | | Merge branch 'PHP-5.6'Dmitry Stogov2015-04-141-6/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-04-141-5/+3
| |\ \ \ | | |/ /
| | * | Bug #63336 is not a bugDmitry Stogov2015-04-141-5/+3
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-04-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-04-141-1/+1
| |\ \ \ | | |/ /
| | * | codes standardXinchen Hui2015-04-141-1/+1
* | | | Fixed memory leak in ext/standard/tests/array/compact_variation1.phptDmitry Stogov2015-04-141-0/+1
* | | | Use Z_TYPE_INFO_P() instead Z_TYPE_P() when we check for few scalar types. Th...Dmitry Stogov2015-04-142-751/+835
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-0/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5.24' into PHP-5.5Stanislav Malyshev2015-04-141-0/+3
| | |\ \
| | | * \ Merge branch 'PHP-5.5-security' into PHP-5.5.24Stanislav Malyshev2015-04-122-8/+3
| | | |\ \
| | | * \ \ Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-0/+3
| | | |\ \ \
| | | | * | | More fixes for bug #69152Stanislav Malyshev2015-04-111-0/+3
| | | | * | | Revert "Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into...Stanislav Malyshev2015-04-011-1/+0
| | | | * | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Xinchen Hui2015-03-255-3/+36
| | | | |\ \ \
| | | | * \ \ \ Merge branch 'arginfo' of https://github.com/realityking/php-src into PHP-5.4Xinchen Hui2015-03-081-0/+1
| | | | |\ \ \ \
| | | | | * | | | Add ZEND_ARG_CALLABLE_INFO to allow internal function to type hint against ca...Rouven Weßling2014-01-251-0/+1