summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* zend_jit_trace_stack_frame.stack can't be NULLPHP-8.0.0Dmitry Stogov2020-11-241-1/+0
* Fixed use-after-free in PHPUnit testsDmitry Stogov2020-11-241-0/+3
* Keep value of register before possible side exitDmitry Stogov2020-11-241-1/+27
* Fixed incorrect TRACE_FRAME_MASK_NESTED flag settingDmitry Stogov2020-11-241-1/+7
* Fixed 32-bit JITDmitry Stogov2020-11-243-3/+3
* Minor fixup for 8.0.0 NEWS fileSara Golemon2020-11-191-3/+0
* Prepare NEWS file for GASara Golemon2020-11-191-302/+201
* Added missing deoptimization code for trampoline handlingDmitry Stogov2020-11-194-1/+26
* Export zend_is_callable_at_frameNikita Popov2020-11-192-2/+5
* Fix curl_multi_getcontent() parameter nameNikita Popov2020-11-192-3/+3
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-182-0/+35
|\
| * Short-circuit get_gc for currently running generatorNikita Popov2020-11-182-0/+35
* | Fixed register clobberingDmitry Stogov2020-11-181-0/+4
* | Fixed trampoline handlingDmitry Stogov2020-11-175-105/+161
* | Update NEWS for 8.0.0Gabriel Caruso2020-11-171-0/+3
* | Update NEWS for PHP 8.0.0RC5Gabriel Caruso2020-11-171-1/+1
* | Fixed allocated register clobberingDmitry Stogov2020-11-171-22/+47
* | Fixed false pasitive ASAN NULL pointer dereference warningDmitry Stogov2020-11-171-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-172-2/+2
|\ \ | |/
| * Fix #80312: change default engine from MyISAM to InnoDB in testsDarek Slusarczyk2020-11-172-2/+2
* | Fixed bug #80370: Segmentation fault reflecting attributes of dynamic propertyBenjamin Eberlei2020-11-173-0/+25
* | Provide unused retvals to observersSammy Kaye Powers2020-11-1716-47/+555
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-172-4/+33
|\ \ | |/
| * Fix incorrectly optimized out live rangeNikita Popov2020-11-172-4/+33
* | Fire open observer end handlers after a zend_bailoutSammy Kaye Powers2020-11-167-1/+176
* | Fixed MAY_BE_INDIRECT inferenceDmitry Stogov2020-11-161-0/+3
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-165-15/+22
|\ \ | |/
| * Fix #74558: Can't rebind closure returned by Closure::fromCallable()Christoph M. Becker2020-11-165-15/+22
* | Fixed alias handlingDmitry Stogov2020-11-161-11/+24
* | Fixed reference-countingDmitry Stogov2020-11-161-0/+7
* | Fixed incorrect FETCH_THIS optimizationDmitry Stogov2020-11-161-1/+1
* | Fixed inconsistent VM stack stateDmitry Stogov2020-11-161-1/+4
* | Trampoline cleanupDmitry Stogov2020-11-165-7/+53
* | [ci skip] Add note that imagedestroy() no longer has an effectPavel Djundik2020-11-141-1/+3
* | Inline pair production in json parserNikita Popov2020-11-131-18/+4
* | Strip trailing line breaks and periods from Windows error messagesChristoph M. Becker2020-11-1219-252/+232
* | Don't assume libmysqlclient library nameNikita Popov2020-11-122-50/+7
* | Fix memory leak when user filter onCreate returns falseNikita Popov2020-11-122-1/+26
* | Fix memory leak with bcsqrt on number 0<X<1Nikita Popov2020-11-122-1/+3
* | Fix reflection getDefaultValue() with user arg infoNikita Popov2020-11-122-1/+17
* | Fixed incorrectly eliminated type storeDmitry Stogov2020-11-111-18/+18
* | Remove assertionDmitry Stogov2020-11-111-1/+2
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-113-2/+83
|\ \ | |/
| * Handle errors during next_result()Nikita Popov2020-11-113-2/+83
* | Fixed incorrect invariant guard motionDmitry Stogov2020-11-111-1/+2
* | Stop on fake frameDmitry Stogov2020-11-111-1/+1
* | Fixed reference-counting propagationDmitry Stogov2020-11-111-0/+3
* | Fix double free when socket_accept failsNikita Popov2020-11-112-1/+12
* | Retain reference to share handle from curl handleNikita Popov2020-11-113-1/+42
* | [Observer+JIT] Save opline before calling begin/end handlersDmitry Stogov2020-11-112-1/+5