summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* Remove typoXinchen Hui2016-03-171-1/+0
* More email fixingAndrey Hristov2016-03-163-3/+3
* Fix emails in headers. @mysql.com addresses are no more since many years.Andrey Hristov2016-03-1637-153/+113
* Eliminate usages of _PP macrosNikita Popov2016-03-031-14/+0
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0137-37/+37
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0138-38/+38
* | Fixed bug #70949 (SQL Result Sets With NULL Can Cause Fatal Memory Errors)Xinchen Hui2015-11-271-0/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2015-11-161-0/+4
|\ \ | |/
| * News for fixed bug #68344Andrey Hristov2015-11-161-0/+4
* | 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
* | Fixed memory leak in php_stream_context_set_option()Dmitry Stogov2015-10-291-0/+5
* | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2015-10-274-9/+60
|\ \ | |/
| * Another Fix for Bug #68344 MySQLi does not provide way to disable peer certi...Andrey Hristov2015-10-274-9/+61
* | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2015-10-221-7/+2
|\ \ | |/
| * Improve fix for Bug #68344 MySQLi does not provide way to disable peer certif...Andrey Hristov2015-10-221-7/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2015-10-211-1/+7
|\ \ | |/
| * Fix for Bug #68344 MySQLi does not provide way to disable peer certificate v...Andrey Hristov2015-10-211-1/+7
* | Merge branch 'PHP-5.6' into PHP-7.0Andrey Hristov2015-09-251-2/+4
|\ \ | |/
| * Fixed bug #70572 segfault in mysqlnd_connectAndrey Hristov2015-09-251-2/+4
| * Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the serverAndrey Hristov2015-09-235-0/+13
* | Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the serverAndrey Hristov2015-09-235-0/+13
* | Use Zend MM to keep statistic of non-persistent connections (calloc/free->pec...Dmitry Stogov2015-09-185-16/+16
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-091-0/+23
|\ \ | |/
| * Fix #70456: mysqlnd doesn't activate TCP keep-alive when connecting to a serverSergei Turchanov2015-09-091-0/+23
| * 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
| | | |/
* | | | remove TSRMLS_*Anatol Belski2015-08-021-1/+1
* | | | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+2
* | | | Fix mysqlnd warningsNikita Popov2015-07-172-4/+3
* | | | 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-308-29/+29
* | | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* | | | Fixed Bug #69796 mysqli_stmt::fetch doesn't assign null values to bound varia...Xinchen Hui2015-06-111-0/+2
* | | | Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-082-2/+2
* | | | Rename prefixed mysqlnd functions - prefixed with undescore, which wereAndrey Hristov2015-04-074-20/+14
* | | | Split mysqlnd_stmt::execute in 2 logical parts :Andrey Hristov2015-04-074-18/+59
* | | | Add more info to the calls:Andrey Hristov2015-04-074-10/+23
* | | | Use PHP memory manager for mysqlnd memory pools.Dmitry Stogov2015-04-021-11/+11
* | | | Remove this VC8 check as our minimum target version of VC is higherKalle Sommer Nielsen2015-03-291-2/+2
* | | | cleanup the mod version macros, round 2Anatol Belski2015-03-238-10/+10
* | | | s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
* | | | Minimize copying of HashTable realocationDmitry Stogov2015-03-051-1/+1
* | | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3
* | | | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-4/+0
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-02-011-1/+1
|\ \ \ \ | |/ / /