summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_nonapi.c
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-70/+70
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* 's' works with size_t round 2Anatol Belski2014-08-271-2/+2
* first show to make 's' work with size_tAnatol Belski2014-08-271-5/+5
* master renames phase 1Anatol Belski2014-08-251-26/+26
* fixes to %pd format usageAnatol Belski2014-08-241-2/+2
* ported ext/mysqliAnatol Belski2014-08-191-13/+13
* basic macro replacements, all at onceAnatol Belski2014-08-191-13/+13
* 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