summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump versionphp-7.3.14PHP-7.3.14Christoph M. Becker2020-01-214-6/+4
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-01-217-5/+123
* Bump versionphp-7.3.14RC1Christoph M. Becker2020-01-074-4/+6
* Revert "Extend CURLFile to support streams"Christoph M. Becker2020-01-066-147/+1
* Fix #54298: Using empty additional_headers adding extraneous CRLFChristoph M. Becker2020-01-063-1/+29
* Fix #79068: gdTransformAffineCopy() changes interpolation methodChristoph M. Becker2020-01-064-1/+24
* Fix #79067: gdTransformAffineCopy() may use unitialized valuesChristoph M. Becker2020-01-064-3/+21
* Fix #78808: [LMDB] MDB_MAP_FULL: Environment mapsize limit reachedChristoph M. Becker2020-01-034-0/+51
* Fix #78538: shmop memory leakChristoph M. Becker2020-01-032-1/+10
* Fix #79015: undefined-behavior in php_date.cChristoph M. Becker2020-01-033-5/+52
* Fix #79040: Warning Opcode handlers are unusable due to ASLRChristoph M. Becker2019-12-302-4/+8
* Add missing skipif clauseChristoph M. Becker2019-12-281-0/+1
* Fix #79033: Curl timeout error with specific url and postChristoph M. Becker2019-12-283-4/+36
* Fixed bug #79029 (Use After Free's in XMLReader / XMLWriter).Xinchen Hui2019-12-254-7/+50
* Fix #78982: pdo_pgsql returns dead persistent connectionSATO Kentaro2019-12-202-1/+3
* Fix #78980: pgsqlGetNotify() overlooks dead connectionSATO Kentaro2019-12-202-2/+12
* Fix #74170: locale information change after mime_content_typeSergei Turchanov2019-12-205-16/+47
* Fix #78402: pcntl_signal() misleading error messageSATO Kentaro2019-12-203-3/+10
* Fixed bug #78999 (Cycle leak when using function result as temporary)Dmitry Stogov2019-12-194-0/+57
* Fix #78983: pdo_pgsql config.w32 cannot find libpq-fe.hSATO Kentaro2019-12-192-1/+5
* Add destructor annotations in ini parserNikita Popov2019-12-192-1/+11
* fix release dateRemi Collet2019-12-181-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2019-12-180-0/+0
|\
| * fix release dateRemi Collet2019-12-181-1/+1
* | Rethrow generator exception even without active stack frameNikita Popov2019-12-182-3/+34
* | Fix freeing of dynamic call nameNikita Popov2019-12-183-10/+30
* | Update/fix NEWS [ci skip]Christoph M. Becker2019-12-171-4/+16
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-12-170-0/+0
|\ \ | |/
| * [ci skip] Update NEWSStanislav Malyshev2019-12-161-0/+16
* | [ci skip] Update NEWSStanislav Malyshev2019-12-161-0/+4
* | 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 #78943: mail() may release string with refcount==1 twiceChristoph M. Becker2019-12-151-3/+0
* | Fixed bug #78921Nikita Popov2019-12-132-0/+40
* | Fix DCE with FE_FETCHNikita Popov2019-12-102-2/+25
* | Extend CURLFile to support streamsChristoph M. Becker2019-12-096-1/+149
* | Use curl_mime_*() functions if availableChristoph M. Becker2019-12-091-1/+50
* | Fix #78923: Artifacts when convoluting image with transparencywillson-chen2019-12-074-3/+6
* | Fix constant evaluation of && and ||Nikita Popov2019-12-062-12/+24
* | Fix AST printing of nullable builtin typesNikita Popov2019-12-042-3/+3
* | Fix print_r return types in opcacheTyson Andre2019-12-041-1/+1