summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #79132Nikita Popov2020-12-114-4/+67
* PDO MySQL: Fix nextRowset() on libmysqlclient with native PSNikita Popov2020-12-112-93/+79
* PDO MySQL: Don't skip two LOCAL_INFILE tests with libmysqlclientNikita Popov2020-12-112-4/+0
* PDO MySQL: Unskip bug_41125.phptNikita Popov2020-12-111-7/+30
* Fixed bug #67004Nikita Popov2020-12-112-4/+37
* PDO MySQL: Use stmt_next_result with libmysqlclient as wellNikita Popov2020-12-111-13/+12
* PDO MySQL: Fix libmysql option testNikita Popov2020-12-111-37/+32
* Fixed bug #62889Nikita Popov2020-12-112-25/+19
* PDO MySQL: Fix leak with libmysqlclient and multiple rowsetsNikita Popov2020-12-111-46/+29
* Fix test cases for MariaDBDharman2020-12-113-85/+57
* Fixed bug #72368Nikita Popov2020-12-1010-69/+111
* Allow drivers to omit error codeNikita Popov2020-12-106-9/+14
* Fixed bug #79131Nikita Popov2020-12-108-12/+19
* Eliminate some repeatable IS_REFERENCE checksDmitry Stogov2020-12-101-15/+47
* Fixed bug #79872 by improving error messageNikita Popov2020-12-102-6/+40
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-102-0/+40
|\
| * Fixed bug #76815Nikita Popov2020-12-102-0/+40
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-102-5/+32
|\ \ | |/
| * Fixed bug #71145Nikita Popov2020-12-102-5/+32
| * Backport fix for bug #70066Nikita Popov2020-12-104-11/+35
* | Perform early guard type check for result of FETCH_CONSTANTDmitry Stogov2020-12-095-26/+65
* | Fixed bug #70066Nikita Popov2020-12-094-11/+35
* | Fixed bug #66878Nikita Popov2020-12-093-1/+45
* | Remove unnecessary more_results() checksNikita Popov2020-12-091-17/+1
* | Add ifdef for mysqlnd only functionNikita Popov2020-12-091-0/+2
* | PDO MySQL: Extract common code for handling PS resultsNikita Popov2020-12-091-46/+28
* | PDO MySQL: Use set_row_count() helperNikita Popov2020-12-091-9/+2
* | Fixed IS_32BIT/IS_SIGNED_32BIT messDmitry Stogov2020-12-091-17/+17
* | PDO MySQL: Make sure nextRowset() works with partially consumed resultNikita Popov2020-12-092-16/+18
* | PDO MySQL: Handle error during closeCursor()Nikita Popov2020-12-092-1/+32
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-092-1/+35
|\ \ | |/
| * Fixed bug #78154Nikita Popov2020-12-092-1/+35
* | Fix stmt_free_result implementation and usageNikita Popov2020-12-093-9/+1
* | Make XFAILED test less brokenNikita Popov2020-12-091-2/+0
* | Handle changing column count in mysqlnd result bindingNikita Popov2020-12-092-50/+25
* | PDO MySQL: Normalize handling of empty stored procedure result setNikita Popov2020-12-086-36/+66
* | Handle column count change in PDO MySQLNikita Popov2020-12-085-77/+108
* | Enable XFAILed testNikita Popov2020-12-081-4/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-082-4/+34
|\ \ | |/
| * Fix #48725: Support for flushing in zlib streamChristoph M. Becker2020-12-082-4/+34
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-085-1/+146
|\ \ | |/
| * Fix #77069: stream filter loses final block of dataChristoph M. Becker2020-12-085-1/+146
* | ldap_exop_whoami() does not return TRUEChristoph M. Becker2020-12-082-3/+3
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-082-0/+68
|\ \ | |/
| * Fixed bug #63185Nikita Popov2020-12-082-0/+68
* | Avoid unnecessary checksDmitry Stogov2020-12-081-2/+6
* | Fix another typed resource issue in unserializationNikita Popov2020-12-072-3/+33
* | Fixed bug #80480 (Segmentation fault with JIT enabled)Dmitry Stogov2020-12-071-21/+37
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-042-10/+195
|\ \ | |/
| * Fixed bug #80458Dharman2020-12-042-11/+196