summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Dmitry Stogov2020-12-243-14/+117
|\
| * Eliminate redundand comparison insructionsDmitry Stogov2020-12-243-14/+117
* | Merge branch 'PHP-8.0'Máté Kocsis2020-12-243-20/+26
|\ \ | |/
| * Fix the signature of FFI::typeof() and FFI::memcmp()Máté Kocsis2020-12-242-5/+5
| * Add a few other RETURN_THROWS()Máté Kocsis2020-12-241-7/+7
| * Fix the signature of FFI::sizeof() and FFI::alignof()Máté Kocsis2020-12-243-9/+15
* | Merge branch 'PHP-8.0'Christopher Jones2020-12-241-3/+10
|\ \ | |/
| * Fix PDO_OCI testChristopher Jones2020-12-241-3/+10
* | Fix PDO_OCI buildChristopher Jones2020-12-241-2/+2
* | Update hash for IMAP stubs after adding final qualifierGeorge Peter Banyard2020-12-231-1/+1
* | IMAP: Declare `IMAPConnection` class as `final` (stub+test)Ayesh Karunaratne2020-12-232-1/+12
* | IMAP: Disallow direct `new IMAPConnection()` constructAyesh Karunaratne2020-12-232-0/+21
* | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-231-0/+8
|\ \ | |/
| * Add regression test for bug #76770Semen Dubina2020-12-231-0/+8
* | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-231-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-231-1/+1
| |\
| | * Fix #80384: limit read buffer sizeAdam Seitz2020-12-231-1/+1
* | | Support native types in PDO SQLiteNikita Popov2020-12-238-13/+80
* | | FTP: Disallow direct `FTPConnection` constructionAyesh Karunaratne2020-12-232-0/+21
* | | EXPECTF imap_errors() test's authentication errorGeorge Peter Banyard2020-12-221-2/+2
* | | Make imap_errors() test no hangGeorge Peter Banyard2020-12-221-12/+7
* | | Optimize Dovecot configuration for IMAP testsGeorge Peter Banyard2020-12-222-7/+19
* | | Rewrite PDO result bindingNikita Popov2020-12-2219-584/+317
* | | Don't use explicitly nullable column in bug_73234.phptNikita Popov2020-12-221-1/+1
* | | Add CONFLICTS file for PDO firebird testsNikita Popov2020-12-221-0/+1
* | | Fix bug_69356.phpt for firebirdNikita Popov2020-12-221-18/+27
* | | PDO Firebird: Use recreate tableNikita Popov2020-12-224-8/+4
* | | Suppress zend_signals warnings if pdo_firebird loadedNikita Popov2020-12-221-0/+5
* | | Convert IMAP resource to objectGeorge Peter Banyard2020-12-225-579/+469
* | | PDO Firebird: Fix uninitialized var warningNikita Popov2020-12-211-0/+2
* | | PDO: Honor ATTR_STRINGIFY_FETCHES for booleansNikita Popov2020-12-215-7/+15
* | | Merge branch 'PHP-8.0' into masterDerick Rethans2020-12-212-16975/+19709
|\ \ \ | |/ /
| * | Fixed bug #80376 (last day of the month causes runway cpu usage)Derick Rethans2020-12-212-16975/+19709
| |\ \ | | |/
| | * Fixed bug #80376 (last day of the month causes runway cpu usage)Derick Rethans2020-12-212-16889/+19644
* | | Merge branch 'PHP-8.0'Nikita Popov2020-12-212-7/+7
|\ \ \ | |/ /
| * | Fix bug #80537Nikita Popov2020-12-212-7/+7
* | | Merge branch 'PHP-8.0'Christopher Jones2020-12-211-1/+1
|\ \ \ | |/ /
| * | Description typoChristopher Jones2020-12-211-1/+1
* | | Merge branch 'PHP-8.0'Christopher Jones2020-12-213-17/+34
|\ \ \ | |/ /
| * | Bundle PECL OCI8 3.0.1Christopher Jones2020-12-213-17/+34
* | | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-202-3/+3
|\ \ \ | |/ /
| * | Revert "DateTime:: and DateTimeImmutable::getTimestamp() may return false"Christoph M. Becker2020-12-202-3/+3
* | | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-202-3/+3
|\ \ \ | |/ /
| * | DateTime:: and DateTimeImmutable::getTimestamp() may return falseChristoph M. Becker2020-12-202-3/+3
* | | Convert file_info resources to objectsChristoph M. Becker2020-12-2012-111/+75
* | | Merge branch 'PHP-8.0'Christoph M. Becker2020-12-202-7/+7
|\ \ \ | |/ /
| * | Fix ext/date stubsChristoph M. Becker2020-12-202-7/+7
* | | Fix leakNikita Popov2020-12-181-4/+5
* | | Back memory stream by a zend_stringNikita Popov2020-12-183-20/+9
* | | Remove unused pdo_pgsql_column memberNikita Popov2020-12-181-1/+0