History log of /PHP-8.1/ext/mysqlnd/mysqlnd_wireprotocol.c (Results 401 – 425 of 441)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.2.7RC2, php-5.2.7RC1
# b429a84c 16-Sep-2008 Andrey Hristov

MFH:
Fix a crash introduced yesterday in mysqlnd, non-zts mode - missing if () for
STAT_LAST was accessing wrong memory thus overwritting method pointers.

Windows doesn't have atoll(

MFH:
Fix a crash introduced yesterday in mysqlnd, non-zts mode - missing if () for
STAT_LAST was accessing wrong memory thus overwritting method pointers.

Windows doesn't have atoll(), which is C99, C89 has only atoi() + atol().
Win has _atoi64, so use it.

show more ...

# a7226f1a 16-Sep-2008 Andrey Hristov

Fix a crash introduced yesterday in mysqlnd, non-zts mode - missing if () for
STAT_LAST was accessing wrong memory thus overwritting method pointers.

Windows doesn't have atoll(), which

Fix a crash introduced yesterday in mysqlnd, non-zts mode - missing if () for
STAT_LAST was accessing wrong memory thus overwritting method pointers.

Windows doesn't have atoll(), which is C99, C89 has only atoi() + atol().
Win has _atoi64, so use it.

show more ...

# 8bb2465a 15-Sep-2008 Andrey Hristov

MFH:
Add float conversions too. Float users should understand how float works!!!

# 9b48b002 15-Sep-2008 Andrey Hristov

Add float conversions too. Float users should understand how float works!!!

# 5f7bd521 15-Sep-2008 Andrey Hristov

MFH:Compile-in a string-to-int conversion for INT columns by default,
controlled by a ini setting.

# 02ae7e87 15-Sep-2008 Andrey Hristov

Compile-in a string-to-int conversion for INT columns by default,
controlled by a ini setting.

# 99ea8068 12-Sep-2008 Andrey Hristov

MFH:
- More statistics
- Fixed endless loop - mysqlnd_stmt_next_result() returned FAIL but as it
is defined to be 1 (and PASS is 0), checking for mysqlnd_stmt_more_result()
was su

MFH:
- More statistics
- Fixed endless loop - mysqlnd_stmt_next_result() returned FAIL but as it
is defined to be 1 (and PASS is 0), checking for mysqlnd_stmt_more_result()
was successful although we were expecting a FAIL.

show more ...

# 5b93dff1 12-Sep-2008 Andrey Hristov

- More statistics
- Fixed endless loop - mysqlnd_stmt_next_result() returned FAIL but as it
is defined to be 1 (and PASS is 0), checking for mysqlnd_stmt_more_result()
was successful

- More statistics
- Fixed endless loop - mysqlnd_stmt_next_result() returned FAIL but as it
is defined to be 1 (and PASS is 0), checking for mysqlnd_stmt_more_result()
was successful although we were expecting a FAIL.

show more ...

Revision tags: php-4.4.9, php-5.3.0alpha1
# 2c54b3ab 22-Jul-2008 Andrey Hristov

More debugging info for the trace log

# ea85e292 22-Jul-2008 Andrey Hristov

More debugging info

Revision tags: php-4.4.9RC1
# 73dfa53c 15-Jul-2008 Andrey Hristov

Sync with bzr

# 136a55fc 15-Jul-2008 Andrey Hristov

Sync with bzr

Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, 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.

# 5da78b29 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

# c931468b 16-Apr-2008 Andrey Hristov

Update ext/mysql, ext/mysqli and ext/mysqlnd from 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, php-5.2.6RC2, php-5.2.6RC1
# de521732 25-Feb-2008 Rob Richards

MFH: fix win32 build

# 7a92403c 25-Feb-2008 Rob Richards

fix win32 build

# 5855e35b 20-Feb-2008 Andrey Hristov

Fix memory leak

# 7d0cee8c 20-Feb-2008 Andrey Hristov

Fix memory leak

Revision tags: RELEASE_1_3_1
# 7e0be017 14-Feb-2008 Andrey Hristov

Fix memory errors<

# 91b568e6 14-Feb-2008 Andrey Hristov

Fix memory errors

# 77d6a5af 14-Feb-2008 Andrey Hristov

Update mysqlnd - fix bg_store

# 2d9d2239 14-Feb-2008 Andrey Hristov

Update mysqlnd - fix bg_store

# 6d9fdbce 28-Jan-2008 Andrey Hristov

MFB:
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.

1...<<1112131415161718