History log of /PHP-7.2/ext/mysqlnd/mysqlnd_result_meta.c (Results 51 – 75 of 85)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 216effe4 23-Sep-2010 Andrey Hristov

WS fixes


# 859a1404 23-Sep-2010 Andrey Hristov

WS fixes


# c974313a 12-Aug-2010 Andrey Hristov

Switch from using PHP_MAJOR_VERSION to separate define for
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.


# 92ef63a0 12-Aug-2010 Andrey Hristov

Switch from using PHP_MAJOR_VERSION to separate define for
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2
# 53324e88 21-Jun-2010 Andrey Hristov

Fix sprintf modifiers all around the place. In most cases
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier


# baf72b73 21-Jun-2010 Andrey Hristov

Fix sprintf modifiers all around the place. In most cases
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier


Revision tags: php-5.3.3RC1, php-5.2.14RC1
# ce2fbe19 27-May-2010 Andrey Hristov

Fix possible crashes, in case of OOM, due to half-baken
objects.


# ae9ac28e 27-May-2010 Andrey Hristov

Fix possible crashes, in case of OOM, due to half-baken
objects.


# 58f13c3c 25-May-2010 Andrey Hristov

Handle the situation when MYSQLND_PROTOCOL's methods return NULL.
mysqlnd should not crash but gracefully return with an error.


# 433cb868 25-May-2010 Andrey Hristov

Handle the situation when MYSQLND_PROTOCOL's methods return NULL.
mysqlnd should not crash but gracefully return with an error.


# ed4ce335 25-May-2010 Andrey Hristov

Fix metadata duplicatin which wasn't crash-safe in case of OOM.


# 52e31252 25-May-2010 Andrey Hristov

Fix metadata duplicatin which wasn't crash-safe in case of OOM.


# 3ea05600 14-May-2010 Andrey Hristov

result_meta local storage


# e3be1e0b 14-May-2010 Andrey Hristov

result_meta local storage


# aad53cbd 13-May-2010 Andrey Hristov

Export the result_metadata methods to external modules.


# 4c148757 13-May-2010 Andrey Hristov

Export the result_metadata methods to external modules.


# a175419f 20-Apr-2010 Felipe Pena

- Fix copyrights


# 6d951e2d 20-Apr-2010 Felipe Pena

- Fix copyrights


# 6aa682f5 15-Apr-2010 Andrey Hristov

CS + WS changes


# a9880e78 15-Apr-2010 Andrey Hristov

CS + WS changes


# ccfd9cd7 12-Mar-2010 Andrey Hristov

allow persistency of PS


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2
# e50de7d9 03-Feb-2010 Andrey Hristov

Pass tsrmls to all functions, which might need it in the future.
We are anyway breaking the internal ABI in 5.3.2 so this won't hurt
and make us prepared for the future.


Revision tags: php-5.2.13RC1
# 4bbdce5c 13-Jan-2010 Andrey Hristov

export more functionality for phpize builds


# 2331e285 11-Jan-2010 Andrey Hristov

cosmetics. typedef-ed types should be in capital case


# 73b23fca 07-Jan-2010 Andrey Hristov

Change of way the packet objects are created/initialised
If the protocol gets changed, ever, we can decide at runtime
easily which protocol to use by instantiating the right protocol
obje

Change of way the packet objects are created/initialised
If the protocol gets changed, ever, we can decide at runtime
easily which protocol to use by instantiating the right protocol
object. But this is restricted to the structure of the packets, not
the flow.

show more ...


1234