summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/config-win.h
Commit message (Collapse)AuthorAgeFilesLines
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
|
* More type fixes for WindowsAndrey Hristov2008-11-061-21/+35
|
* Rely on win32/php_stdint.h on Windows for stdint typesAndrey Hristov2008-11-061-0/+27
|
* More cleanup of config-win.h and missed merge, which actually occured in 5_3Andrey Hristov2008-11-061-18/+1
|
* Get rid of many defines (which simplifies the code a lot),Andrey Hristov2008-11-061-33/+24
| | | | | as well as uint->unsigned int
* Fix the windows buildAndrey Hristov2008-11-031-31/+33
|
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-0/+98
(Similar to what ext/libxml is..)