summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in fetch_all error messageKamil Tekiela2021-03-283-4/+3
* Update mysqli stub hashMáté Kocsis2021-03-181-1/+1
* Deprecate OO style mysqli::get_client_info methodDharman2021-03-175-4/+40
* Change the default error mode of mysqliDharman2021-03-153-2/+4
* Merge branch 'PHP-8.0'Nikita Popov2021-03-151-0/+38
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-151-0/+38
| |\
| | * Fix bug #80837Dharman2021-03-151-0/+38
* | | Use typed properties in ext/mysqliMáté Kocsis2021-03-158-290/+201
* | | Add CLEAN sections to mysqli and PDO mysql testsDharman2021-03-159-16/+57
* | | Deprecate mysqli driver_version propertyDharman2021-03-153-6/+3
* | | Remove dead mysqli_driver_construct() functionNikita Popov2021-03-151-12/+0
* | | Clean up mysqli_driver test casesDharman2021-03-153-171/+170
* | | Remove redundant macros in mysqli_driver implementationDharman2021-03-151-47/+21
* | | Remove unused mysqli globalDharman2021-03-152-13/+8
* | | client_info is a constant and doesn't need a connectionDharman2021-03-153-12/+9
* | | Update mysqli tests to work with newer MySQL serverMax Semenik2021-03-044-23/+16
* | | Add mechanism to skip the skipif cacheNikita Popov2021-03-044-0/+4
* | | Explicitly print reference wrappers in debug_zval_dump()Nikita Popov2021-03-042-19/+51
* | | Fixed bug #80808Nikita Popov2021-03-022-2/+2
* | | Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-011-6/+6
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-251-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-251-2/+2
| |\ \ | | |/
| | * mysqlnd pam fix test error messageDaniel Black2021-02-251-2/+2
* | | Fix #80329: Add option to specify LOAD DATA LOCAL white list folderDarek Slusarczyk2021-02-2316-11/+329
* | | Generate class entries from stubs for ldap, libxml, mbstring and mysqliMáté Kocsis2021-02-164-78/+462
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-151-6/+46
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-151-6/+46
| |\ \ | | |/
| | * Fix #78680: mysqlnd pam plugin missing terminating nullDaniel Black2021-02-151-6/+46
* | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-114-12/+12
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-103-22/+22
|\ \ \ | |/ /
| * | Make mysqli_ssl_set() arguments nullableNikita Popov2021-02-103-22/+22
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-051-3/+3
|\ \ \ | |/ /
| * | Fix test expectation for PHP 8.0Christoph M. Becker2021-02-051-1/+1
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-051-2/+2
| |\ \ | | |/
| | * Use ST_Y() instead of the deprecated/removed Y() in testChristoph M. Becker2021-02-051-2/+2
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-051-0/+42
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-051-0/+42
| |\ \ | | |/
| | * Fix #74779: x() and y() truncating floats to integersChristoph M. Becker2021-02-051-0/+42
* | | Fix #80330: Replace language in APIs and source code/docsDarek Slusarczyk2021-01-252-0/+3
* | | Replace zend_bool uses with boolNikita Popov2021-01-158-40/+40
* | | Print "interned" instead of fake refcount in debug_zval_dump()Nikita Popov2021-01-152-16/+18
* | | Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-3/+3
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-062-4/+4
|\ \ \ | |/ /
| * | Make fetch_* OO same as funcDharman2021-01-062-4/+4
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-063-85/+55
|\ \ \ | |/ /
| * | Fix/improve mysqli stubsDharman2021-01-063-85/+55
* | | Move fetch_all implementation out of mysqlndNikita Popov2020-12-187-27/+17
* | | Make mysqli_stmt_next_result available under libmysqlNikita Popov2020-12-183-16/+6
* | | Merge branch 'PHP-8.0'Nikita Popov2020-12-183-19/+153
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-183-19/+153
| |\ \ | | |/