summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_nonapi.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed mysqli_get_links_statsXinchen Hui2014-06-191-3/+3
* Fixed hash key in persistent hashXinchen Hui2014-06-191-1/+1
* Fixed MySQLi built with mysqlndXinchen Hui2014-06-191-31/+23
* Refactor MySQLi (incompleted, only compilable now)Xinchen Hui2014-05-111-104/+66
* Merge branch 'master' into refactoring2Dmitry Stogov2014-05-051-0/+8
|\
| * Fix mysqli build when building against libmysqlclient.Adam Harvey2014-05-021-0/+8
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-25/+53
|\ \ | |/
| * Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6Andrey Hristov2014-04-101-20/+26
| |\
| | * Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2014-03-201-20/+26
| | |\
| | | * Emit a warning in case of unallowed characters. Fix another place thisAndrey Hristov2014-03-201-20/+26
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| * | | New result fetching mode for mysqlnd, which should use less memory butAndrey Hristov2014-04-101-5/+10
| |/ /
| * | Add new INI for rollbacking connections put back into the pconn poolAndrey Hristov2014-01-291-0/+17
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-12/+12
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-12-041-1/+1
|\
| * Fix loss of precisionAndrey Hristov2013-12-041-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2013-07-031-2/+2
|\ \ | |/
| * Make sure result is initilizedJohannes Schlüter2013-07-031-2/+2
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | relax the checkAndrey Hristov2013-02-221-1/+1
* | Add some parameter checksAndrey Hristov2013-02-221-5/+22
* | mysqli_savepoint()/mysqli_release_savepoint()Andrey Hristov2013-02-081-1/+70
* | Add support for begin_transaction in libmysql mode.Andrey Hristov2013-02-071-0/+76
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-301-2/+8
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-301-2/+8
| |\
| | * Fixed bug #63398 (Segfault when polling closed link)Xinchen Hui2012-11-301-2/+8
* | | Add SHA256 authentication support - password hashing to mysqlndandrey2012-09-251-1/+1
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-08-221-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-221-0/+5
| |\ \ | | |/
| | * Fixed bug #62885 (mysqli_poll - Segmentation fault)Xinchen Hui2012-08-221-0/+5
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * prevent a crash if cs is NULL, which can happen with MS and lazy connectionsAndrey Hristov2011-08-121-1/+5
| | * Fix for bug #55283 SSL options set by mysqli_ssl_set ignored for MySQLi persi...Andrey Hristov2011-08-051-4/+6
| | * Proper fix forAndrey Hristov2011-01-071-1/+1
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to ca...Kalle Sommer Nielsen2010-12-121-1/+4
| | * Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query)Kalle Sommer Nielsen2010-12-121-1/+1
| | * Fix bad types, because zend_parse_xxx expect signed integersAndrey Hristov2010-11-101-14/+14
| | * Sorry for the commit but compiler warnings are annoying and so are white spac...Ulf Wendel2010-10-041-32/+32
| | * Fix leak with persistent connections when using mysqli.default_host is usedUlf Wendel2010-10-011-4/+5
| | * Plug a leak in mysqli when in the same scriptAndrey Hristov2010-09-301-4/+1
| | * Fix for bug #52654 mysqli doesn't install headers with structures it usesAndrey Hristov2010-08-201-0/+1
| | * Add checks to check the underlying pointer in the resource.Andrey Hristov2010-05-261-10/+10
| | * Remove duplicated code.Andrey Hristov2010-05-181-31/+0
| | * Better fix for #51605Andrey Hristov2010-05-131-2/+2
| | * Fix a segfault when using a mysqli object after unsuccesssful connect, the Andrey Hristov2010-03-241-1/+4
| * | - Year++Felipe Pena2012-01-011-1/+1
| * | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-6/+12