summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix buildPHP-8.0.2Nikita Popov2021-02-021-1/+1
* Fix bug #80672 - Null Dereference in SoapClientStanislav Malyshev2021-02-025-15/+40
* Update NEWS for PHP 8.0.2Gabriel Caruso2021-02-021-1/+1
* [ci-skip] Fix typo in placeholderGabriel Caruso2021-02-021-1/+1
* [ci-skip] Remove RC suffix to release non-RCGabriel Caruso2021-02-021-1/+1
* [ci-skip] Fix placeholder for non-RC releaseGabriel Caruso2021-02-021-1/+1
* Rm unneeded functionStanislav Malyshev2021-02-021-16/+0
* Alternative fix for bug 77423Christoph M. Becker2021-02-028-28/+38
* Update NEWS for PHP 8.0.2RC1Gabriel Caruso2021-01-191-1/+1
* Fix NEWS placeholder for the next versionGabriel Caruso2021-01-191-1/+1
* Merge branch 'PHP-7.4' into PHP-8.0Derick Rethans2021-01-190-0/+0
|\
| * Update NEWS and versionDerick Rethans2021-01-192-2/+4
| * Update NEWS for PHP 7.4.15RC1Derick Rethans2021-01-191-1/+1
* | Fix observer tests on WindowsNikita Popov2021-01-1938-140/+140
* | Fixed bug #80644: ResourceBundle::get() doesn't reset error stateNikita Popov2021-01-193-1/+12
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-01-196-10/+37
|\ \ | |/
| * Fixed bug #42560sj-i2021-01-196-10/+37
* | ldap_search() and friends can return arrayChristoph M. Becker2021-01-192-4/+4
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-196-1/+93
|\ \ | |/
| * Fix #69279: Compressed ZIP Phar extractTo() creates garbage filesChristoph M. Becker2021-01-196-1/+93
* | Keep JIT region executable under ZTSDylan K. Taylor2021-01-191-4/+13
* | Observe unused return values in JITNikita Popov2021-01-191-12/+7
* | Disable opcache optimizations during some observer testsNikita Popov2021-01-194-16/+18
* | SplFileObject::fgets() cannot return falseNikita Popov2021-01-183-4/+4
* | Sync gzgets signature with fgetsNikita Popov2021-01-182-4/+4
* | Sync datefmt_get_calendar_object signatureNikita Popov2021-01-182-2/+2
* | Sync intlcal_create_instance() and IntlCalendar::createInstance()Nikita Popov2021-01-182-2/+2
* | Sync date_diff and DateTime::diff return typeNikita Popov2021-01-182-3/+3
* | Fix parameter name of PharData::getMetadata()Nikita Popov2021-01-182-5/+3
* | Fix stub for Phar::setStub()Dylan K. Taylor2021-01-182-10/+7
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-184-1/+42
|\ \ | |/
| * Fix #80595: Resetting POSTFIELDS to empty array breaks requestChristoph M. Becker2021-01-184-2/+43
* | Fixed bug #80617: Type narrowing warning in ZEND_TYPE_INIT_CODENikita Popov2021-01-142-1/+3
* | Fixed bug #80596: Fix anonymous class union typehint errorsDaniil Gentili2021-01-143-3/+45
* | Fixed bug #80422 (php_opcache.dll crashes when using Apache 2.4 with JIT)Dmitry Stogov2021-01-142-0/+9
* | socket_create_pair() can no longer return NULLChristoph M. Becker2021-01-122-3/+3
* | Use arc4random_buf on macOSDavid CARLIER2021-01-121-1/+1
* | Add support for union types for internal functionsNikita Popov2021-01-125-53/+96
* | Use ephemeral port in socket_create_listen_used.phptNikita Popov2021-01-121-11/+12
* | Fixed bug #80545Jens de Nies2021-01-124-84/+248
* | Revert fix for bug 76813 and re2c version bumpChristoph M. Becker2021-01-115-22/+7
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-110-0/+0
|\ \ | |/
| * Revert "Fix #76813: Access violation near NULL on source operand"Christoph M. Becker2021-01-114-24/+3
* | Add guard if lvalue of assignment may be a reference, but wasn't a reference ...Dmitry Stogov2021-01-111-0/+5
* | Rename ``zip_ent`` parameter to ``zip_entry`` for consistencyGeorge Peter Banyard2021-01-082-4/+4
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-071-0/+1
|\ \ | |/
| * Avoid modifying the return value of readline_completion_function()Christoph M. Becker2021-01-071-0/+1
* | Make fetch_* OO same as funcDharman2021-01-062-4/+4
* | Fix #80592: all floats are the same in ODBC parametersChristoph M. Becker2021-01-063-5/+40
* | Fix/improve mysqli stubsDharman2021-01-064-91/+61