summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix ref source management during unserializationNikita Popov2020-11-252-11/+31
* sockets: Fix variable/macro name collision on AIXCalvin Buckley2020-11-251-2/+3
* Fixed bug #80377Nikita Popov2020-11-252-2/+2
* Fix test diffChristopher Jones2020-11-251-3/+3
* Use diferent temporary register (%r0 may keep a method address)Dmitry Stogov2020-11-251-3/+3
* Revert "Fixed bug #80377"Dmitry Stogov2020-11-252-2/+2
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-242-2/+20
|\
| * Fix usage of casted string in ReflectionParameter ctorNikita Popov2020-11-242-2/+20
* | Fixed bug #80377Nikita Popov2020-11-242-2/+2
* | Allow PHP_CURL_APIs to be imported by DLLsChristoph M. Becker2020-11-242-2/+6
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-244-50/+123
|\ \ | |/
| * Fix #77961: finfo_open crafted magic parsing SIGABRTChristoph M. Becker2020-11-244-31/+104
* | [ci skip] Update generate_patch.shChristoph M. Becker2020-11-241-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-241-1/+3
|\ \ | |/
| * Fix #80366: Return Value of zend_fstat() not CheckedChristoph M. Becker2020-11-241-1/+3
* | Fixed bug #80404Nikita Popov2020-11-241-12/+29
* | Fix PDOStatement::fetchObject() stubBenjamin Morel2020-11-242-2/+2
* | Sync README with package.xmlChristopher Jones2020-11-241-7/+9
* | Fix COMPersistHelper::__construct() stubChristoph M. Becker2020-11-242-4/+4
* | zip extension is 1.19.2Remi Collet2020-11-231-1/+1
* | zend_jit_trace_stack_frame.stack can't be NULLDmitry Stogov2020-11-231-1/+0
* | Fixed use-after-free in PHPUnit testsDmitry Stogov2020-11-231-0/+3
* | Keep value of register before possible side exitDmitry Stogov2020-11-231-1/+27
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-222-1/+24
|\ \ | |/
| * Fix #77594: ob_tidyhandler is never resetChristoph M. Becker2020-11-222-1/+24
* | Use MIN/MAX when dumping RANGE[]Nikita Popov2020-11-201-0/+4
* | Fixed incorrect TRACE_FRAME_MASK_NESTED flag settingDmitry Stogov2020-11-201-1/+7
* | Fixed 32-bit JITDmitry Stogov2020-11-203-3/+3
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-191-0/+73
|\ \ | |/
| * Fix #72964: White space not unfolded for CC/Bcc headersChristoph M. Becker2020-11-191-0/+73
* | Added missing deoptimization code for trampoline handlingDmitry Stogov2020-11-194-1/+26
* | Fix curl_multi_getcontent() parameter nameNikita Popov2020-11-192-3/+3
* | Fixed register clobberingDmitry Stogov2020-11-181-0/+4
* | Fixed trampoline handlingDmitry Stogov2020-11-175-105/+161
* | 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-172-0/+21
* | Provide unused retvals to observersSammy Kaye Powers2020-11-1713-1/+455
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-171-4/+14
|\ \ | |/
| * Fix incorrectly optimized out live rangeNikita Popov2020-11-171-4/+14
* | Fire open observer end handlers after a zend_bailoutSammy Kaye Powers2020-11-164-0/+142
* | Fixed MAY_BE_INDIRECT inferenceDmitry Stogov2020-11-161-0/+3
* | 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
* | Inline pair production in json parserNikita Popov2020-11-131-18/+4