summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix #55847: DOTNET .NET 4.0 GAC new locationChristoph M. Becker2020-08-222-4/+41
* Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-221-4/+7
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-221-3/+6
| |\
| | * Fix #80007: Potential type confusion in unixtojd() parameter parsingAndy Postnikov2020-08-221-3/+6
* | | Squash a Linux compile warningChristopher Jones2020-08-221-2/+2
* | | fileinfo build fix proposal for haiku.David Carlier2020-08-214-63/+278
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-213-1/+6
|\ \ \ | |/ /
| * | sqlite3 linkage issue on some systems/package combination fix.David Carlier2020-08-213-1/+6
* | | OCI8 classes were already renamed in 8; this now follows the new-new standardChristopher Jones2020-08-2145-234/+234
* | | Better register usage for ASSIGN_DIM_OPDmitry Stogov2020-08-211-11/+21
* | | Better registers usageDmitry Stogov2020-08-211-57/+95
* | | cleanup unused parametersDmitry Stogov2020-08-203-232/+215
* | | efree() doesn't use line number arguments (pass zeros)Dmitry Stogov2020-08-201-11/+10
* | | Promote warnings to exceptions in ext/gdMáté Kocsis2020-08-2033-69/+95
* | | Load zval type into register to eliminate double loadDmitry Stogov2020-08-191-7/+18
* | | Shrink live intervals of IS_VAR/IS_TMP_VARDmitry Stogov2020-08-191-3/+25
* | | Fixed tracing JIT crash in case SSA for op_array is not providedDmitry Stogov2020-08-191-1/+1
* | | Fix #79968: Manipulation on unattached DOMChildNode should throw DOMExceptionBenjamin Eberlei2020-08-192-0/+22
* | | Fixed memory leak (ext/hash/tests/mhash_001.phpt failure)Dmitry Stogov2020-08-191-1/+5
* | | Fix more basic function stubsTyson Andre2020-08-182-8/+8
* | | Check for exception after $this destructionDmitry Stogov2020-08-181-0/+2
* | | Fixed register allocation for CASE instruction. CASE don't destroy first oper...Dmitry Stogov2020-08-182-0/+7
* | | Promote warnings to exceptions in ext/pspellMáté Kocsis2020-08-182-8/+10
* | | Merge branch 'PHP-7.4'Matteo Beccati2020-08-182-2/+95
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Matteo Beccati2020-08-182-2/+95
| |\ \ | | |/
| | * Fix #47021: SoapClient stumbles over WSDL delivered with "Transfer-Encoding: ...Matteo Beccati2020-08-182-2/+95
* | | Don't add guard for empty()Dmitry Stogov2020-08-181-0/+6
* | | Fixed bug #79987 (Memory leak in SplFileInfo because of missing zend_restore_...Dmitry Stogov2020-08-182-0/+23
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-181-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-181-1/+1
| |\ \ | | |/
| | * Fix HTTP response status codeChristoph M. Becker2020-08-181-1/+1
* | | JIT extension may be NULLDmitry Stogov2020-08-181-2/+2
* | | Fixed support for named argumentsDmitry Stogov2020-08-181-1/+2
* | | Fixed trace type inference for FE_FETCH_R/RWDmitry Stogov2020-08-171-1/+9
* | | Fixed support for possible indirect variable modification (ext/standard/tests...Dmitry Stogov2020-08-171-1/+9
* | | JIT for ZEND_ISSET_ISEMPTY_CVDmitry Stogov2020-08-173-0/+132
* | | Fixed JIT for indirectly recursive tracesDmitry Stogov2020-08-171-2/+13
* | | Promote warnings in ext/zipGeorge Peter Banyard2020-08-175-109/+143
* | | Removed outdated/duplicated codeDmitry Stogov2020-08-171-9/+0
* | | Properly patch jmp tablesDmitry Stogov2020-08-174-12/+40
* | | Promote various OpenSSL warnings into ErrorsGeorge Peter Banyard2020-08-1610-142/+169
* | | Promote warnings to exceptions in ext/curlMáté Kocsis2020-08-1412-54/+104
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-141-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-141-0/+1
| |\ \ | | |/
| | * Null terminate the sodium_crypto_kx_keypair() resultNikita Popov2020-08-141-0/+1
* | | Reduce cost factors in sodium password_hash testsNikita Popov2020-08-143-67/+5
* | | Improve test portabilityChristoph M. Becker2020-08-141-1/+1
* | | Avoid fatal error in session handlerNikita Popov2020-08-141-3/+3
* | | Use variadic signature for PDOStatement::fetchAll()Nikita Popov2020-08-143-9/+5
* | | Fix types in openssl stubNikita Popov2020-08-142-8/+14