History log of /PHP-7.4/ext/mysqlnd/mysqlnd_structs.h (Results 176 – 200 of 266)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 22d73027 28-Sep-2010 Andrey Hristov

add another hook, maybe the last one, for MYSQLND_STMT, which
was missed before


# 1762d634 28-Sep-2010 Andrey Hristov

add another hook, maybe the last one, for MYSQLND_STMT, which
was missed before


# 292785ed 01-Sep-2010 Andrey Hristov

fix build on windows, seems this macro is not defined


# 383d7d00 01-Sep-2010 Andrey Hristov

fix build on windows, seems this macro is not defined


# 8220c2e4 01-Sep-2010 Andrey Hristov

OPT_COMPRESS support for mysqlnd_conn::set_client_option
To be used by mysqli_options


# b2bcf3ae 01-Sep-2010 Andrey Hristov

OPT_COMPRESS support for mysqlnd_conn::set_client_option
To be used by mysqli_options


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


# f8c26805 09-Aug-2010 Andrey Hristov

Lay foundations for named pipe support in mysqlnd


# ebaee8a4 09-Aug-2010 Andrey Hristov

Lay foundations for named pipe support in mysqlnd


Revision tags: oci8-1.4.3
# d9afaad7 06-Aug-2010 David Soria Parra

make ssl_set return value in mysqlnd compatible with libmysqli return value


# 9d02d50d 06-Aug-2010 David Soria Parra

make ssl_set return value in mysqlnd compatible with libmysqli return value


Revision tags: php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2
# ee4818a1 24-Jun-2010 Andrey Hristov

Two functions, which should be methods so one can catch
their output, for example


# 89bd3af6 24-Jun-2010 Andrey Hristov

Two functions, which should be methods so one can catch
their output, for example


# 6b730a04 18-Jun-2010 Andrey Hristov

missed this one in the last commit, the real type


# 986e3004 18-Jun-2010 Andrey Hristov

missed this one in the last commit, the real type


Revision tags: php-5.3.3RC1, php-5.2.14RC1
# 047d6f28 31-May-2010 Andrey Hristov

Handle problems in the row_decoder, return type used to be void,
now it can return on problems.


# d02e785d 31-May-2010 Andrey Hristov

Handle problems in the row_decoder, return type used to be void,
now it can return on problems.


# b7385f02 27-May-2010 Andrey Hristov

Fix deallocation which can crash if the object is half-baken.
Happens during OOM.


# 4de0da5a 27-May-2010 Andrey Hristov

Fix deallocation which can crash if the object is half-baken.
Happens during OOM.


# bcdc3b30 25-May-2010 Andrey Hristov

Init should return status value because initialization can fail.
In this case mysqlnd_init() should return NULL to the end-user.


# 6d434e70 25-May-2010 Andrey Hristov

Init should return status value because initialization can fail.
In this case mysqlnd_init() should return NULL to the end-user.


# c881ee30 14-May-2010 Andrey Hristov

Allow overloading of mysqlnd_result_meta_init().
Add free space for future hooks.


# 8a093b38 14-May-2010 Andrey Hristov

Allow overloading of mysqlnd_result_meta_init().
Add free space for future hooks.


# b86ebe46 14-May-2010 Andrey Hristov

- Give possibility to overload mysqlnd_result_init().
- Always use conn->m->stmt_init instead of mysqlnd_stmt_init()


1234567891011