Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: | Andrey Hristov | 2008-11-20 | 6 | -15/+15 |
* | MFH: | Andrey Hristov | 2008-11-19 | 1 | -3/+11 |
* | MFH: Fix Windows build, pure C compiler | Andrey Hristov | 2008-11-18 | 1 | -1/+2 |
* | MFH: | Andrey Hristov | 2008-11-18 | 4 | -1/+254 |
* | MFB: More Windows types cleanup | Andrey Hristov | 2008-11-06 | 4 | -140/+150 |
* | MFH: Use win32/php_stdint.h for stdint types on Windows | Andrey Hristov | 2008-11-06 | 2 | -5/+28 |
* | MFH: More cleanup of config-win.h | Andrey Hristov | 2008-11-06 | 2 | -19/+2 |
* | MFH: | Andrey Hristov | 2008-11-06 | 16 | -232/+174 |
* | Fix windows build | Andrey Hristov | 2008-11-01 | 1 | -31/+33 |
* | Fix the build | Andrey Hristov | 2008-10-31 | 1 | -1/+1 |
* | MFB: | Andrey Hristov | 2008-10-31 | 11 | -318/+302 |
* | MFH: Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement is | Johannes Schlüter | 2008-10-27 | 3 | -30/+38 |
* | MFH: | Andrey Hristov | 2008-10-27 | 1 | -17/+26 |
* | Fix a name | Andrey Hristov | 2008-10-27 | 1 | -1/+1 |
* | MFH: Don't dereference NULL-pointer | Johannes Schlüter | 2008-10-19 | 1 | -1/+2 |
* | MFH: Improve order in MINFO output | Johannes Schlüter | 2008-10-01 | 1 | -7/+8 |
* | MFH: Handle failed connections right | Johannes Schlüter | 2008-10-01 | 1 | -4/+6 |
* | MFH: | Andrey Hristov | 2008-09-16 | 2 | -10/+18 |
* | MFH: | Andrey Hristov | 2008-09-15 | 4 | -6/+14 |
* | MFH:Compile-in a string-to-int conversion for INT columns by default, | Andrey Hristov | 2008-09-15 | 2 | -4/+4 |
* | - fix build (declaration must be fist in a given contex) | Pierre Joye | 2008-09-14 | 1 | -2/+2 |
* | MFH: | Andrey Hristov | 2008-09-12 | 6 | -73/+337 |
* | MFH: constify strings | Johannes Schlüter | 2008-08-19 | 2 | -5/+6 |
* | MFH: Fix empty error message when connecting to a bad server | Johannes Schlüter | 2008-08-19 | 1 | -3/+3 |
* | - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. | Felipe Pena | 2008-07-24 | 1 | -12/+7 |
* | MFH: Fixed bug#44897 - failed to prepare statement | Andrey Hristov | 2008-07-23 | 1 | -11/+14 |
* | More debugging info for the trace log | Andrey Hristov | 2008-07-22 | 2 | -6/+39 |
* | Sync with bzr | Andrey Hristov | 2008-07-15 | 4 | -5/+2 |
* | - Some config*.m4 file cleanups: NO tabs in these! | Jani Taskinen | 2008-07-14 | 1 | -3/+2 |
* | Fix remaining valgrind problems with pconn and zval cache | Andrey Hristov | 2008-06-24 | 2 | -51/+35 |
* | Fix double-free, introduced lately | Andrey Hristov | 2008-06-24 | 2 | -11/+20 |
* | Fix possible bug with persistent connections and mysqlnd | Andrey Hristov | 2008-06-24 | 2 | -7/+20 |
* | Add missing header | Andrey Hristov | 2008-06-24 | 1 | -0/+2 |
* | Even more debug info | Andrey Hristov | 2008-06-24 | 1 | -6/+22 |
* | Added more debug info for tracking problems | Andrey Hristov | 2008-06-23 | 1 | -1/+29 |
* | Fix a bug that let PDO fail. It has been long fixed, but locally. Now I know | Andrey Hristov | 2008-05-29 | 1 | -2/+1 |
* | Windows configure fixes, a few additional lib names allowed, apache2 only on ... | Elizabeth Marie Smith | 2008-05-14 | 1 | -18/+22 |
* | Update mysqlnd | Andrey Hristov | 2008-05-07 | 8 | -19/+23 |
* | Update ext/mysql's and ext/mysqli's tests | Andrey Hristov | 2008-04-24 | 10 | -171/+409 |
* | - MFH: Fix Windows build | Johannes Schlüter | 2008-04-23 | 2 | -2/+2 |
* | MFB: Update CVS from the development tree | Andrey Hristov | 2008-04-16 | 12 | -233/+320 |
* | Small updates & a fix for | Andrey Hristov | 2008-03-25 | 3 | -142/+139 |
* | Small fix and a test case to prove it's right | Andrey Hristov | 2008-03-20 | 1 | -8/+1 |
* | - Don't modify the variables which are passed for parameter binding. | Andrey Hristov | 2008-03-20 | 3 | -12/+73 |
* | Fixed a bunch of bugs reported in | Andrey Hristov | 2008-03-18 | 2 | -5/+4 |
* | Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with diffe... | Andrey Hristov | 2008-03-10 | 1 | -1/+0 |
* | MFH: fix win32 build | Rob Richards | 2008-02-25 | 1 | -1/+3 |
* | Fix memory leak | Andrey Hristov | 2008-02-20 | 4 | -7/+15 |
* | Fix compile warning | Andrey Hristov | 2008-02-19 | 1 | -1/+1 |
* | Another fix | Andrey Hristov | 2008-02-14 | 3 | -13/+20 |