Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify stdint type usage | Michael Wallner | 2013-08-06 | 1 | -106/+1 |
| | | | | if you need C99 stdint types, just include "php_stdint.h" | ||||
* | Even better patch | Andrey Hristov | 2010-10-04 | 1 | -8/+4 |
| | |||||
* | don't define twice the macro on some platforms | Andrey Hristov | 2010-10-04 | 1 | -0/+2 |
| | |||||
* | try to workaround problems with non-c99 on HPUX | Andrey Hristov | 2010-05-31 | 1 | -0/+8 |
| | |||||
* | remove redefinition of bit_uint8korr | Andrey Hristov | 2010-01-14 | 1 | -10/+0 |
| | |||||
* | Fix compilation warnings | Andrey Hristov | 2009-12-09 | 1 | -41/+38 |
| | |||||
* | fix macro so that 5-byte BIT values are decoded correctly | Andrey Hristov | 2009-12-02 | 1 | -4/+4 |
| | |||||
* | - Fix the build issue with php_mysqlnd_config.h ending up in wrong build ↵ | Jani Taskinen | 2009-09-24 | 1 | -2/+2 |
| | | | | directory | ||||
* | Fixed compilation error | Dmitry Stogov | 2009-09-23 | 1 | -0/+4 |
| | |||||
* | Baby, one more time :( | Andrey Hristov | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Better fix. A fix of the fix | Andrey Hristov | 2009-08-25 | 1 | -7/+11 |
| | |||||
* | Fix bug#48198 error: 'MYSQLND_LLU_SPEC' undeclared | Andrey Hristov | 2009-08-25 | 1 | -6/+19 |
| | | | | | | | Possibly fix also : Bug #48780 mysqlnd compile failure Bug #46952 mysqlnd compile failure with suncc | ||||
* | Fix #47535 Compilation failure in ps_fetch_from_1_to_8_bytes() | Johannes Schlüter | 2009-04-20 | 1 | -0/+5 |
| | |||||
* | Asynchronous queries for mysqli, when mysqlnd is enabled. | Andrey Hristov | 2008-11-18 | 1 | -1/+35 |
| | | | | | Includes 4 tests for mysqli_poll | ||||
* | More type fixes for Windows | Andrey Hristov | 2008-11-06 | 1 | -111/+107 |
| | |||||
* | Rely on win32/php_stdint.h on Windows for stdint types | Andrey Hristov | 2008-11-06 | 1 | -7/+4 |
| | |||||
* | Get rid of many defines (which simplifies the code a lot), | Andrey Hristov | 2008-11-06 | 1 | -83/+34 |
| | | | | | as well as uint->unsigned int | ||||
* | Fix the build | Andrey Hristov | 2008-10-31 | 1 | -1/+1 |
| | |||||
* | 64bit fixes: | Andrey Hristov | 2008-10-31 | 1 | -148/+150 |
| | | | | | | | - fixes to sprintf modifiers, cleaning warnings - use _t types, like uint64_t instead of uint64, thus skipping series of typedefs. | ||||
* | Merge with internal version | Andrey Hristov | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | fix win32 compile | Rob Richards | 2008-01-09 | 1 | -2/+8 |
| | |||||
* | - Fix problems with double definitions | Andrey Hristov | 2008-01-02 | 1 | -75/+61 |
| | | | | | | | | - Clean up a bit a type mess - 4 types less. No need to have aliases for the same thing (unification is the name). - New macro for Johannes mysqlnd_stmt_ro_result_metadata ---------------------------------------------------------------------- | ||||
* | Sync mysqlnd with HEAD. Same sources as in 5_3 | Andrey Hristov | 2007-10-16 | 1 | -1/+0 |
| | |||||
* | silence the warning | Antony Dovgal | 2007-10-07 | 1 | -0/+1 |
| | |||||
* | Update CVS | Andrey Hristov | 2007-08-03 | 1 | -4/+4 |
| | | | | | | | | | - Fix BIT problem for BIT values represented with 5 bytes. Typo. - Make it possible with an ini variable to switch off/on statistics collection. - Compile-out debug checking of uneaten data from the line, when the build is release. According to callgrind this was eating some percentage. | ||||
* | Return to previous code | Andrey Hristov | 2007-07-26 | 1 | -1/+1 |
| | |||||
* | fix typo | Jani Taskinen | 2007-07-26 | 1 | -2/+2 |
| | |||||
* | - Moved mysqnd to it's own directory: It is sort of an extension itself. | Jani Taskinen | 2007-07-25 | 1 | -0/+515 |
(Similar to what ext/libxml is..) |