summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix buildPHP-8.0.2Nikita Popov2021-02-021-1/+1
* Fix bug #80672 - Null Dereference in SoapClientStanislav Malyshev2021-02-024-14/+37
* Rm unneeded functionStanislav Malyshev2021-02-021-16/+0
* Alternative fix for bug 77423Christoph M. Becker2021-02-028-28/+38
* Fix observer tests on WindowsNikita Popov2021-01-1938-140/+140
* Fixed bug #80644: ResourceBundle::get() doesn't reset error stateNikita Popov2021-01-192-1/+8
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-01-192-5/+18
|\
| * Fixed bug #42560sj-i2021-01-192-5/+18
* | 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-195-1/+91
|\ \ | |/
| * Fix #69279: Compressed ZIP Phar extractTo() creates garbage filesChristoph M. Becker2021-01-195-1/+91
* | 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-183-1/+39
|\ \ | |/
| * Fix #80595: Resetting POSTFIELDS to empty array breaks requestChristoph M. Becker2021-01-183-2/+40
* | Fixed bug #80422 (php_opcache.dll crashes when using Apache 2.4 with JIT)Dmitry Stogov2021-01-141-0/+5
* | 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-122-12/+6
* | Use ephemeral port in socket_create_listen_used.phptNikita Popov2021-01-121-11/+12
* | Fixed bug #80545Jens de Nies2021-01-123-84/+244
* | 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-062-5/+37
* | Fix/improve mysqli stubsDharman2021-01-064-91/+61
* | Add missing SKIPIF clause for require_hash.phptChristoph M. Becker2021-01-061-1/+4
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-055-35/+69
|\ \ | |/
| * Fix #77565: Incorrect locator detection in ZIP-based pharsChristoph M. Becker2021-01-055-40/+74
* | Prevent double-free of Phar ZIP streamChristoph M. Becker2021-01-052-9/+4
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-051-7/+11
|\ \ | |/
| * Fix memory leak in Phar::webPhar() on WindowsChristoph M. Becker2021-01-051-19/+17
* | Fix bug #80584: 0x and 0X are considered valid hex numbers by filter_var()George Peter Banyard2021-01-042-0/+21
* | Fix #76929: zip-based phar does not respect phar.require_hashChristoph M. Becker2021-01-0423-0/+100
* | Fix newly added GMP testNikita Popov2021-01-041-1/+1
* | Fix GMP comparison object handlerGeorge Peter Banyard2021-01-042-1/+29
* | Try to fix intermittent failures of stream_server_reneg_limit.phpt on macosNikita Popov2021-01-041-0/+2
* | Throw ValueError instead of TypeError for malformed GMP numberNikita Popov2021-01-0419-60/+60
* | SQLite3::query() cannot return nullChristoph M. Becker2021-01-042-2/+2
* | Mac M1 crc32 detection supportDavid CARLIER2021-01-041-0/+6