summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_nonapi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-161-0/+2
|\ \ | |/
| * Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)Xinchen Hui2015-11-161-0/+2
| * bump yearXinchen Hui2015-01-151-1/+1
* | Cleanup (replce hack by a clean implementation)Dmitry Stogov2015-07-011-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-5/+5
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-8/+8
* | 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