summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Make GeomFromText tests compatible with MySQL 8Nikita Popov2019-12-272-16/+18
| | | | | | | | | | | | The function has been renamed to ST_GeomFromText.
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-052-5/+11
|\ \ \ | |/ / | | | | | | | | | * PHP-7.4: Fix mysqli ssl tests
| * | Fix mysqli ssl testsNikita Popov2019-12-052-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | First, make sure the tests are skipped if we connect via unix socket, as we can't use SSL in that case. Second, use a cipher that is not blacklisted in current MySQL versions.
* | | Fix clean section of test caseChristoph M. Becker2019-11-111-1/+1
| | |
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-11-113-2/+4
|\ \ \ | |/ / | | | | | | | | | * PHP-7.4: Fix test cases which fail on Windows debug builds
| * | Fix test cases which fail on Windows debug buildsChristoph M. Becker2019-11-113-2/+4
| | | | | | | | | | | | | | | | | | We use the portable {TMP} instead of the hard-coded /tmp, and skip mysqli_debug_append.phpt on Windows, because unlinking the trace file while the connection is still open won't work there.
* | | Clean DONE tags from testsFabien Villepinte2019-11-075-10/+0
| | | | | | | | | | | | | | | | | | | | | Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
* | | Add missing ZPP checksMáté Kocsis2019-11-014-9/+19
| | | | | | | | | | | | Closes GH-4878.
* | | Convert some notices to warningsNikita Popov2019-10-021-1/+1
| | | | | | | | | | | | Part of https://wiki.php.net/rfc/engine_warnings.
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-10-021-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-7.4: Fixed test that "fails" from time to time
| * | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-10-021-2/+2
| |\ \ | | |/ | | | | | | | | | * PHP-7.3: Fixed test that "fails" from time to time
| | * Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-10-021-2/+2
| | |\ | | | | | | | | | | | | | | | | * PHP-7.2: Fixed test that "fails" from time to time
| | | * Fixed test that "fails" from time to timeDmitry Stogov2019-10-021-1/+1
| | | |
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-10-021-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.4: Fixed test that "fails" from time to time
| * | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-10-021-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-7.3: Fixed test that "fails" from time to time
| | * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-10-021-1/+1
| | |\ \ | | | |/ | | | | | | | | | | | | * PHP-7.2: Fixed test that "fails" from time to time
| | | * Fixed test that "fails" from time to timeDmitry Stogov2019-10-021-1/+1
| | | |
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-303-3/+3
|\ \ \ \ | |/ / /
| * | | Fix borked SKIPIFsFabien Villepinte2019-09-303-3/+3
| | | |
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-2711-20/+20
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.4: Fix SKIPIF in ext/mysqli
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-2711-20/+20
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-7.3: Fix SKIPIF in ext/mysqli
| | * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-2711-20/+20
| | |\ \ | | | |/ | | | | | | | | | | | | * PHP-7.2: Fix SKIPIF in ext/mysqli
| | | * Fix SKIPIF in ext/mysqliFabien Villepinte2019-09-2711-20/+20
| | | |
* | | | Don't set nullability flag for parameters without typeNikita Popov2019-09-232-67/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use value 0 instead. To compensate we check in ReflectionParameter allowsNull() whether the type is set at all: If it isn't, it always allows null. This removes a discrepancy between internal&userland functions: For userland functions allowsNull() on untyped parameters returned true, but for internal functions it returned false.
* | | | Merge branch 'PHP-7.4'George Peter Banyard2019-08-315-19/+60
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.4: Drop E_STRICT notice in mysqli extension
| * | | Drop E_STRICT notice in mysqli extensionGeorge Peter Banyard2019-08-315-19/+60
| | | |
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-301-9/+9
|\ \ \ \ | |/ / /
| * | | Modernize some connectors in tests to remove env key duplicationFabien Villepinte2019-08-301-9/+9
| | | |
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-201-0/+78
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.4: fix the problem for connect_attr, set db condition, and add a new attribute _server_host
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-201-0/+78
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-7.3: fix the problem for connect_attr, set db condition, and add a new attribute _server_host
| | * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-201-0/+78
| | |\ \ | | | |/ | | | | | | | | | | | | * PHP-7.2: fix the problem for connect_attr, set db condition, and add a new attribute _server_host
| | | * fix the problem for connect_attr, set db condition, and add a new attribute ↵Qianqian Bu2019-08-201-0/+78
| | | | | | | | | | | | | | | | _server_host
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-07-303-34/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.4: Fix tests
| * | | Fix testsChristoph M. Becker2019-07-303-34/+4
| | | | | | | | | | | | | | | | | | | | Apparently, nobody is testing with MySQL < 5.6 for quite a while. We should consider dropping support for these very old versions.
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-07-211-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.4: Renamed MySQLi test to remove duplicate 'mysqli_'
| * | | Renamed MySQLi test to remove duplicate 'mysqli_'George Peter Banyard2019-07-211-0/+0
| | | | | | | | | | | | | | | | Closes GH-4441
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-07-125-43/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.4: No more need to cater to pre-PHP-5.3 or PHP-6 versions
| * | | No more need to cater to pre-PHP-5.3 or PHP-6 versionsChristoph M. Becker2019-07-125-43/+8
| | | |
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-101-1/+1
|\ \ \ \ | |/ / /
| * | | Additional fix for mysqli_fork testNikita Popov2019-07-101-1/+1
| | | |
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-101-1/+1
|\ \ \ \ | |/ / /
| * | | Fix invalid array access in mysqli_fork testNikita Popov2019-07-101-1/+1
| | | |
* | | | Merge branch 'PHP-7.4'Joe Watkins2019-07-031-11/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.4: Removed mysqlnd stats from phpinfo page
| * | | Removed mysqlnd stats from phpinfo pagePieter Hordijk2019-07-031-11/+0
| | | | | | | | | | | | | | | | All information can already be retrieved using the APIs at https://www.php.net/manual/en/mysqlnd.stats.php. Closes https://bugs.php.net/bug.php?id=60594
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-281-1/+1
|\ \ \ \ | |/ / /
| * | | Update error message in libmysql testNikita Popov2019-06-281-1/+1
| | | |
* | | | Merge branch 'PHP-7.4'Derick Rethans2019-06-218-53/+2
|\ \ \ \ | |/ / /
| * | | Fixed bug #67348: Reading $dbc->stat modifies $dbc->affected_rowsDerick Rethans2019-06-218-53/+2
| | | |
* | | | ctor_params of mysqli_fetch_object should use "a"Nikita Popov2019-06-172-6/+6
| | | |
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-033-13/+3
|\ \ \ \ | |/ / /