summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-064-243/+122
* [skip-ci] Add README for ext/mysqli testsTiffany2020-07-061-0/+39
* Add get_gc handle for object iteratorsNikita Popov2020-07-011-1/+2
* Update outdated arginfo hashesMáté Kocsis2020-06-301-1/+1
* Replace EXPECTF when possibleFabien Villepinte2020-06-2914-15/+15
* [ci skip] Various typo fixes in stub comments and CHANGES fileAyesh Karunaratne2020-06-251-1/+1
* Introduce InternalIteratorNikita Popov2020-06-244-2/+19
* Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-243-3/+0
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Fix some UNKNOWN default valuesMáté Kocsis2020-06-093-11/+7
* Improve type error messages when an object is givenMáté Kocsis2020-05-261-1/+1
* Annotate internal functions with the mixed typeMáté Kocsis2020-05-252-5/+4
* Fix some final classes in stubsMáté Kocsis2020-05-192-6/+5
* Fix [-Wextra-tokens] warning in MySQLi extension which breaks buildGeorge Peter Banyard2020-05-181-2/+2
* Fix [-Wundef] warning in MySQLi extensionGeorge Peter Banyard2020-05-187-50/+50
* Fix UNKNOWN default values in various extensionsMáté Kocsis2020-05-055-47/+27
* Avoid spurious failures of MySQL INSERT packet overflow testAlex Dowad2020-05-011-13/+14
* Revert "Insert one more debug output"Nikita Popov2020-04-301-1/+0
* Insert one more debug outputNikita Popov2020-04-281-0/+1
* Remove support for libmysqlclient 5.0Nikita Popov2020-04-236-62/+6
* Generate function entries from stubs for mysqliMáté Kocsis2020-04-1912-638/+811
* Merge branch 'PHP-7.4'Nikita Popov2020-04-162-5/+5
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-162-5/+5
| |\
| | * Fix MySQL local infile / attr handling on big endian systemsguirish2020-04-162-5/+5
* | | Remove int6store()Nikita Popov2020-04-141-1/+1
* | | Fix default value of the $class_name parameter of mysqli_fetch_object()Máté Kocsis2020-04-102-4/+4
* | | Fix the default value of the $flags parameter of mysqli_begin_transaction()Máté Kocsis2020-04-102-6/+13
* | | Add missing parameter to the stub of mysqli_real_connectMáté Kocsis2020-04-102-0/+2
* | | Fix mysqli_get_client_info() stubNikita Popov2020-04-092-2/+2
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-46/+51
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-081-4/+6
|\ \ \ | |/ /
| * | Make mysqli_poll test more deterministicNikita Popov2020-04-081-5/+7
* | | Annotate function aliases in stubsMáté Kocsis2020-04-041-1/+6
* | | Stubs: Store information per-classNikita Popov2020-04-031-243/+243
* | | Do not include the same stub multiple timesMáté Kocsis2020-04-035-15/+18
* | | Drop wchar header check as always defined since C95George Peter Banyard2020-03-311-21/+0
* | | Improve error messages of various extensionsMáté Kocsis2020-03-231-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-231-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-231-1/+1
| |\ \ | | |/
| | * Fix test for WindowsChristoph M. Becker2020-03-231-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-092-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-092-2/+2
| |\ \ | | |/
| | * Enclose INI values containing {TMP} in quotesChristoph M. Becker2020-03-092-2/+2
* | | Update MySQLi function infoMáté Kocsis2020-02-282-3/+3
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-271-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-271-1/+1
| |\ \ | | |/
| | * Fix #64032: mysqli reports different client_versionChristoph M. Becker2020-02-271-1/+1
* | | Change argument error message formatMáté Kocsis2020-02-264-5/+5
* | | Add ext/mysqli stubsTom Van Looy2020-02-255-500/+1327
* | | Use serialize_precision for var_dump()Nikita Popov2020-02-251-2/+2