summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fix emails in headers. @mysql.com addresses are no more since many years.Andrey Hristov2016-03-161-3/+3
* 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-4/+0
|\ \ | |/
| * Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)Xinchen Hui2015-11-161-4/+0
* | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2015-10-271-1/+6
|\ \ | |/
| * Another Fix for Bug #68344 MySQLi does not provide way to disable peer certi...Andrey Hristov2015-10-271-1/+6
| * Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the serverAndrey Hristov2015-09-231-0/+2
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-07-071-23/+37
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-071-1/+1
| | |\
| | | * Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM)Stanislav Malyshev2015-07-071-25/+40
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-061-22/+36
| | |\ \
| | | * | Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM)Stanislav Malyshev2015-07-061-25/+40
| | | |/
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the serverAndrey Hristov2015-09-231-0/+2
* | | | Use Zend MM to keep statistic of non-persistent connections (calloc/free->pec...Dmitry Stogov2015-09-181-2/+2
* | | | remove TSRMLS_*Anatol Belski2015-08-021-1/+1
* | | | Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM)Stanislav Malyshev2015-07-071-12/+26
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-9/+9
* | | | Rename prefixed mysqlnd functions - prefixed with undescore, which wereAndrey Hristov2015-04-071-4/+4
* | | | Add more info to the calls:Andrey Hristov2015-04-071-6/+7
* | | | cleanup the mod version macros, round 2Anatol Belski2015-03-231-1/+1
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-22/+22
* | | | almost all the replacements of TSRMLS_* are doneAnatol Belski2014-12-141-3/+1
* | | | second shot on removing TSRMLS_*Anatol Belski2014-12-141-7/+7
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-275/+275
* | | | validate sockets portable wayAnatol Belski2014-11-141-2/+2
* | | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-191-1/+1
* | | | fixed typeAnatol Belski2014-09-161-1/+1
* | | | fix null pointer derefAnatol Belski2014-09-071-2/+2
* | | | master renames phase 6Anatol Belski2014-08-251-1/+1
* | | | master renames phase 3Anatol Belski2014-08-251-3/+3
* | | | master renames phase 1Anatol Belski2014-08-251-11/+11
* | | | ported mysql and mysqlndAnatol Belski2014-08-191-12/+12
* | | | clean up - avoid reallocXinchen Hui2014-08-131-4/+3
* | | | Merge remote-tracking branch 'origin/master' into phpngXinchen Hui2014-07-181-1/+30
|\ \ \ \ | |/ / /
| * | | Easier to readAndrey Hristov2014-07-161-24/+24
| * | | Add some trace info as well as update CLIENT_ flagsAndrey Hristov2014-07-161-1/+30
* | | | Save some strlenXinchen Hui2014-06-261-5/+5
* | | | Fixed invalid readXinchen Hui2014-06-191-2/+2
* | | | Fixed MySQLi built with mysqlndXinchen Hui2014-06-191-1/+1
* | | | Fixed various bugs (ext/mysql with mysqlnd tests pass)Xinchen Hui2014-06-181-1/+1
* | | | Fixed segfault of stream handlingXinchen Hui2014-06-181-1/+1
* | | | First set of phpng changes for mysqlndAndrey Hristov2014-05-201-35/+4