summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Revert "Extend CURLFile to support streams"Christoph M. Becker2020-01-065-146/+1
* Fix #54298: Using empty additional_headers adding extraneous CRLFChristoph M. Becker2020-01-062-1/+25
* Fix #79068: gdTransformAffineCopy() changes interpolation methodChristoph M. Becker2020-01-063-1/+22
* Fix #79067: gdTransformAffineCopy() may use unitialized valuesChristoph M. Becker2020-01-063-3/+20
* Fix #78808: [LMDB] MDB_MAP_FULL: Environment mapsize limit reachedChristoph M. Becker2020-01-032-0/+41
* Fix #79015: undefined-behavior in php_date.cChristoph M. Becker2020-01-032-5/+49
* Fix #79040: Warning Opcode handlers are unusable due to ASLRChristoph M. Becker2019-12-301-4/+5
* Add missing skipif clauseChristoph M. Becker2019-12-281-0/+1
* Fix #79033: Curl timeout error with specific url and postChristoph M. Becker2019-12-282-4/+35
* Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-253-7/+47
* Fix #78982: pdo_pgsql returns dead persistent connectionSATO Kentaro2019-12-201-1/+1
* Fix #78980: pgsqlGetNotify() overlooks dead connectionSATO Kentaro2019-12-201-2/+10
* Fix #74170: locale information change after mime_content_typeSergei Turchanov2019-12-204-16/+43
* Fix #78402: pcntl_signal() misleading error messageSATO Kentaro2019-12-202-3/+6
* Fix #78983: pdo_pgsql config.w32 cannot find libpq-fe.hSATO Kentaro2019-12-191-1/+1
* Add destructor annotations in ini parserNikita Popov2019-12-191-0/+10
* Fix testStanislav Malyshev2019-12-161-1/+0
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-12-163-3/+16
|\
| * Fix testStanislav Malyshev2019-12-161-1/+1
| * Fix bug #78793Stanislav Malyshev2019-12-162-2/+15
* | Fix build - no model field anymoreStanislav Malyshev2019-12-161-2/+0
* | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-12-169-7/+88
|\ \ | |/
| * Fixed bug #78910Stanislav Malyshev2019-12-162-1/+19
| * Fix #78878: Buffer underflow in bc_shift_addsubChristoph M. Becker2019-12-162-2/+15
| * Fix testStanislav Malyshev2019-12-161-1/+1
| * Fix #78862: link() silently truncates after a null byte on WindowsChristoph M. Becker2019-12-162-1/+18
| * Fix #78863: DirectoryIterator class silently truncates after a null byteChristoph M. Becker2019-12-162-2/+33
* | Fix DCE with FE_FETCHNikita Popov2019-12-102-2/+25
* | Extend CURLFile to support streamsChristoph M. Becker2019-12-095-1/+146
* | Use curl_mime_*() functions if availableChristoph M. Becker2019-12-091-1/+50
* | Fix #78923: Artifacts when convoluting image with transparencywillson-chen2019-12-073-3/+2
* | Fix print_r return types in opcacheTyson Andre2019-12-041-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-12-022-1/+9
|\ \ | |/
| * Fix #78814: strip_tags allows / in tag name => whitelist bypassChristoph M. Becker2019-12-022-1/+9
* | Fix #78296: is_file fails to detect fileChristoph M. Becker2019-12-021-0/+16
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-12-022-1/+13
|\ \ | |/
| * Fix #78833: Integer overflow in pack causes out-of-bound accessChristoph M. Becker2019-12-022-1/+13
* | Upgrade to Oniguruma 6.9.4Christoph M. Becker2019-11-3073-2923/+3688
* | Add missing skip checksChristoph M. Becker2019-11-291-1/+5
* | Partially revert "Adapt test cases for Oniguruma 6.9.4"Christoph M. Becker2019-11-292-33/+0
* | Adapt test cases for Oniguruma 6.9.4Christoph M. Becker2019-11-293-2/+40
* | Fix #78840: imploding $GLOBALS crashesChristoph M. Becker2019-11-272-2/+12
* | Fix #77638: var_export'ing certain class instances segfaultsChristoph M. Becker2019-11-252-2/+15
* | Fix #78853: preg_match() may return integer > 1Christoph M. Becker2019-11-222-1/+13
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-11-211-1/+1
|\ \ | |/
| * Fix #78849: GD build broken with -D SIGNED_COMPARE_SLOWChristoph M. Becker2019-11-211-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-11-181-0/+34
|\ \ | |/
| * Fix $x = (bool)$x; for undefined with opcacheTyson Andre2019-11-181-0/+34
* | Fix ASLR related invalid opline handler issuesChristoph M. Becker2019-11-151-7/+32
* | Fixed wrong constant usageDmitry Stogov2019-11-121-1/+1