History log of /PHP-7.2/ext/mysqlnd/mysqlnd_wireprotocol.c (Results 251 – 275 of 279)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 22c87864 12-Jun-2009 Andrey Hristov

MFH:
Fix crash when tracing is enabled. Position after buffer was used also
direct usage of MYSQLND_STRING pointer instead of the "s" property of the
structure.


# 9a2cc0ce 11-Jun-2009 Andrey Hristov

Put these in an ifdef because they are not used at all if the zval cache
is off.


# f2fcd8fb 11-Jun-2009 Pierre Joye

- silent warning and make it less ambiguous


Revision tags: php-5.2.10RC2
# cff09ba5 11-Jun-2009 Andrey Hristov

MFH:
Check the pointer before calling a function on it, or we will crash.
This is a very rare situation where the server is totally broken.


# a3b85c28 11-Jun-2009 Andrey Hristov

Sync with PHP6 - TSRMLS_FETCH
Extract reference decrement in own function
Remove PHPAPI of a function and make it static as it is not called
externally


Revision tags: php-5.3.0RC3
# ec777b89 08-Jun-2009 Andrey Hristov

Merge with HEAD. Someone committed changes to HEAD and did not merge back to
the branch.
Also switch off the zval cache, for now.


Revision tags: php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 737c3c89 06-Nov-2008 Andrey Hristov

MFB: More Windows types cleanup


# 91865289 06-Nov-2008 Andrey Hristov

MFH:
Get rid of many defines (which simplifies the code a lot),
as well as uint->unsigned int


# 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.


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


# 8bb2465a 15-Sep-2008 Andrey Hristov

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


# 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 ...


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

More debugging info for the trace log


Revision tags: php-4.4.9RC1
# 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.


# 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, php-5.2.6RC2, php-5.2.6RC1
# de521732 25-Feb-2008 Rob Richards

MFH: fix win32 build


# 7d0cee8c 20-Feb-2008 Andrey Hristov

Fix memory leak


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

Fix memory errors<


# 2d9d2239 14-Feb-2008 Andrey Hristov

Update mysqlnd - fix bg_store


# 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


1...<<1112