summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update versions for PHP 8.0.0RC5php-8.0.0RC5Gabriel Caruso2020-11-172-3/+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
* | [Observer] Save opline before calling begin/end handlersDmitry Stogov2020-11-115-13/+111
* | Fix community jobNikita Popov2020-11-111-0/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Derick Rethans2020-11-100-0/+0
|\ \ | |/
| * PHP-7.4 is now for 7.4.14Derick Rethans2020-11-101-1/+4
* | Update NEWS for 8.0.0Gabriel Caruso2020-11-101-0/+3
* | Update NEWS for PHP 8.0.0RC4Gabriel Caruso2020-11-101-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-101-0/+7
|\ \ | |/
| * Add integration test for symfony preloadingNikita Popov2020-11-101-0/+9
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-100-0/+0
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-11-100-0/+0
| |\
| | * 7.3.26 is nextChristoph M. Becker2020-11-104-6/+9
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-093-8/+35
|\ \ \ | |/ /
| * | Fix phi use chain management when renaming variableNikita Popov2020-11-093-8/+35
* | | Use true/false instead of TRUE/FALSE in intlNikita Popov2020-11-098-20/+18