| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | validate sockets portable way | Anatol Belski | 2014-11-14 | 1 | -2/+2 |
| * | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
| * | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| * | Fixed useless or duplicated IS_INTERNED() checks | Dmitry Stogov | 2014-09-19 | 1 | -1/+1 |
| * | fixed type | Anatol Belski | 2014-09-16 | 1 | -1/+1 |
| * | fix null pointer deref | Anatol Belski | 2014-09-07 | 1 | -2/+2 |
| * | master renames phase 6 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| * | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
| * | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -11/+11 |
| * | ported mysql and mysqlnd | Anatol Belski | 2014-08-19 | 1 | -12/+12 |
| * | clean up - avoid realloc | Xinchen Hui | 2014-08-13 | 1 | -4/+3 |
| * | Merge remote-tracking branch 'origin/master' into phpng | Xinchen Hui | 2014-07-18 | 1 | -1/+30 |
| |\ | |||||
| | * | Easier to read | Andrey Hristov | 2014-07-16 | 1 | -24/+24 |
| | * | Add some trace info as well as update CLIENT_ flags | Andrey Hristov | 2014-07-16 | 1 | -1/+30 |
| * | | Save some strlen | Xinchen Hui | 2014-06-26 | 1 | -5/+5 |
| * | | Fixed invalid read | Xinchen Hui | 2014-06-19 | 1 | -2/+2 |
| * | | Fixed MySQLi built with mysqlnd | Xinchen Hui | 2014-06-19 | 1 | -1/+1 |
| * | | Fixed various bugs (ext/mysql with mysqlnd tests pass) | Xinchen Hui | 2014-06-18 | 1 | -1/+1 |
| * | | Fixed segfault of stream handling | Xinchen Hui | 2014-06-18 | 1 | -1/+1 |
| * | | First set of phpng changes for mysqlnd | Andrey Hristov | 2014-05-20 | 1 | -35/+4 |
| * | | Defensive check | Andrey Hristov | 2014-05-20 | 1 | -4/+4 |
| * | | fix smart string usage (work in progress), ps: a lot of len tests are done tw... | Pierre Joye | 2014-05-17 | 1 | -13/+13 |
| |/ | |||||
| * | Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6 | Andrey Hristov | 2014-04-10 | 1 | -29/+80 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Andrey Hristov | 2014-03-20 | 1 | -52/+71 |
| | |\ | |||||
| | | * | Emit a warning in case of unallowed characters. Fix another place this | Andrey Hristov | 2014-03-20 | 1 | -52/+71 |
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Andrey Hristov | 2014-03-20 | 1 | -4/+1 |
| | |\ \ | | |/ | |||||
| | | * | don't replace with ?, just skip it | Andrey Hristov | 2014-03-20 | 1 | -4/+1 |
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Andrey Hristov | 2014-03-19 | 1 | -12/+47 |
| | |\ \ | | |/ | |||||
| | | * | Fix problem with mysqli_commt()/mysqli_rollback() | Andrey Hristov | 2014-03-19 | 1 | -12/+47 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | | New result fetching mode for mysqlnd, which should use less memory but | Andrey Hristov | 2014-04-10 | 1 | -5/+56 |
| |/ / | |||||
| * | | Switch from a single flag to a flag byte | Andrey Hristov | 2014-03-10 | 1 | -5/+5 |
| * | | Refactor the result set data structures. Move more to the buffered and unbuff... | Andrey Hristov | 2014-03-05 | 1 | -2/+1 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-12-04 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix loss of precision | Andrey Hristov | 2013-12-04 | 1 | -1/+1 |
| * | | merge fix | Andrey Hristov | 2013-11-26 | 1 | -13/+1 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-11-26 | 1 | -4/+20 |
| |\ \ | |/ | |||||
| | * | Fix for Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES... | Andrey Hristov | 2013-11-26 | 1 | -4/+8 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-11-05 | 1 | -1/+0 |
| |\ \ | |/ | |||||
| | * | Typo fix: umknown -> unknown | Lior Kaplan | 2013-10-31 | 1 | -2/+2 |
| | * | Merge branch 'PHP-5.4' | Kalle Sommer Nielsen | 2013-08-05 | 1 | -2/+6 |
| * | | Typo fix: umknown -> unknown | Martin Hujer | 2013-10-31 | 1 | -1/+1 |
| * | | add some tracing | Andrey Hristov | 2013-08-08 | 1 | -6/+13 |
| * | | Merge branch 'PHP-5.5' | Kalle Sommer Nielsen | 2013-08-05 | 1 | -2/+6 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Johannes Schlüter | 2013-07-03 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Make sure return value is initialised in case transaction startup fails | Johannes Schlüter | 2013-07-03 | 1 | -2/+2 |
| | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| * | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| * | | don't include smart_str.h in a too global header, fixes #64718 | Johannes Schlüter | 2013-04-30 | 1 | -0/+1 |
