summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_portability.h
Commit message (Collapse)AuthorAgeFilesLines
* unify stdint type usageMichael Wallner2013-08-061-106/+1
| | | | if you need C99 stdint types, just include "php_stdint.h"
* Even better patchAndrey Hristov2010-10-041-8/+4
|
* don't define twice the macro on some platformsAndrey Hristov2010-10-041-0/+2
|
* try to workaround problems with non-c99 on HPUXAndrey Hristov2010-05-311-0/+8
|
* remove redefinition of bit_uint8korrAndrey Hristov2010-01-141-10/+0
|
* Fix compilation warningsAndrey Hristov2009-12-091-41/+38
|
* fix macro so that 5-byte BIT values are decoded correctlyAndrey Hristov2009-12-021-4/+4
|
* - Fix the build issue with php_mysqlnd_config.h ending up in wrong build ↵Jani Taskinen2009-09-241-2/+2
| | | | directory
* Fixed compilation errorDmitry Stogov2009-09-231-0/+4
|
* Baby, one more time :(Andrey Hristov2009-08-251-1/+1
|
* Better fix. A fix of the fixAndrey Hristov2009-08-251-7/+11
|
* Fix bug#48198 error: 'MYSQLND_LLU_SPEC' undeclaredAndrey Hristov2009-08-251-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üter2009-04-201-0/+5
|
* Asynchronous queries for mysqli, when mysqlnd is enabled.Andrey Hristov2008-11-181-1/+35
| | | | | Includes 4 tests for mysqli_poll
* More type fixes for WindowsAndrey Hristov2008-11-061-111/+107
|
* Rely on win32/php_stdint.h on Windows for stdint typesAndrey Hristov2008-11-061-7/+4
|
* Get rid of many defines (which simplifies the code a lot),Andrey Hristov2008-11-061-83/+34
| | | | | as well as uint->unsigned int
* Fix the buildAndrey Hristov2008-10-311-1/+1
|
* 64bit fixes:Andrey Hristov2008-10-311-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 versionAndrey Hristov2008-01-231-1/+1
|
* fix win32 compileRob Richards2008-01-091-2/+8
|
* - Fix problems with double definitionsAndrey Hristov2008-01-021-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_3Andrey Hristov2007-10-161-1/+0
|
* silence the warningAntony Dovgal2007-10-071-0/+1
|
* Update CVSAndrey Hristov2007-08-031-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 codeAndrey Hristov2007-07-261-1/+1
|
* fix typoJani Taskinen2007-07-261-2/+2
|
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-0/+515
(Similar to what ext/libxml is..)