summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Unify mail related tests for *nix and WindowsChristoph M. Becker2020-01-091-6/+1
* Convert some warnings to Errors in BZip2George Peter Banyard2020-01-095-46/+65
* Convert some warnings to Error in zlib extensionGeorge Peter Banyard2020-01-0913-152/+217
* Avoid superfluous assignmentsChristoph M. Becker2020-01-091-2/+0
* Merge branch 'PHP-7.4'Christoph M. Becker2020-01-082-9/+11
|\
| * 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
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-081-152/+162
|\ \ \ | |/ /
| * | Extract functionChristoph M. Becker2020-01-081-152/+162
* | | Add warning and convert to exception in string offset assignment:George Peter Banyard2020-01-071-6/+11
|\ \ \
| * | | Add warning and convert to exception in string offset assignment:George Peter Banyard2020-01-071-6/+11
* | | | Allow empty needles in mb_strpos and mb_strstr function family.George Peter Banyard2020-01-0710-30/+477
|/ / /
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-071-1/+1
|\ \ \ | |/ /
| * | Make test more resilientChristoph M. Becker2020-01-071-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-071-1/+1
|\ \ \ | |/ /
| * | Increase sleep() time in test caseChristoph M. Becker2020-01-071-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-0636-140/+146
|\ \ \ | |/ /
| * | Remove support for preloading on WindowsNikita Popov2020-01-0636-141/+146
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-062-9/+99
|\ \ \ | |/ /
| * | Throw Error when referencing uninit typed prop in __sleepNikita Popov2020-01-062-9/+99
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-062-1/+25
|\ \ \ | |/ /
| * | 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
* | | Rename skeleton stub fileNikita Popov2020-01-062-2/+2
* | | Fix hypothetical segfault in gdTransformAffineCopy()Christoph M. Becker2020-01-061-3/+13
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-062-5/+15
|\ \ \ | |/ /
| * | Don't link against openssl 1.1 in curlNikita Popov2020-01-062-5/+15
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-063-1/+22
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-063-18/+11
|\ \ \ | |/ /
| * | 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.4'Christoph M. Becker2020-01-063-3/+20
|\ \ \ | |/ /
| * | 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
* | | Remove useless else branchChristoph M. Becker2020-01-061-6/+0
* | | Throw exception for unconstructed intl objectsMáté Kocsis2020-01-0533-148/+144
* | | Remove duplicate test casesChristoph M. Becker2020-01-052-67/+0
* | | Fix slowest testsGabriel Caruso2020-01-0521-37/+59
* | | Fix build if SQLITE_RECURSIVE is not supportedMatteo Beccati2020-01-041-0/+2
* | | Fix usage of RETURN_THROWS() in LDAP extensionMáté Kocsis2020-01-031-1/+1
* | | Use RETURN_THROWS() in various placesMáté Kocsis2020-01-0333-83/+84
* | | Use RETURN_THROWS() after zend_fetch_resource*()Máté Kocsis2020-01-0325-338/+338
* | | Add stubs for various intl functionsMáté Kocsis2020-01-0314-193/+317
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-032-0/+41
|\ \ \ | |/ /
| * | 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
* | | Use RETURN_THROWS() after try_convert_to_string()Máté Kocsis2020-01-0317-30/+30