History log of /PHP-7.4/ext/mysqlnd/mysqlnd_result.c (Results 126 – 150 of 254)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


# 4e08abee 16-Dec-2010 Andrey Hristov

Fix sprintf modifier to be right, wrong data reported in the log


# 47bb667a 16-Dec-2010 Andrey Hristov

Fix sprintf modifier to be right, wrong data reported in the log


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 2d2d6f84 07-Oct-2010 Andrey Hristov

fix some uninitialized variables. also fix shadowing of global symbols


# 0e519d24 07-Oct-2010 Andrey Hristov

fix some uninitialized variables. also fix shadowing of global symbols


# 1cca9d4b 06-Oct-2010 Andrey Hristov

more variable hiding fixes


# 63d6892b 06-Oct-2010 Andrey Hristov

more variable hiding fixes


# eb2908c3 05-Oct-2010 Andrey Hristov

two more compiler warnings fixed - size does matter


# c7a09c68 05-Oct-2010 Andrey Hristov

two more compiler warnings fixed - size does matter


# 25e84b6a 05-Oct-2010 Andrey Hristov

Rename a method so it doesn't clash with a global symbol - a function
Fix compiler waring by extening the type of a variable


# 396402fc 05-Oct-2010 Andrey Hristov

Rename a method so it doesn't clash with a global symbol - a function
Fix compiler waring by extening the type of a variable


# 3daf54ff 05-Oct-2010 Andrey Hristov

Fix compiler warnings - on 32bit size_t is smaller than uint64_t, although
we will never hit this the compiler should be happy.


# de69927b 05-Oct-2010 Andrey Hristov

Fix compiler warnings - on 32bit size_t is smaller than uint64_t, although
we will never hit this the compiler should be happy.


# a4ad1114 04-Oct-2010 Andrey Hristov

fix two more warnings


# 026da7d4 04-Oct-2010 Andrey Hristov

fix two more warnings


# 216effe4 23-Sep-2010 Andrey Hristov

WS fixes


# 859a1404 23-Sep-2010 Andrey Hristov

WS fixes


# d9f50d95 26-Aug-2010 Andrey Hristov

Add proper magic_quotes_runtime support for mysqlnd, but
in mysqli, so we don't need to tamper myslqnd.
magic_quotes_runtime are deprecated and not existant in 5.4, thus
only fixing in th

Add proper magic_quotes_runtime support for mysqlnd, but
in mysqli, so we don't need to tamper myslqnd.
magic_quotes_runtime are deprecated and not existant in 5.4, thus
only fixing in the branch.

show more ...


# ab778e74 25-Aug-2010 Andrey Hristov

Fix for bug #52221 Misbehaviour of magic_quotes_runtime (get/set))


# 9c0439e4 17-Aug-2010 Andrey Hristov

Fix for Bug #52613 crash in mysqlnd


# 2a926ec6 17-Aug-2010 Andrey Hristov

Fix for Bug #52613 crash in mysqlnd


# c803b002 12-Aug-2010 Andrey Hristov

Make this function static, as it is used only in this file.
Add additional comment about how it works.


# 8409cb44 12-Aug-2010 Andrey Hristov

Make this function static, as it is used only in this file.
Add additional comment about how it works.


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


1234567891011