summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary string copyAnatol Belski2017-04-271-1/+3
* get rid of two strlen callsAnatol Belski2017-04-271-2/+3
* Remove the ZEND_ACC_CLONE flagNikita Popov2017-04-224-4/+2
* Document which function flags are still freeNikita Popov2017-04-221-22/+36
* Merge branch 'PHP-7.1'Nikita Popov2017-04-152-1/+3
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-04-152-1/+3
| |\
| | * Improve accuracy of opline lineno informationNikita Popov2017-04-152-1/+3
* | | Remove leftover code for generator stack page handlingNikita Popov2017-04-151-12/+9
* | | Initialize retval in INCLUDE_OR_EVALNikita Popov2017-04-152-0/+4
* | | Merge branch 'PHP-7.1'Nikita Popov2017-04-152-0/+78
|\ \ \ | |/ /
| * | Fixed bug #74444: multiple catch freezes in some casesDavid Matejka2017-04-152-0/+78
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-04-112-0/+47
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-112-0/+47
| |\ \ | | |/
| | * Fixed bug #74408 (Endless loop bypassing execution time limit)Xinchen Hui2017-04-112-0/+47
| | * Add NEWSNikita Popov2017-04-092-10/+10
* | | Remove spurious `CG(context).in_finally` dingleberrySammy Kaye Powers2017-04-102-4/+0
* | | Implement jumptable optimizationNikita Popov2017-04-107-41/+471
* | | Merge branch 'PHP-7.1'Nikita Popov2017-04-093-49/+93
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-04-093-128/+252
| |\ \ | | |/
| | * Resolve bug #74188 (undefined statics raising with ?? operator)Thomas Punt2017-04-093-78/+212
* | | Switch to FindFirstFileEx with basic info levelAnatol Belski2017-04-071-1/+1
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-04-071-1/+1
|\ \ \ | |/ /
| * | Fixed bug #74353 (Segfault when killing within bash script trap code)Xinchen Hui2017-04-071-1/+1
* | | missing bits for php_sys_stat_ex so everything is handled with wide charsAnatol Belski2017-04-031-14/+12
* | | Merge branch 'PHP-7.1'Anatol Belski2017-04-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-04-031-1/+1
| |\ \ | | |/
| | * fix possible out of bounds buffer accessAnatol Belski2017-04-031-1/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2017-04-022-1/+31
|\ \ \ | |/ /
| * | Fixed bug #74340Nikita Popov2017-04-022-1/+31
* | | Merge branch 'PHP-7.1'Nikita Popov2017-03-235-5/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-236-3964/+4159
| |\ \ | | |/
| | * Fix sequencing UBNikita Popov2017-03-232-422/+445
| | * Fix lineno for AST_ZVAL nodesNikita Popov2017-03-233-3/+10
* | | Fixed bug #74300xKhorasan2017-03-231-421/+444
* | | Merge branch 'PHP-7.1'Sara Golemon2017-03-232-1/+26
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-03-232-1/+26
| |\ \ | | |/
| | * Fix bug where `yield from` is captured too greedilySara Golemon2017-03-232-1/+26
* | | Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecationRowan Collins2017-03-2314-19/+19
* | | Simplify increment_lineno handlingNikita Popov2017-03-223-133/+136
* | | Merge branch 'PHP-7.1'Nikita Popov2017-03-171-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-171-3/+3
| |\ \ | | |/
| | * Fix bug #74265Nikita Popov2017-03-171-3/+3
* | | Merge branch 'PHP-7.1'Nikita Popov2017-03-171-1/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-171-1/+8
| |\ \ | | |/
| | * Fix AST start lineno for list nodesNikita Popov2017-03-171-1/+8
* | | Merge branch 'PHP-7.1'Nikita Popov2017-03-156-7/+99
|\ \ \ | |/ /
| * | Fix bug #69676Nikita Popov2017-03-156-7/+99
* | | Fix SKIPIF conditionsNikita Popov2017-03-143-3/+3
* | | Drop unnecessary allocator return value checksNikita Popov2017-03-132-46/+0
* | | zend-test extension to house code that is required for testing internal APIs,...Nikita Popov2017-03-123-211/+13