#
77c1e145 |
| 31-Oct-2008 |
Andrey Hristov |
MFB: 64bit fixes: - fixes to sprintf modifiers, cleaning warnings - use _t types, like uint64_t instead of uint64, thus skipping series of typedefs.
|
#
04d9bbe6 |
| 27-Oct-2008 |
Johannes Schlüter |
MFH: Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement is executed)
|
Revision tags: php-5.2.7RC2, php-5.2.7RC1 |
|
#
3c335a3b |
| 01-Oct-2008 |
Johannes Schlüter |
MFH: Handle failed connections right
|
#
8bb2465a |
| 15-Sep-2008 |
Andrey Hristov |
MFH: Add float conversions too. Float users should understand how float works!!!
|
#
9a13dea7 |
| 19-Aug-2008 |
Johannes Schlüter |
MFH: constify strings
|
#
aeab8bad |
| 19-Aug-2008 |
Johannes Schlüter |
MFH: Fix empty error message when connecting to a bad server
|
Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1 |
|
#
136a55fc |
| 15-Jul-2008 |
Andrey Hristov |
Sync with bzr
|
#
827b772c |
| 24-Jun-2008 |
Andrey Hristov |
Fix remaining valgrind problems with pconn and zval cache HEAD merge will follow tomorrow.
|
#
943e9a57 |
| 24-Jun-2008 |
Andrey Hristov |
Fix double-free, introduced lately
|
#
e0f45cf7 |
| 24-Jun-2008 |
Andrey Hristov |
Fix possible bug with persistent connections and mysqlnd
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1 |
|
#
82562725 |
| 07-May-2008 |
Andrey Hristov |
Update mysqlnd
|
Revision tags: php-5.2.6 |
|
#
f4e659d2 |
| 24-Apr-2008 |
Andrey Hristov |
Update ext/mysql's and ext/mysqli's tests Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in mysqlnd builds as libmysql doesn't support this feature.
|
#
de560f31 |
| 16-Apr-2008 |
Andrey Hristov |
MFB: Update CVS from the development tree
|
Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
6867385d |
| 20-Mar-2008 |
Andrey Hristov |
- Don't modify the variables which are passed for parameter binding. We need to clone them, if there will be a transformation (convert_to_xxx) which will change the origin (bug#4439
- Don't modify the variables which are passed for parameter binding. We need to clone them, if there will be a transformation (convert_to_xxx) which will change the origin (bug#44390 bind_param / bind_result and Object member variables) - Make mysqlnd more compatible to libmysql, in this case if the execute of a statement fails set the state of the statement back to PREPARED - A test case to check the case of a failing statement.
show more ...
|
#
caf3e9c3 |
| 18-Mar-2008 |
Andrey Hristov |
Fixed a bunch of bugs reported in Bug #44352 mysqli_connect_error() false negative for host errors From now on the mysqli object doesn't have that magic properties, like error, which were
Fixed a bunch of bugs reported in Bug #44352 mysqli_connect_error() false negative for host errors From now on the mysqli object doesn't have that magic properties, like error, which were readable but not visible through isset(), property_exists() and var_dump(). All other ext/mysqli classes were fixed too. Now it will be easier to debug mysqli based applications.
show more ...
|
Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
2d9d2239 |
| 14-Feb-2008 |
Andrey Hristov |
Update mysqlnd - fix bg_store
|
#
2b6e11b5 |
| 04-Feb-2008 |
Andrey Hristov |
Simplify unique string generation and plug a leak.
|
#
829831f5 |
| 29-Jan-2008 |
Andrey Hristov |
Fix the build, add a missing file
|
#
00877eff |
| 29-Jan-2008 |
Andrey Hristov |
Moved initialization code into a function.
|
#
d95c29d7 |
| 28-Jan-2008 |
Andrey Hristov |
Moving extension specific code to php_mysqlnd.c as the old rule is.
|
#
2033c1b7 |
| 28-Jan-2008 |
Andrey Hristov |
some config.w32 fixes moved mysqlnd's block allocator to a separate file and also now it's part of the connection, no MT problems.
|
#
7932ccba |
| 28-Jan-2008 |
Andrey Hristov |
More optimizations - less MM calls Clearly separated fetching (physical reading) from decoding phases (data interpretation). Threaded fetching added but disabled as needs more work for Wi
More optimizations - less MM calls Clearly separated fetching (physical reading) from decoding phases (data interpretation). Threaded fetching added but disabled as needs more work for Windows. For Linux needs some touches to add pthreads if this is enabled, probably with a compile-time switch. The code reorganisation makes it easy to add also async API, similar to cURL's one.
show more ...
|
#
c52b63ea |
| 23-Jan-2008 |
Andrey Hristov |
Merge with internal version
|
#
82e36686 |
| 08-Jan-2008 |
Andrey Hristov |
strncpy->strlcpy
|
Revision tags: php-4.4.8 |
|
#
fdf20a82 |
| 02-Jan-2008 |
Andrey Hristov |
- Fix problems with double definitions - 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 mysqln
- Fix problems with double definitions - 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
show more ...
|