summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-116/+116
* fix signed/unsigned mismatch warningAnatol Belski2014-10-131-1/+1
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* fix typeAnatol Belski2014-08-281-2/+2
* Changed 'unsigned size_t' to 'size_t'Tjerk Meesters2014-08-281-1/+1
* 's' works with size_t round 2Anatol Belski2014-08-271-5/+5
* first show to make 's' work with size_tAnatol Belski2014-08-271-8/+8
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
* master renamings phase 5Anatol Belski2014-08-251-7/+7
* master renames phase 1Anatol Belski2014-08-251-85/+85
* yet trivial fixes to mysql extsAnatol Belski2014-08-211-1/+1
* ported ext/mysqliAnatol Belski2014-08-191-50/+50
* basic macro replacements, all at onceAnatol Belski2014-08-191-44/+44
* Fixed PHP6 unicode related testsDmitry Stogov2014-08-151-2/+2
* Bump version to 7.0.0-devDmitry Stogov2014-08-151-1/+2
* clean up - avoid reallocXinchen Hui2014-08-131-5/+5
* Fixed build with libmysqlXinchen Hui2014-06-271-1/+1
* Don't use zend_string for other fields (only name here is enough)Xinchen Hui2014-06-251-12/+8
* Respect the origin behavior (fix one test: ext/pdo_mysql/tests/bug_33689.phpt)Xinchen Hui2014-06-231-1/+1
* Use zend_string in mysqlndXinchen Hui2014-06-231-0/+9
* Fixed call to mysqli_init() from an object. (We should find some better fix)Dmitry Stogov2014-06-121-1/+8
* Add one more check to skip getting into code that will do nothingAndrey Hristov2014-05-201-4/+4
* Fixed signedXinchen Hui2014-05-171-1/+1
* Finish refactoring of MySQLiXinchen Hui2014-05-111-18/+16
* Various bug fixedXinchen Hui2014-05-111-32/+45
* Refactor MySQLi (incompleted, only compilable now)Xinchen Hui2014-05-111-221/+163
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-69/+139
|\
| * Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6Andrey Hristov2014-04-101-17/+65
| |\
| | * Fixes after mergeAndrey Hristov2014-03-201-2/+2
| | * Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2014-03-201-33/+45
| | |\
| | | * Emit a warning in case of unallowed characters. Fix another place thisAndrey Hristov2014-03-201-33/+45
| | * | Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2014-03-201-5/+2
| | |\ \ | | | |/
| | | * don't replace with ?, just skip itAndrey Hristov2014-03-201-93/+93
| | * | fix compilation errorAndrey Hristov2014-03-191-95/+95
| | * | Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2014-03-191-58/+97
| | |\ \ | | | |/
| | | * Fix problem with mysqli_commt()/mysqli_rollback()Andrey Hristov2014-03-191-12/+48
| * | | New result fetching mode for mysqlnd, which should use less memory butAndrey Hristov2014-04-101-5/+11
| |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-02-271-0/+8
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-02-271-0/+8
| | |\
| | | * Fixed Bug #66762 Segfault in mysqli_stmt::bind_result() when link closedRemi Collet2014-02-271-0/+8
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| * | | Move static functions further up so they are delared efore being used.Johannes Schlüter2014-02-151-60/+58
| * | | Add new INI for rollbacking connections put back into the pconn poolAndrey Hristov2014-01-291-2/+12
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-7/+7
|/ / /
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-11-081-1/+1
|\ \ | |/
| * Fixed Bug #66043 (Segfault calling bind_param() on mysqli)Xinchen Hui2013-11-081-1/+1
* | Fix for Bug #64394 MYSQL_OPT_CAN_HANDLE_EXPIRED_PASSWORDS undeclared when usi...Andrey Hristov2013-05-141-1/+1