summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Improve mysqlnd's internal method registrationJohannes Schlüter2009-02-161-15/+28
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH:Andrey Hristov2008-11-201-3/+3
* MFH:Andrey Hristov2008-11-191-3/+11
* MFH: Fix Windows build, pure C compilerAndrey Hristov2008-11-181-1/+2
* MFH:Andrey Hristov2008-11-181-0/+213
* MFH:Andrey Hristov2008-11-061-13/+13
* MFB:Andrey Hristov2008-10-311-3/+3
* MFH: Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement isJohannes Schlüter2008-10-271-21/+27
* MFH: Handle failed connections rightJohannes Schlüter2008-10-011-4/+6
* MFH:Andrey Hristov2008-09-151-2/+2
* MFH: constify stringsJohannes Schlüter2008-08-191-3/+3
* MFH: Fix empty error message when connecting to a bad serverJohannes Schlüter2008-08-191-3/+3
* Sync with bzrAndrey Hristov2008-07-151-1/+0
* Fix remaining valgrind problems with pconn and zval cacheAndrey Hristov2008-06-241-0/+1
* Fix double-free, introduced latelyAndrey Hristov2008-06-241-11/+7
* Fix possible bug with persistent connections and mysqlndAndrey Hristov2008-06-241-4/+16
* Update mysqlndAndrey Hristov2008-05-071-2/+2
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-7/+10
* MFB: Update CVS from the development treeAndrey Hristov2008-04-161-11/+4
* - Don't modify the variables which are passed for parameter binding.Andrey Hristov2008-03-201-5/+7
* Fixed a bunch of bugs reported inAndrey Hristov2008-03-181-2/+1
* Update mysqlnd - fix bg_storeAndrey Hristov2008-02-141-2/+5
* Simplify unique string generation and plug a leak.Andrey Hristov2008-02-041-11/+16
* Fix the build, add a missing fileAndrey Hristov2008-01-291-58/+1
* Moved initialization code into a function.Andrey Hristov2008-01-291-9/+2
* Moving extension specific code to php_mysqlnd.c as the old rule is.Andrey Hristov2008-01-281-221/+0
* some config.w32 fixesAndrey Hristov2008-01-281-145/+6
* More optimizations - less MM callsAndrey Hristov2008-01-281-21/+347
* Merge with internal versionAndrey Hristov2008-01-231-13/+13
* strncpy->strlcpyAndrey Hristov2008-01-081-2/+2
* - Fix problems with double definitionsAndrey Hristov2008-01-021-4/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fix segfault in debug buildAndrey Hristov2007-11-081-4/+4
* Fix build failure on Windows. Seems "free" can't be used even as method name ...Andrey Hristov2007-10-231-1/+1
* Import mysqlndAndrey Hristov2007-10-051-0/+2078