summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS for 8.0.2RC1PHP-8.0.1Gabriel Caruso2021-01-051-0/+3
* Update NEWS for PHP 8.0.1Gabriel Caruso2021-01-051-1/+1
* Fix #77423: parse_url() will deliver a wrong host to userChristoph M. Becker2021-01-058-16/+62
* Update NEWS for 8.0.2RC1Gabriel Caruso2020-12-151-0/+3
* Update NEWS for PHP 8.0.1RC1Gabriel Caruso2020-12-151-1/+1
* Optimize out result value of ASSIGN, ASSIGN_OP and INC/DEC opcodes, if possible.Dmitry Stogov2020-12-151-1/+109
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-153-2/+28
|\
| * Fix #77322: PharData::addEmptyDir('/') Possible integer overflowChristoph M. Becker2020-12-153-2/+28
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-150-0/+0
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-12-150-0/+0
| |\
| | * 7.3.27 is nextChristoph M. Becker2020-12-154-6/+9
* | | JIT: Update invalid opcache.jit INI value message to include "tracing" and "f...Ayesh Karunaratne2020-12-151-1/+1
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-152-3/+4
|\ \ \ | |/ /
| * | IBM i PASE doesn't support ITIMER_PROFCalvin Buckley2020-12-152-3/+4
* | | JIT disabled build fix.David Carlier2020-12-151-0/+2
* | | Add Windows support for OCI 19Christoph M. Becker2020-12-145-1/+59
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-141-108/+0
|\ \ \ | |/ /
| * | Drop pdo_mysql_prepare_load_data.phptChristoph M. Becker2020-12-141-129/+0
* | | Remove unused flagDmitry Stogov2020-12-142-6/+1
* | | Fixed bug #80506 (Immediate SIGSEGV upon ini_set("opcache.jit_debug", 1))Dmitry Stogov2020-12-141-0/+2
* | | Fixed bug #80506 (Immediate SIGSEGV upon ini_set("opcache.jit_debug", 1))Dmitry Stogov2020-12-141-0/+2
* | | Merge branch 'PHP-7.4' into PHP-8.0Jakub Zelenka2020-12-135-6/+84
|\ \ \ | |/ /
| * | Fix bug #69625: FPM returns 200 status on request without SCRIPT_FILENAMEJakub Zelenka2020-12-135-6/+84
* | | Remove bug41347.phpt as the error cases are already testedekinhbayar2020-12-111-12/+0
* | | Fixed bug #79132Nikita Popov2020-12-115-4/+69
* | | PDO MySQL: Fix nextRowset() on libmysqlclient with native PSNikita Popov2020-12-112-93/+79
* | | PDO MySQL: Don't skip two LOCAL_INFILE tests with libmysqlclientNikita Popov2020-12-112-4/+0
* | | PDO MySQL: Unskip bug_41125.phptNikita Popov2020-12-111-7/+30
* | | Fixed bug #67004Nikita Popov2020-12-113-4/+39
* | | PDO MySQL: Use stmt_next_result with libmysqlclient as wellNikita Popov2020-12-111-13/+12
* | | PDO MySQL: Fix libmysql option testNikita Popov2020-12-111-37/+32
* | | Fixed bug #62889Nikita Popov2020-12-113-25/+20
* | | PDO MySQL: Fix leak with libmysqlclient and multiple rowsetsNikita Popov2020-12-111-46/+29
* | | Fix test cases for MariaDBDharman2020-12-113-85/+57
* | | Fixed bug #72368Nikita Popov2020-12-1011-69/+113
* | | Allow drivers to omit error codeNikita Popov2020-12-106-9/+14
* | | Fixed bug #79131Nikita Popov2020-12-109-12/+21
* | | Eliminate some repeatable IS_REFERENCE checksDmitry Stogov2020-12-101-15/+47
* | | Fixed bug #79872 by improving error messageNikita Popov2020-12-103-6/+41
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-103-0/+42
|\ \ \ | |/ /
| * | Fixed bug #76815Nikita Popov2020-12-103-0/+42
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-103-5/+34
|\ \ \ | |/ /
| * | Fixed bug #71145Nikita Popov2020-12-103-5/+34
* | | EXTERN_C wrapping for GC buffer APIstwosee2020-12-101-2/+2
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-100-0/+0
|\ \ \ | |/ /
| * | Backport fix for bug #70066Nikita Popov2020-12-105-11/+37
* | | Perform early guard type check for result of FETCH_CONSTANTDmitry Stogov2020-12-095-26/+65
* | | Fixed bug #70066Nikita Popov2020-12-095-11/+37
* | | Fixed bug #66878Nikita Popov2020-12-094-1/+47
* | | Remove unnecessary more_results() checksNikita Popov2020-12-091-17/+1