Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the zval caching from mysqlnd. It was disabled versions ago | Andrey Hristov | 2009-12-09 | 1 | -605/+0 |
| | | | | | | due to problems on windows, which were not debugged. Better have code that is disabled not in the core. | ||||
* | Use mnd_ wrappers wherever possible. Needed for | Andrey Hristov | 2009-09-30 | 1 | -5/+5 |
| | | | | | statistics. | ||||
* | Fix for bug#48745 | Andrey Hristov | 2009-08-28 | 1 | -28/+9 |
| | | | | | mysqlnd: mysql_num_fields returns wrong column count for mysql_list_fields | ||||
* | Use Zend's allocator instead of libc's and also don't try to work on | Andrey Hristov | 2009-06-16 | 1 | -4/+7 |
| | | | | | zvals that are NULLs. | ||||
* | MFB: Reference decrement in own function. Make a function which is not | Andrey Hristov | 2009-06-11 | 1 | -5/+21 |
| | | | | | called externally static, from PHPAPI. | ||||
* | Fix a problem with cursors, which did not happen with unbuffered PS for | Andrey Hristov | 2009-05-28 | 1 | -1/+6 |
| | | | | | | | | | some reason. Double free of the data, which led to valgrind warnigns. The fix actually optimizes the code in this cases because the old code used copy_ctor while the new one skips it because it is not needed. Transferring data ownership and nulling works best, for PS where we always copy the string from the result set, unlike the text protocol. | ||||
* | - Removed leftover UG(unicode) checks | Felipe Pena | 2009-03-27 | 1 | -35/+32 |
| | |||||
* | - Removed: | Felipe Pena | 2009-03-27 | 1 | -7/+0 |
| | | | | | | | | - UG(unicode) checks - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode | ||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | mysqlnd fixes for Windows : | Andrey Hristov | 2008-11-20 | 1 | -1/+1 |
| | | | | | | - less warnings - PHPAPI for mysqlnd_poll | ||||
* | Sync with bzr | Andrey Hristov | 2008-07-15 | 1 | -39/+35 |
| | |||||
* | Even more debug info | Andrey Hristov | 2008-06-24 | 1 | -6/+22 |
| | |||||
* | Added more debug info for tracking problems | Andrey Hristov | 2008-06-23 | 1 | -1/+29 |
| | |||||
* | Update ext/mysql's and ext/mysqli's tests | Andrey Hristov | 2008-04-24 | 1 | -6/+7 |
| | | | | | | Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in mysqlnd builds as libmysql doesn't support this feature. | ||||
* | Merge with internal version | Andrey Hristov | 2008-01-23 | 1 | -8/+12 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Sync mysqlnd with HEAD. Same sources as in 5_3 | Andrey Hristov | 2007-10-16 | 1 | -3/+3 |
| | |||||
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -7/+7 |
| | |||||
* | Update mysqlnd in HEAD | Andrey Hristov | 2007-10-02 | 1 | -50/+57 |
| | | | | | Updated ext/mysql and ext/mysqli in HEAD | ||||
* | - Moved mysqnd to it's own directory: It is sort of an extension itself. | Jani Taskinen | 2007-07-25 | 1 | -0/+558 |
(Similar to what ext/libxml is..) |