summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqlnd
Commit message (Collapse)AuthorAgeFilesLines
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-2524-11982/+0
| | | | | (Similar to what ext/libxml is..)
* Alignment fixes for 64bit and fixing macrosesAndrey Hristov2007-07-252-6/+8
|
* Don't use AC_CHECK_TYPES, as autoconf 2.13 is buggy, use an workaround.Andrey Hristov2007-07-241-17/+17
|
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-2424-0/+11980
with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd.