summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-093-1/+37
|\ \ \ | |/ /
| * | Fixed bug #78154Nikita Popov2020-12-093-1/+37
* | | 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-083-4/+37
|\ \ \ | |/ /
| * | Fix #48725: Support for flushing in zlib streamChristoph M. Becker2020-12-083-4/+37
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-087-2/+148
|\ \ \ | |/ /
| * | Fix #77069: stream filter loses final block of dataChristoph M. Becker2020-12-087-2/+148
* | | ldap_exop_whoami() does not return TRUEChristoph M. Becker2020-12-082-3/+3
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-083-0/+70
|\ \ \ | |/ /
| * | Fixed bug #63185Nikita Popov2020-12-083-0/+70
* | | 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-072-21/+38
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-043-10/+199
|\ \ \ | |/ /
| * | Fixed bug #80458Dharman2020-12-043-11/+200
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-12-044-0/+23
|\ \ \ | |/ /
| * | Fix #75102: `PharData` says invalid checksum for valid tarChristoph M. Becker2020-12-044-0/+23
* | | Fix removal of type source during unserializationNikita Popov2020-12-043-1/+19
* | | Standardize behaviour for int message number between functionsGeorge Peter Banyard2020-12-038-93/+300
* | | Add tests for passing a UID instead of a message numberGeorge Peter Banyard2020-12-0317-13/+708
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-031-1/+4
|\ \ \ | |/ /
| * | Upload coverage data to codecov.ioPaul Crovella2020-12-031-1/+4
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-031-13/+26
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-12-031-13/+26
| |\ \ | | |/
| | * Fix mysqli_expire_password test for mariadbDaniel Black2020-12-031-13/+25
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-031-1/+1
|\ \ \ | |/ /
| * | fix mysqli_stmt_get_result_metadata_fetch_field test for mariadbDaniel Black2020-12-031-1/+1
* | | Remove PHP 5 mysqli testsDharman2020-12-034-223/+0
* | | Fix typos in mysql testsDharman2020-12-033-6/+6
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-030-0/+0
|\ \ \ | |/ /
| * | Backport fix for bug #78750Peter Kokot2020-12-031-0/+6
* | | Make is_file() and friends return false when path contains 0-byteChristian Schneider2020-12-0311-32/+46
* | | Fix failing VirtualProtect() callsChristoph M. Becker2020-12-021-0/+3
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-021-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-12-021-1/+1
| |\ \ | | |/
| | * Fixed bug #80457Nikita Popov2020-12-022-1/+4
* | | Don't throw from imagecreatefromstring() with too short stringNikita Popov2020-12-022-4/+6
* | | Fixed bug #80462Nikita Popov2020-12-023-1/+27
* | | Backport IMAP test modernization to PHP-8.0 branchGeorge Peter Banyard2020-12-0161-477/+493