summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add basic libmysqlclient CI jobNikita Popov2020-12-181-4/+11
* | | Move fetch_all implementation out of mysqlndNikita Popov2020-12-1810-67/+17
* | | Make mysqli_stmt_next_result available under libmysqlNikita Popov2020-12-183-16/+6
* | | PDO MySQL: Make test libmysql compatibleNikita Popov2020-12-181-1/+2
* | | Merge branch 'PHP-8.0'Nikita Popov2020-12-181-0/+14
|\ \ \ | |/ /
| * | PDO MySQL: Handle boolean parameter binding with libmysqlNikita Popov2020-12-181-0/+14
* | | Merge branch 'PHP-8.0'Nikita Popov2020-12-184-78/+225
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-184-78/+225
| |\ \ | | |/
| | * MySQLnd: Support cursors in store/get resultNikita Popov2020-12-184-92/+225
* | | PDO MySQL: Use correct type when setting INT_AND_FLOAT_NATIVENikita Popov2020-12-171-1/+1
* | | Skip invalid file descriptor test on MacLevi Morrison2020-12-171-0/+5
* | | MySQLnd: Remove mnd_malloc/free etc.Nikita Popov2020-12-176-213/+4
* | | MySQLnd: Fix potential leak when reading cursorNikita Popov2020-12-171-6/+9
* | | MySQLnd: Avoid some reallocations in PS decoderNikita Popov2020-12-171-48/+13
* | | Fix typo 'pices' in strings/join_basic.phpthgsgtk2020-12-171-2/+2
* | | PDO MySQL: Use native types for resultsNikita Popov2020-12-1727-61/+155
* | | MySQLnd: Clean up and optimize mysqlnd result set handlingNikita Popov2020-12-1716-1073/+252