summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix #79149: SEGV in mb_convert_encoding with non-string encodingsChristoph M. Becker2020-01-222-3/+24
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-212-2/+26
|\
| * Fix #79145: openssl memory leakChristoph M. Becker2020-01-212-2/+26
* | Fix file clash in bug54446.phpt testsNikita Popov2020-01-211-5/+5
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-01-206-5/+115
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-01-206-5/+115
| |\
| | * Fix bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`)Stanislav Malyshev2020-01-202-5/+22
| | * Fix #79099: OOB read in php_strip_tags_exStanislav Malyshev2020-01-202-3/+35
| | * Fix #79091: heap use-after-free in session_create_id()Christoph M. Becker2020-01-202-0/+68
* | | Fix bug #79112: IMAP can't find OpenSSL during configureNikita Popov2020-01-203-13/+7
* | | Increase timeout in mysqli_reap_async_query testNikita Popov2020-01-201-1/+1
* | | Let's make this safer from maliciously crafted filenameXinchen Hui2020-01-201-1/+1
* | | minor cleanupXinchen Hui2020-01-201-5/+7
* | | Fixed bug #79114 (Eval class during preload causes class to be only half avai...Xinchen Hui2020-01-203-2/+60
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-172-0/+18
|\ \ \ | |/ /
| * | Fixed bug #79115Nikita Popov2020-01-172-0/+18
* | | Fix #79096: FFI Struct SegfaultChristoph M. Becker2020-01-144-3/+61
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-133-6/+149
|\ \ \ | |/ /
| * | Fix #79084: mysqlnd may fetch wrong column indexes with MYSQLI_BOTHChristoph M. Becker2020-01-133-6/+149
| * | Fix test cases which fail on Windows debug buildsChristoph M. Becker2020-01-103-2/+4
* | | Fix testNikita Popov2020-01-131-4/+4
* | | Bring back test case support for older MySQL versionsChristoph M. Becker2020-01-112-4/+7
* | | Remove unnecessary whitespace sensitivtiy from some testsNikita Popov2020-01-1016-70/+70
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-111-0/+2
|\ \ \ | |/ /
| * | Fix test for Windows ZTS buildsChristoph M. Becker2020-01-111-0/+2
* | | Silence potential taskkill error messagesChristoph M. Becker2020-01-091-1/+1
* | | Fix useless testsChristoph M. Becker2020-01-092-21/+329
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-082-9/+11
|\ \ \ | |/ /
| * | Fix #79078: Hypothetical use-after-free in curl_multi_add_handle()Christoph M. Becker2020-01-082-9/+11
| * | Revert "Extend CURLFile to support streams"Christoph M. Becker2020-01-065-146/+1
* | | Extract functionChristoph M. Becker2020-01-081-152/+162
* | | Make test more resilientChristoph M. Becker2020-01-071-1/+1
* | | Increase sleep() time in test caseChristoph M. Becker2020-01-071-1/+1
* | | Remove support for preloading on WindowsNikita Popov2020-01-0636-141/+146
* | | Throw Error when referencing uninit typed prop in __sleepNikita Popov2020-01-062-9/+99
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-062-1/+25
|\ \ \ | |/ /
| * | Fix #54298: Using empty additional_headers adding extraneous CRLFChristoph M. Becker2020-01-062-1/+25
* | | Don't link against openssl 1.1 in curlNikita Popov2020-01-062-5/+15
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-063-1/+22
|\ \ \ | |/ /
| * | Fix #79068: gdTransformAffineCopy() changes interpolation methodChristoph M. Becker2020-01-063-1/+22
* | | Fix bug #79063: Curl openssl does not respect PKG_CONFIG_PATHNikita Popov2020-01-061-4/+5
* | | Clean up curl openssl checkNikita Popov2020-01-063-14/+6
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-063-3/+20
|\ \ \ | |/ /
| * | Fix #79067: gdTransformAffineCopy() may use unitialized valuesChristoph M. Becker2020-01-063-3/+20
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-032-0/+41
|\ \ \ | |/ /
| * | Fix #78808: [LMDB] MDB_MAP_FULL: Environment mapsize limit reachedChristoph M. Becker2020-01-032-0/+41
* | | Slightly increase tolerance in time_sleep_until() testNikita Popov2020-01-031-1/+1
* | | Try to fix intermittently failing test caseChristoph M. Becker2020-01-031-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-032-5/+49
|\ \ \ | |/ /
| * | Fix #79015: undefined-behavior in php_date.cChristoph M. Becker2020-01-032-5/+49