summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-132-0/+140
|\ \ | |/
| * Fix #79084: mysqlnd may fetch wrong column indexes with MYSQLI_BOTHChristoph M. Becker2020-01-132-0/+140
| * Fix test cases which fail on Windows debug buildsChristoph M. Becker2020-01-103-2/+4
* | Bring back test case support for older MySQL versionsChristoph M. Becker2020-01-112-4/+7
* | Don't use PASSWORD() function in testNikita Popov2019-12-272-3/+3
* | Skip bug77956.phpt if local_infile disabled on serverNikita Popov2019-12-271-0/+10
* | Don't check TIMESTAMP NOT NULL in fetch_field_flags testNikita Popov2019-12-271-18/+0
* | Don't test the RENAME DATABASE queryNikita Popov2019-12-271-20/+8
* | Make GeomFromText tests compatible with MySQL 8Nikita Popov2019-12-272-16/+18
* | Fix mysqli ssl testsNikita Popov2019-12-052-5/+11
* | Fix test cases which fail on Windows debug buildsChristoph M. Becker2019-11-113-2/+4
* | Fix number of required arguments in arginfoNikita Popov2019-10-071-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-10-031-5/+82
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-031-4/+53
| |\
| | * Fix bug #76809 (SSL settings aren't respected when persistent connection is r...Fábio Souto2019-10-031-4/+53
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-10-021-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-10-021-2/+2
| |\ \ | | |/
| | * Fixed test that "fails" from time to timeDmitry Stogov2019-10-021-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-10-021-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-10-021-1/+1
| |\ \ | | |/
| | * Fixed test that "fails" from time to timeDmitry Stogov2019-10-021-1/+1
* | | Fix borked SKIPIFsFabien Villepinte2019-09-303-3/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-09-2711-20/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-2711-20/+20
| |\ \ | | |/
| | * Fix SKIPIF in ext/mysqliFabien Villepinte2019-09-2711-20/+20
* | | Drop E_STRICT notice in mysqli extensionGeorge Peter Banyard2019-08-316-31/+60
* | | Modernize some connectors in tests to remove env key duplicationFabien Villepinte2019-08-301-9/+9
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-201-0/+78
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-201-0/+78
| |\ \ | | |/
| | * fix the problem for connect_attr, set db condition, and add a new attribute _...Qianqian Bu2019-08-201-0/+78
* | | Fix testsChristoph M. Becker2019-07-303-34/+4
* | | Renamed MySQLi test to remove duplicate 'mysqli_'George Peter Banyard2019-07-211-0/+0
* | | Small typo and proto name fixGeorge Peter Banyard2019-07-151-1/+1
* | | No more need to cater to pre-PHP-5.3 or PHP-6 versionsChristoph M. Becker2019-07-125-43/+8
* | | Additional fix for mysqli_fork testNikita Popov2019-07-101-1/+1
* | | Fix invalid array access in mysqli_fork testNikita Popov2019-07-101-1/+1
* | | Removed mysqlnd stats from phpinfo pagePieter Hordijk2019-07-031-11/+0
* | | Update error message in libmysql testNikita Popov2019-06-281-1/+1
* | | Fix compilation errors when building against libmysqlSebastian Pop2019-06-281-2/+2
* | | Fix persistent connection leak in mysqliNikita Popov2019-06-271-0/+6
* | | Fixed bug #67348: Reading $dbc->stat modifies $dbc->affected_rowsDerick Rethans2019-06-2110-87/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Andrey Hristov2019-06-191-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Andrey Hristov2019-06-191-1/+1
| |\ \ | | |/
| | * Fix version comparisonAndrey Hristov2019-06-191-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-112-2/+3
|\ \ \ | |/ /
| * | Be more precise about possible types for mysqli methodsTyson Andre2019-06-112-2/+3
* | | Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-6/+8
* | | Allow exceptions in __toString()Nikita Popov2019-06-052-2/+13
* | | Make mysqli_connect arguments explicitly nullableNikita Popov2019-06-051-6/+6
* | | Make "MySQL server has gone away" errors more consistentNikita Popov2019-06-033-13/+3