summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 7.3.20php-7.3.20PHP-7.3.20Christoph M. Becker2020-07-074-5/+5
* Bump version to 7.3.20RC1php-7.3.20RC1Christoph M. Becker2020-06-234-5/+5
* Fixed bug #79570Böszörményi Zoltán2020-06-192-0/+20
* Fixed bug #79710Nikita Popov2020-06-193-2/+51
* Fix #79687: Sony picture - PHP Warning - Make, Model, MakerNotesChristoph M. Becker2020-06-134-3/+36
* Fix #79676: imagescale adds black border with IMG_BICUBICChristoph M. Becker2020-06-123-4/+38
* Fix possibly unsupported timercmp() usageChristoph M. Becker2020-06-092-1/+2
* Fix #62890: default_socket_timeout=-1 causes connection to timeoutChristoph M. Becker2020-06-093-2/+21
* [ci skip] Update NEWSChristoph M. Becker2020-06-091-1/+1
* Fix #74267: segfault with streams and invalid dataChristoph M. Becker2020-06-083-4/+32
* Fix #73527: Invalid memory access in php_filter_stripChristoph M. Becker2020-06-042-3/+6
* Fix #79668: get_defined_functions(true) may miss functionsChristoph M. Becker2020-06-043-10/+21
* Fix #79664: PDOStatement::getColumnMeta fails on empty result setChristoph M. Becker2020-06-023-1/+37
* Fix #79650: php-win.exe 100% cpu lockupChristoph M. Becker2020-06-012-0/+5
* Fix PVS-Studio integrationChristoph M. Becker2020-05-281-0/+1
* Fixed possible usage of uninitialized valueDmitry Stogov2020-05-271-0/+6
* 7.3.20 will be nextChristoph M. Becker2020-05-264-5/+8
* Fix #79615: Wrong GIF header written in GD GIFEncodeChristoph M. Becker2020-05-223-1/+24
* Fix INI setting member nameChristoph M. Becker2020-05-191-1/+1
* Put Xdebug 3 into 'off' mode for run-tests.phpDerick Rethans2020-05-181-1/+1
* Fix #79596: MySQL FLOAT truncates to int some localesChristoph M. Becker2020-05-153-2/+35
* Fix #79588: Boolean opcache settings ignore on/off valuesChristoph M. Becker2020-05-122-5/+6
* Fix #79489: .user.ini does not inheritChristoph M. Becker2020-05-122-0/+5
* [ci skip] Update NEWSChristoph M. Becker2020-05-121-5/+9
* Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2020-05-120-0/+0
|\
| * bump version to 7.2.32-devRemi Collet2020-05-123-5/+8
| * Update NEWSStanislav Malyshev2020-05-111-0/+5
* | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-05-111-5/+6
|\ \ | |/
| * Fix #78876: Long variables cause OOM and temp files are not cleanedChristoph M. Becker2020-05-111-3/+3
| * Fix #78875: Long filenames cause OOM and temp files are not cleanedChristoph M. Becker2020-05-111-2/+3
| * Update NEWS for 7.2.31Sara Golemon2020-04-141-0/+3
| * Update CREDITS for PHP 7.2.30Sara Golemon2020-04-142-11/+11
| * Update NEWS for PHP 7.2.30Sara Golemon2020-04-141-1/+1
* | Fix default sendmail path when not found during buildIndrek Ardel2020-05-112-4/+2
* | Fix #79566: Private SHM is not private on WindowsChristoph M. Becker2020-05-053-7/+35
* | Fix #79561: dns_get_record() fails with DNS_ALLChristoph M. Becker2020-05-043-1/+22
* | Fixed bug #79535Nikita Popov2020-05-043-4/+24
* | Add basic sapi_windows_cp_conv() testChristoph M. Becker2020-05-041-0/+21
* | Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4Christoph M. Becker2020-05-016-108/+11
* | Bump versionChristoph M. Becker2020-04-284-6/+8
* | Fix #79470: PHP incompatible with 3rd party file system on demandChristoph M. Becker2020-04-272-1/+15
* | Updated to version 2020.1 (2020a)Derick Rethans2020-04-241-792/+830
* | Add additional preg_match test caseGraham Campbell2020-04-231-0/+35
* | Fix #79503: Memory leak on duplicate metadataChristoph M. Becker2020-04-224-0/+27
* | Fix #79491: Search for .user.ini extends up to root dirChristoph M. Becker2020-04-202-3/+6
* | Apply doc root fix for FPMNikita Popov2020-04-201-3/+3
* | Fix #79497: Fix php_openssl_subtract_timeval()Joe Cai2020-04-202-2/+6
* | zend_timeout() may access EX(opline)Dmitry Stogov2020-04-172-2/+2
* | Fix MySQL local infile / attr handling on big endian systemsguirish2020-04-164-12/+12
* | Fixed bug #79477Nikita Popov2020-04-153-1/+22