History log of /PHP-7.4/ext/mysqlnd/php_mysqlnd.c (Results 76 – 100 of 113)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 500cd35c 04-Oct-2010 Ulf Wendel

Fixing compiler warning.


# 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
# df8bf2a2 08-Jul-2010 Dmitry Stogov

Fixed checks for PHP_DEBUG macro


Revision tags: php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 7aaef918 10-Jun-2010 Andrey Hristov

export mysqlnd_globals_id, per Johannes


# 3b2000f0 10-Jun-2010 Andrey Hristov

export mysqlnd_globals_id, per Johannes


# 04d24bde 04-May-2010 Andrey Hristov

Add possibility to control the allocator in when PHP is compiled
with debug


# 447c693b 04-May-2010 Andrey Hristov

Add possibility to control the allocator in when PHP is compiled
with debug


# 5431f235 22-Apr-2010 Andrey Hristov

Fix problem spotted by Felipe.


# e5dcac24 22-Apr-2010 Andrey Hristov

Fix problem spotted by Felipe.


# f71444c7 22-Apr-2010 Andrey Hristov

adding what last commit was missing


# 7c5259cc 22-Apr-2010 Andrey Hristov

adding what last commit was missing


# 34e56fea 22-Apr-2010 Andrey Hristov

Remove dead code and add possibility to fine tune the size of
a mempool (used for result sets).


# 1ed3da29 22-Apr-2010 Andrey Hristov

Remove dead code and add possibility to fine tune the size of
a mempool (used for result sets).


# 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


# dd9fc198 15-Apr-2010 Andrey Hristov

Fix for bug#49234 method not found ssl_set
Patch was tested and compiles on Windows. (Thanks Kalle)


# c04f7526 15-Apr-2010 Andrey Hristov

Fix for bug#49234 method not found ssl_set
Patch was tested and compiles on Windows. (Thanks Kalle)


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 176e6dd2 13-Jan-2010 Andrey Hristov

make mysqlnd's tracing API more reusable


# 8b3931b4 11-Jan-2010 Andrey Hristov

this function should be exporten in all cases, not only under PHP6


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# 4d273500 09-Dec-2009 Andrey Hristov

Remove disabled code - threaded fetching. This can be implemented
on a upper level and by offloading it we reduce the complexity of
the core.


# 2a3ec70d 30-Nov-2009 Pierre Joye

- void is NaN, you can't do math ops on void. Declarations go first. Fix TS build


Revision tags: php-5.2.12RC3, php-5.2.12RC2
# 5143fe41 20-Nov-2009 Andrey Hristov

Compressed protocol support + extensibility for mysqlnd


12345