summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Defensive checkAndrey Hristov2014-05-201-4/+4
* | fix smart string usage (work in progress), ps: a lot of len tests are done tw...Pierre Joye2014-05-171-13/+13
|/
* Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6Andrey Hristov2014-04-101-29/+80
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2014-03-201-52/+71
| |\
| | * Emit a warning in case of unallowed characters. Fix another place thisAndrey Hristov2014-03-201-52/+71
| * | Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2014-03-201-4/+1
| |\ \ | | |/
| | * don't replace with ?, just skip itAndrey Hristov2014-03-201-4/+1
| * | Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2014-03-191-12/+47
| |\ \ | | |/
| | * Fix problem with mysqli_commt()/mysqli_rollback()Andrey Hristov2014-03-191-12/+47
| | * Bump yearXinchen Hui2014-01-031-1/+1
* | | New result fetching mode for mysqlnd, which should use less memory butAndrey Hristov2014-04-101-5/+56
|/ /
* | Switch from a single flag to a flag byteAndrey Hristov2014-03-101-5/+5
* | Refactor the result set data structures. Move more to the buffered and unbuff...Andrey Hristov2014-03-051-2/+1
* | 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 fixAndrey Hristov2013-11-261-13/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-11-261-4/+20
|\ \ | |/
| * Fix for Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES...Andrey Hristov2013-11-261-4/+8
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-11-051-1/+0
|\ \ | |/
| * Typo fix: umknown -> unknownLior Kaplan2013-10-311-2/+2
| * Merge branch 'PHP-5.4'Kalle Sommer Nielsen2013-08-051-2/+6
* | Typo fix: umknown -> unknownMartin Hujer2013-10-311-1/+1
* | add some tracingAndrey Hristov2013-08-081-6/+13
* | Merge branch 'PHP-5.5'Kalle Sommer Nielsen2013-08-051-2/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2013-07-031-2/+2
|\ \ | |/
| * Make sure return value is initialised in case transaction startup failsJohannes Schlüter2013-07-031-2/+2
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* | don't include smart_str.h in a too global header, fixes #64718Johannes Schlüter2013-04-301-0/+1