summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | mysqli_savepoint()/mysqli_release_savepoint()Andrey Hristov2013-02-081-2/+2
* | Add support for begin_transaction in libmysql mode.Andrey Hristov2013-02-071-4/+81
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-01-091-0/+3
|\ \ | |/
| * Add mysqli support - constants and checking in mysqli_options() for theAndrey Hristov2013-01-091-0/+3
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-3/+6
| * Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-2/+2
| * Fix Bug #55703(PHP crash when calling mysqli_fetch_fields) Xinchen Hui2011-09-171-1/+6
| * Fixed Bug #55653(PS crash with libmysql when binding same variable as param a...Xinchen Hui2011-09-101-1/+1
| * Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when my...Andrey Hristov2011-09-051-1/+1
| * Remove a warning by explicitly compiling out a non-used variableAndrey Hristov2011-08-021-0/+2
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | add protection against core dumps if the underlying library returnsAndrey Hristov2012-10-181-10/+37
* | add a check for libmysqlAndrey Hristov2012-10-031-0/+2
* | change public key setting to PERDIR and finish code that allowsandrey2012-09-251-4/+5
* | Remove support for local infile handler in mysqli from 5.5andrey2012-05-031-58/+0
* | - Year++Felipe Pena2012-01-011-1/+1
* | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-3/+6
* | Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-2/+2
* | Fix Bug #55703(PHP crash when calling mysqli_fetch_fields) Xinchen Hui2011-09-171-1/+6
* | Fixed Bug #55653(PS crash with libmysql when binding same variable as param a...Xinchen Hui2011-09-101-1/+1
* | Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when my...Andrey Hristov2011-09-051-1/+1
* | Remove a warning by explicitly compiling out a non-used variableAndrey Hristov2011-08-021-0/+2
|/
* Added 'catalog' to the field fetching functions in mysqli (Thanks to Johannes...Kalle Sommer Nielsen2011-01-171-0/+1
* Change things to allow passing of the password lengthAndrey Hristov2011-01-141-0/+4
* Implemented FR #39847 (mysqli_fetch_[field|fields|field_direct] need to retur...Kalle Sommer Nielsen2011-01-071-0/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fix bad types, because zend_parse_xxx expect signed integersAndrey Hristov2010-11-101-5/+5