summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-1/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-221-0/+50
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-221-0/+50
| |\ \ | | |/
| | * Fix #77956 - When mysqli.allow_local_infile = Off, return a client errorSjon Hortensius2019-05-221-0/+50
* | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-4/+4
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-9/+9
* | | Don't use random mode in mysqli_query testNikita Popov2019-03-181-6/+1
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-1/+1